Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this user
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mariux
/
bee
Public
forked from
mariux64/bee
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Files
e50efc2
buildtypes
conf
contrib
hooks
manpages
Makefile
bee-check.1.in
bee-check.xml
bee-download.1.in
bee-download.xml
bee-init.1.in
bee-init.xml
bee-install.1.in
bee-install.xml
bee-list.1.in
bee-list.xml
bee-query.1.in
bee-query.xml
bee-remove.1.in
bee-remove.xml
bee-update.1.in
bee.1.in
bee.xml
beesh.1.in
src
.gitattributes
.gitignore
COPYING
DEPENDENCIES
INSTALL
Makefile
TODO
Breadcrumbs
bee
/
manpages
/
bee-check.1.in
Copy path
Blame
Blame
Latest commit
Matthias Ruester
manpages: update all man pages from xml files
Apr 29, 2013
e50efc2
·
Apr 29, 2013
History
History
82 lines (81 loc) · 1.94 KB
Breadcrumbs
bee
/
manpages
/
bee-check.1.in
Top
File metadata and controls
Code
Blame
82 lines (81 loc) · 1.94 KB
Raw
'\" t .\" Title: bee-check .\" Author: Marius Tolzmann <tolzmann@molgen.mpg.de> .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> .\" Date: 04/24/2013 .\" Manual: bee - bau et einfach .\" Source: bee @BEE_VERSION@ .\" Language: English .\" .TH "BEE\-CHECK" "1" "04/24/2013" "bee @BEE_VERSION@" "bee - bau et einfach" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" bee-check \- perform some consistency checks on a bee package .SH "SYNOPSIS" .HP \w'\fBbee\ check\fR\ 'u \fBbee check\fR [options] \fI<pattern>\fR .SH "DESCRIPTION" .PP \fBbee\-check\fR is used to perform consistency checks on a bee package matching \fIpattern\fR and shows missing link targets, missing files and directories or changed md5 sums\&. .SH "OPTIONS" .PP \fB\-d, \-\-deps, \-\-dependencies\fR .RS 4 Print package dependencies\&. .RE .PP \fB\-f, \-\-force\fR .RS 4 Check all packages matching \fIpattern\fR if it does not match a full packagename\&. .RE .PP \fB\-h, \-\-help\fR .RS 4 Print a usage message\&. .RE .SH "ENVIRONMENT" .PP \fBBEE_METADIR\fR .RS 4 Directory searched for installed bee packages .RE .SH "BUGS" .PP Please report bugs to bee\-dev@googlegroups\&.com or directly to the authors\&. .SH "SEE ALSO" .PP \fBbee\fR(1), \fBbee-download\fR(1), \fBbee-init\fR(1), \fBbee-install\fR(1), \fBbee-list\fR(1), \fBbee-query\fR(1), \fBbee-remove\fR(1), \fBbee-update\fR(1) .SH "AUTHORS" .PP \fBMarius Tolzmann\fR <\&tolzmann@molgen\&.mpg\&.de\&> .RS 4 .RE .PP \fBTobias Dreyer\fR <\&dreyer@molgen\&.mpg\&.de\&> .RS 4 .RE .PP \fBand other bee developers\fR .RS 4 .RE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
You can’t perform that action at this time.