~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to man/printenv.1

  • Committer: Colin Watson
  • Date: 2013-10-30 15:48:33 UTC
  • mfrom: (8.3.5 sid)
  • Revision ID: cjwatson@canonical.com-20131030154833-xdt6e1yfffqom1c4
merge from Debian 8.21-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2
 
.TH PRINTENV "1" "October 2012" "GNU coreutils 8.20" "User Commands"
3
 
.SH NAME
4
 
printenv \- print all or part of environment
5
 
.SH SYNOPSIS
6
 
.B printenv
7
 
[\fIOPTION\fR]... [\fIVARIABLE\fR]...
8
 
.SH DESCRIPTION
9
 
.\" Add any additional description here
10
 
.PP
11
 
Print the values of the specified environment VARIABLE(s).
12
 
If no VARIABLE is specified, print name and value pairs for them all.
13
 
.TP
14
 
\fB\-0\fR, \fB\-\-null\fR
15
 
end each output line with 0 byte rather than newline
16
 
.TP
17
 
\fB\-\-help\fR
18
 
display this help and exit
19
 
.TP
20
 
\fB\-\-version\fR
21
 
output version information and exit
22
 
.PP
23
 
NOTE: your shell may have its own version of printenv, which usually supersedes
24
 
the version described here.  Please refer to your shell's documentation
25
 
for details about the options it supports.
26
 
.SH AUTHOR
27
 
Written by David MacKenzie and Richard Mlynarik.
28
 
.SH "REPORTING BUGS"
29
 
Report printenv bugs to bug\-coreutils@gnu.org
30
 
.br
31
 
GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
32
 
.br
33
 
General help using GNU software: <http://www.gnu.org/gethelp/>
34
 
.br
35
 
Report printenv translation bugs to <http://translationproject.org/team/>
36
 
.SH COPYRIGHT
37
 
Copyright \(co 2012 Free Software Foundation, Inc.
38
 
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
39
 
.br
40
 
This is free software: you are free to change and redistribute it.
41
 
There is NO WARRANTY, to the extent permitted by law.
42
 
.SH "SEE ALSO"
43
 
The full documentation for
44
 
.B printenv
45
 
is maintained as a Texinfo manual.  If the
46
 
.B info
47
 
and
48
 
.B printenv
49
 
programs are properly installed at your site, the command
50
 
.IP
51
 
.B info coreutils \(aqprintenv invocation\(aq
52
 
.PP
53
 
should give you access to the complete manual.