forked from mario-goulart/chicken-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chicken-status.1
61 lines (43 loc) · 1.16 KB
/
chicken-status.1
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
.\" dummy line
.TH CHICKEN-STATUS 1 "13 Aug 2008"
.SH NAME
chicken-status \- list installed extension libraries
.SH SYNOPSIS
chicken-status [OPTION | PATTERN] ...
.SH DESCRIPTION
.I chicken\-status
lists installed extensions for the CHICKEN Scheme system matching the regular expression(s)
.B PATTERN
or all, if no pattern has been given.
.SH OPTIONS
Enter
.B chicken-status\ \-help
for a list of supported command-line options.
.SH ENVIRONMENT\ VARIABLES
.TP
.B CHICKEN_PREFIX
The installation prefix where CHICKEN Scheme and its support files and
libraries are located. Defaults to the installation time prefix given
when configuring the system.
.TP
.B CHICKEN_REPOSITORY
The path where extension libraries are installed. Defaults to the package-library
path selected during configuration (usually
.B $prefix/lib/chicken/<binary\-version>
)
.SH DOCUMENTATION
More information can be found in the
.I CHICKEN\ User's\ Manual
.SH BUGS
Submit bug reports by e-mail to
.I chicken-janitors@nongnu.org
, preferrably using the
.B chicken\-bug
tool.
.SH AUTHORS
The CHICKEN Team
.SH SEE ALSO
.BR chicken-install(1)
.BR chicken-uninstall(1)
.BR chicken(1)
.BR chicken-bug(1)