added depend label
[unix-history] / usr / src / usr.bin / printenv / printenv.1
.\" Copyright (c) 1980 Regents of the University of California.
.\" All rights reserved. The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\" @(#)printenv.1 6.1 (Berkeley) %G%
.\"
.TH PRINTENV 1 ""
.UC
.SH NAME
printenv \- print out the environment
.SH SYNOPSIS
.B printenv
[ name ]
.SH DESCRIPTION
.I Printenv
prints out the values of the variables in the environment. If a
.I name
is specified, only its value is printed.
.PP
If a
.I name
is specified and it is not defined in the environment,
.I printenv
returns exit status 1, else it returns status 0.
.SH SEE ALSO
sh(1), environ(7), csh(1)