sbase/printenv.1
FRIGN e51a2e6d2f Use ISO-date-format in manpages
The one specified by mdoc is hard to read for non-native
speakers from countries which read the date day-first (like
Germany, Greece, North-Korea, Swamp,...).
This is also consistent with how we generally specify dates
at suckless.org.
2015-10-08 17:15:08 +02:00

21 lines
349 B
Groff

.Dd 2015-10-08
.Dt PRINTENV 1
.Os sbase
.Sh NAME
.Nm printenv
.Nd print the environment or values of variables
.Sh SYNOPSIS
.Nm
.Op Ar var ...
.Sh DESCRIPTION
.Nm
prints the entire environment as key=value pairs if no
.Ar var
is given. Otherwise,
.Nm
prints only the value of each
.Ar var
one per line in the order specified.
.Sh SEE ALSO
.Xr env 1