~ubuntu-branches/ubuntu/quantal/lsb/quantal-proposed

« back to all changes in this revision

Viewing changes to lsb_release.1

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lawrence
  • Date: 2008-08-18 16:34:24 UTC
  • mto: (1.1.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20080818163424-pz9dtrbfm8zjnuts
Tags: 3.2-20
* Revert change in 3.2-16 that broke killproc due to my misunderstanding
  of the spec.  (Closes: #495587)
* pidofproc now also checks for /var/run/$base.pid if -p is not specified,
  fixing conformance with the spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
.SH "SEE ALSO"
 
51
lsb(8)
 
52
.SH AUTHOR
 
53
Chris Lawrence <lawrencc@debian.org>.