[hackers] [sbase] Finish up printenv(1) || FRIGN

From: <git_AT_suckless.org>
Date: Sun, 1 Feb 2015 00:30:23 +0100 (CET)

commit e62a447efe5125b2662e5738fd5804451789d5f2
Author: FRIGN <dev_AT_frign.de>
Date: Sun Feb 1 00:23:38 2015 +0100

    Finish up printenv(1)

diff --git a/README b/README
index f1efa52..c53e24f 100644
--- a/README
+++ b/README
_AT_@ -50,7 +50,7 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support,
 = nl no -d, -f, -h, -l, -n, -p, -v, -w
 =* nohup yes none
 #* paste yes none
-= printenv non-posix none
+=* printenv non-posix none
    printf stolen stolen
 =* pwd yes none
 = readlink non-posix none
diff --git a/mktemp.1 b/mktemp.1
index 6cd106e..1d9da15 100644
--- a/mktemp.1
+++ b/mktemp.1
_AT_@ -1,4 +1,4 @@
-.Dd January 30, 2015
+.Dd January 31, 2015
 .Dt MKTEMP 1
 .Os sbase
 .Sh NAME
diff --git a/printenv.1 b/printenv.1
index d960402..b21d7d0 100644
--- a/printenv.1
+++ b/printenv.1
_AT_@ -1,21 +1,20 @@
-.Dd January 30, 2015
+.Dd January 31, 2015
 .Dt PRINTENV 1
 .Os sbase
 .Sh NAME
 .Nm printenv
-.Nd print out the environment or the values of specific variables.
+.Nd print the environment or values of variables
 .Sh SYNOPSIS
 .Nm
 .Op Ar var ...
 .Sh DESCRIPTION
 .Nm
-prints the entire environment as key=values pairs when
-no
+prints the entire environment as key=value pairs if no
 .Ar var
-is specified. Otherwise, in the order specified,
+is given. Otherwise,
 .Nm
-prints the value only of each
-.Ar var ,
-one per line.
+prints only the value of each
+.Ar var
+one per line in the order specified.
 .Sh SEE ALSO
 .Xr env 1
Received on Sun Feb 01 2015 - 00:30:23 CET

This archive was generated by hypermail 2.3.0 : Sun Feb 01 2015 - 00:36:15 CET