Add .changes file
[platform/upstream/lsb.git] / lsb_release.1
1 .TH lsb_release 1
2 .SH NAME
3 lsb_release \- print distribution-specific information
4 .SH SYNOPSIS
5 .B lsb_release
6 .I "[options]"
7 .SH DESCRIPTION
8 The
9 .B lsb_release
10 command provides certain LSB (Linux Standard Base) and
11 distribution-specific information.
12 .PP
13 If no options are given, the \fI\-v\fP option is assumed.
14 .SH OPTIONS
15 The program follows the usual GNU command line syntax, with long
16 options starting with two dashes (`\-\-').
17 A summary of options are included below.
18 .TP
19 .B \-v, \-\-version
20 Show the version of the LSB against which your current installation is
21 compliant.  The version is expressed as a colon separated list of LSB
22 module descriptions.
23 .TP
24 .B \-i, \-\-id
25 Display the distributor's ID.
26 .TP
27 .B \-d, \-\-description
28 Display a description of the currently installed distribution.
29 .TP
30 .B \-r, \-\-release
31 Display the release number of the currently installed distribution.
32 .TP
33 .B \-c, \-\-codename
34 Display the code name of the currently installed distribution.
35 .TP
36 .B \-a, \-\-all
37 Display all of the above information.
38 .TP
39 .B \-s, \-\-short
40 Use the short output format for any information displayed.  This
41 format omits the leading header(s).
42 .TP
43 .B \-h, \-\-help
44 Show summary of options.
45 .SH NOTES
46 This is a reimplementation of the 
47 .B lsb_release
48 command provided by the Free Standards Group.  Any bugs are solely the
49 responsibility of the author below.
50
51 Detection of systems using a mix of packages from various distributions
52 or releases is something of a black art; the current heuristic tends
53 to assume that the installation is of the earliest distribution which
54 is still being used by .B apt but that heuristic is subject to error.
55 .SH "SEE ALSO"
56 lsb(8)
57 .SH AUTHOR
58 Chris Lawrence <lawrencc@debian.org>.