Tar compiles on BSD, thanks Roberto E. Vargas Caballero. Also remove tons of trailing whitespace.

This commit is contained in:
David Galos
2013-07-20 01:27:42 -04:00
parent 43c4213631
commit 9f8deb4b23
25 changed files with 78 additions and 85 deletions

View File

@@ -7,12 +7,12 @@ printenv \- print out the environment or the values of specific variables.
.SH DESCRIPTION
.B printenv
prints the entire environment as key=values pairs when
no
no
.IR var
is specified. Otherwise, in the order specified,
is specified. Otherwise, in the order specified,
.B printenv
prints the value only of each
.IR var,
.IR var,
one per line.
.SH SEE ALSO