POSIX 2013 audit
Mostly manpage-shuffling according to the changes in the corrigendum, wording changes and more idiomatic expressions. All this is finished up by marking the POSIX 2013 conformant tools with .St -p1003.1-2013 which is not available in older mandoc builds or nroff, but which reflects what we actually did, so who cares? This is a huge step and it's not far until we can release sbase 0.1.
This commit is contained in:
parent
06b663234f
commit
57dc7b94b0
118
README
118
README
|
@ -12,85 +12,85 @@ The following tools are implemented:
|
|||
|
||||
UTILITY MISSING FLAGS
|
||||
------- -------------
|
||||
=*| basename .
|
||||
=*| cal .
|
||||
=*| cat .
|
||||
=*| chgrp .
|
||||
=*| chmod .
|
||||
=*| chown .
|
||||
=*|o basename .
|
||||
=*|o cal .
|
||||
=*|o cat .
|
||||
=*|o chgrp .
|
||||
=*|o chmod .
|
||||
=*|o chown .
|
||||
=*|x chroot .
|
||||
=*| cksum .
|
||||
=*| cmp .
|
||||
=*|o cksum .
|
||||
=*|o cmp .
|
||||
#*|x cols .
|
||||
#*|x col .
|
||||
=*| comm .
|
||||
=*| cp (-i)
|
||||
=*|o comm .
|
||||
=*|o cp (-i)
|
||||
=*|x cron .
|
||||
#*| cut .
|
||||
=*| date .
|
||||
=*| dirname .
|
||||
=*| du .
|
||||
=*| echo .
|
||||
=*| env .
|
||||
#*| expand .
|
||||
#*| expr .
|
||||
=*| false .
|
||||
#*|o cut .
|
||||
=*|o date .
|
||||
=*|o dirname .
|
||||
=*|o du .
|
||||
=*|o echo .
|
||||
=*|o env .
|
||||
#*|o expand .
|
||||
#*|o expr .
|
||||
=*|o false .
|
||||
= find .
|
||||
#*| fold .
|
||||
=* grep .
|
||||
=*| head .
|
||||
#*|o fold .
|
||||
=* o grep .
|
||||
=*|o head .
|
||||
=*|x hostname .
|
||||
=*| kill .
|
||||
=*| link .
|
||||
=*| ln .
|
||||
=*| logger .
|
||||
=*| logname .
|
||||
#* ls (-C, -m, -s, -x)
|
||||
=*|o kill .
|
||||
=*|o link .
|
||||
=*|o ln .
|
||||
=*|o logger .
|
||||
=*|o logname .
|
||||
#* o ls (-C, -k, -m, -p, -s, -x)
|
||||
=*|x md5sum .
|
||||
=*| mkdir .
|
||||
=*| mkfifo .
|
||||
=*|o mkdir .
|
||||
=*|o mkfifo .
|
||||
=*|x mktemp .
|
||||
=*| mv (-i)
|
||||
=*| nice .
|
||||
#*| nl .
|
||||
=*| nohup .
|
||||
#*| paste .
|
||||
=*|o mv (-i)
|
||||
=*|o nice .
|
||||
#*|o nl .
|
||||
=*|o nohup .
|
||||
#*|o paste .
|
||||
=*|x printenv .
|
||||
#*| printf .
|
||||
=*| pwd .
|
||||
#*|o printf .
|
||||
=*|o pwd .
|
||||
=*|x readlink .
|
||||
=*| renice .
|
||||
=*| rm (-i)
|
||||
=*| rmdir .
|
||||
=*|o renice .
|
||||
=*|o rm (-i)
|
||||
=*|o rmdir .
|
||||
# sed .
|
||||
=*|x seq .
|
||||
=*|x setsid .
|
||||
=*|x sha1sum .
|
||||
=*|x sha256sum .
|
||||
=*|x sha512sum .
|
||||
=*| sleep .
|
||||
=*|o sleep .
|
||||
sort -d, -f, -i
|
||||
=*| split .
|
||||
=*|o split .
|
||||
=*|x sponge .
|
||||
#*| strings .
|
||||
#*|o strings .
|
||||
=*|x sync .
|
||||
=*| tail .
|
||||
=*|o tail .
|
||||
=*|x tar .
|
||||
=*| tee .
|
||||
=*| test .
|
||||
=*| time .
|
||||
=*| touch .
|
||||
#*| tr .
|
||||
=*| true .
|
||||
=*| tty .
|
||||
=*| uname .
|
||||
#*| unexpand .
|
||||
=*| uniq .
|
||||
=*| unlink .
|
||||
=*| uudecode .
|
||||
=*| uuencode .
|
||||
#*| wc .
|
||||
=*| xargs (-p)
|
||||
=*|o tee .
|
||||
=*|o test .
|
||||
=*|o time .
|
||||
=*|o touch .
|
||||
#*|o tr .
|
||||
=*|o true .
|
||||
=*|o tty .
|
||||
=*|o uname .
|
||||
#*|o unexpand .
|
||||
=*|o uniq .
|
||||
=*|o unlink .
|
||||
=*|o uudecode .
|
||||
=*|o uuencode .
|
||||
#*|o wc .
|
||||
=*|o xargs (-p)
|
||||
=*|x yes .
|
||||
|
||||
The complement of sbase is ubase[1] which is Linux-specific and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.Dd February 28, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt BASENAME 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -22,5 +22,5 @@ to stdout.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
cal.1
4
cal.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 8, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt CAL 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -62,7 +62,7 @@ or current year.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
.Pp
|
||||
The flags
|
||||
|
|
4
cat.1
4
cat.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 1, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt CAT 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -26,5 +26,5 @@ Unbuffered output.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
chgrp.1
4
chgrp.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 8, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt CHGRP 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -46,5 +46,5 @@ Preserve symbolic links. This is the default.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
chmod.1
4
chmod.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 5, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt CHMOD 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -76,7 +76,7 @@ Preserve symbolic links. This is the default.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
.Pp
|
||||
The
|
||||
|
|
4
chown.1
4
chown.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 9, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt CHOWN 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -48,5 +48,5 @@ Preserve symbolic links. This is the default.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
cksum.1
4
cksum.1
|
@ -1,4 +1,4 @@
|
|||
.Dd January 17, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt CKSUM 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -24,5 +24,5 @@ reads from stdin.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
cmp.1
4
cmp.1
|
@ -1,4 +1,4 @@
|
|||
.Dd February 7, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt CMP 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -46,7 +46,7 @@ An error occurred.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
.Pp
|
||||
The "char" in the default result format has been replaced with "byte".
|
||||
|
|
4
comm.1
4
comm.1
|
@ -1,4 +1,4 @@
|
|||
.Dd January 18, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt COMM 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -40,5 +40,5 @@ Suppress column 1 | 2 | 3
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
8
cp.1
8
cp.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 2, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt CP 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -61,11 +61,11 @@ are not copied.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification except from the
|
||||
.Op Fl i
|
||||
flag.
|
||||
.Pp
|
||||
The flags
|
||||
The
|
||||
.Op Fl av
|
||||
are an extension to that specification.
|
||||
flags are an extension to that specification.
|
||||
|
|
4
cut.1
4
cut.1
|
@ -1,4 +1,4 @@
|
|||
.Dd January 22, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt CUT 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -64,7 +64,7 @@ Suppress lines not containing field delimiters.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
.Pp
|
||||
The possibility of separating numbers and ranges with a space and specifying
|
||||
|
|
4
date.1
4
date.1
|
@ -1,4 +1,4 @@
|
|||
.Dd January 23, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt DATE 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -31,7 +31,7 @@ Print UTC time instead of local time.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
.Pp
|
||||
The
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.Dd February 28, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt DIRNAME 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -19,5 +19,5 @@ with its final path component removed to stdout.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
12
du.1
12
du.1
|
@ -1,4 +1,4 @@
|
|||
.Dd February 18, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt DU 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -51,7 +51,9 @@ Do not traverse file systems mount points.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
specification. The
|
||||
.Op Fl P
|
||||
flag is an extension to that specification.
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
.Pp
|
||||
The
|
||||
.Op Fl dhP
|
||||
flags are an extension to that specification.
|
||||
|
|
4
echo.1
4
echo.1
|
@ -1,4 +1,4 @@
|
|||
.Dd February 28, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt ECHO 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -23,7 +23,7 @@ Do not print the terminating newline.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
.Pp
|
||||
The
|
||||
|
|
4
env.1
4
env.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 1, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt ENV 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -43,7 +43,7 @@ in the environment.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
.Pp
|
||||
The
|
||||
|
|
4
expand.1
4
expand.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 13, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt EXPAND 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -43,7 +43,7 @@ is "8".
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
.Pp
|
||||
The
|
||||
|
|
4
expr.1
4
expr.1
|
@ -1,4 +1,4 @@
|
|||
.Dd January 25, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt EXPR 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -99,5 +99,5 @@ An error occurred.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
false.1
4
false.1
|
@ -1,4 +1,4 @@
|
|||
.Dd January 16, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt FALSE 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -13,5 +13,5 @@ returns a status code indicating failure.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
6
fold.1
6
fold.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 13, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt FOLD 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -28,13 +28,13 @@ at the last space within width.
|
|||
.It Fl w Ar num | Fl Ns Ar num
|
||||
Break at
|
||||
.Ar num
|
||||
characters. Default is 80.
|
||||
characters. The default is 80.
|
||||
.El
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
.Pp
|
||||
The
|
||||
|
|
8
grep.1
8
grep.1
|
@ -1,4 +1,4 @@
|
|||
.Dd November 21, 2014
|
||||
.Dd March 27, 2015
|
||||
.Dt GREP 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -85,9 +85,9 @@ An error occurred.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
.Pp
|
||||
The flags
|
||||
The
|
||||
.Op Fl Hhw
|
||||
are an extension to that specification.
|
||||
flags are an extension to that specification.
|
||||
|
|
4
head.1
4
head.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 5, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt HEAD 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -35,7 +35,7 @@ lines. Default is 10.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
.Pp
|
||||
The
|
||||
|
|
8
kill.1
8
kill.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 16, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt KILL 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -33,7 +33,7 @@ The default is TERM.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
.Pp
|
||||
The
|
||||
|
@ -41,7 +41,7 @@ The
|
|||
and
|
||||
.Fl Ar num
|
||||
syntax is marked by
|
||||
.St -p1003.1-2008
|
||||
as being an
|
||||
.St -p1003.1-2013
|
||||
as an
|
||||
X/OPEN System Interfaces
|
||||
option.
|
||||
|
|
4
link.1
4
link.1
|
@ -1,4 +1,4 @@
|
|||
.Dd January 25, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt LINK 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -16,5 +16,5 @@ to
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
ln.1
4
ln.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 5, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt LN 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -61,5 +61,5 @@ because their purpose does not apply to symbolic links.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
logger.1
4
logger.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 7, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt LOGGER 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -47,7 +47,7 @@ to each line in the log.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
.Pp
|
||||
The
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.Dd January 26, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt LOGNAME 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -13,5 +13,5 @@ writes the login name of the current user to stdout.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
24
ls.1
24
ls.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 18, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt LS 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -6,7 +6,15 @@
|
|||
.Nd list directory contents
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl 1AacdFfHhiLlnqrStUu
|
||||
.Op Fl iqr
|
||||
.Op Fl ln
|
||||
.Op Fl A | a
|
||||
.Op Fl 1
|
||||
.Op Fl h | F | p
|
||||
.Op Fl H | L
|
||||
.Op Fl R | d
|
||||
.Op Fl S | f | t | U
|
||||
.Op Fl c | u
|
||||
.Op Ar file ...
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
|
@ -74,3 +82,15 @@ sorting or printing.
|
|||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr stat 2
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2013
|
||||
specification except from the
|
||||
.Op Fl Ckmpsx
|
||||
flags.
|
||||
.Pp
|
||||
The
|
||||
.Op Fl hU
|
||||
flags are an extension to that specification.
|
||||
|
|
4
mkdir.1
4
mkdir.1
|
@ -1,4 +1,4 @@
|
|||
.Dd January 26, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt MKDIR 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -33,5 +33,5 @@ already exists.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
mkfifo.1
4
mkfifo.1
|
@ -1,4 +1,4 @@
|
|||
.Dd January 28, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt MKFIFO 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -27,5 +27,5 @@ of newly created named pipes. See
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
8
mv.1
8
mv.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 4, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt MV 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -33,5 +33,7 @@ Prompting has not been implemented yet.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
specification except from prompting.
|
||||
.St -p1003.1-2013
|
||||
specification except from the
|
||||
.Op Fl i
|
||||
flag.
|
||||
|
|
4
nice.1
4
nice.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 1, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt NICE 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -36,5 +36,5 @@ Default is 10.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
nl.1
4
nl.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 22, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt NL 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -93,5 +93,5 @@ The default is 6.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
nohup.1
4
nohup.1
|
@ -1,4 +1,4 @@
|
|||
.Dd January 28, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt NOHUP 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -40,5 +40,5 @@ could not be found.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
paste.1
4
paste.1
|
@ -1,4 +1,4 @@
|
|||
.Dd January 29, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt PASTE 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -47,5 +47,5 @@ sequentially instead of in parallel.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
printf.1
4
printf.1
|
@ -1,4 +1,4 @@
|
|||
.Dd February 15, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt PRINTF 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -28,6 +28,6 @@ format specifications ending with csdiouxXaAeEfFgG, including variable width and
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification except from the octal-escape format in %b format strings, which has been changed
|
||||
from \e0[ooo] to \eo[oo] for consistency reasons.
|
||||
|
|
6
pwd.1
6
pwd.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 3, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt PWD 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -6,7 +6,7 @@
|
|||
.Nd print working directory
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl LP
|
||||
.Op Fl L | Fl P
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
prints the path of the current working directory.
|
||||
|
@ -28,5 +28,5 @@ The logical path to the current working directory.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
renice.1
4
renice.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 17, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt RENICE 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -38,5 +38,5 @@ to
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
8
rm.1
8
rm.1
|
@ -1,4 +1,4 @@
|
|||
.Dd February 28, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt RM 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -37,5 +37,7 @@ Remove directories recursively.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
specification except from prompting.
|
||||
.St -p1003.1-2013
|
||||
specification except from the
|
||||
.Op Fl i
|
||||
flag.
|
||||
|
|
4
rmdir.1
4
rmdir.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 2, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt RMDIR 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -29,5 +29,5 @@ and its parents in the pathname
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
sleep.1
4
sleep.1
|
@ -1,4 +1,4 @@
|
|||
.Dd January 30, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt SLEEP 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -18,5 +18,5 @@ seconds to elapse.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
split.1
4
split.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 17, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt SPLIT 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -42,7 +42,7 @@ Use decimal rather than alphabetical suffixes.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
.Pp
|
||||
The
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.Dd February 17, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt STRINGS 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -41,7 +41,7 @@ for decimal, octal or hexadecimal numbers.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
.Pp
|
||||
The
|
||||
|
|
4
tail.1
4
tail.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 17, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt TAIL 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -45,7 +45,7 @@ grows.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
.Pp
|
||||
The
|
||||
|
|
4
tee.1
4
tee.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 4, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt TEE 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -26,5 +26,5 @@ Ignore SIGINT, see
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
test.1
4
test.1
|
@ -1,4 +1,4 @@
|
|||
.Dd February 10, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt TEST 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -120,5 +120,5 @@ An error occurred.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
time.1
4
time.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 5, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt TIME 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -45,5 +45,5 @@ could not be found.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
9
touch.1
9
touch.1
|
@ -1,4 +1,4 @@
|
|||
.Dd February 9, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt TOUCH 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -56,10 +56,9 @@ of the format [[CC]YY]MMDDhhmm[.SS] used for
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
specification, except from fractional seconds in the
|
||||
.Op Fl d
|
||||
argument.
|
||||
.St -p1003.1-2013
|
||||
specification except from fractional seconds with
|
||||
.Op Fl d .
|
||||
.Pp
|
||||
The
|
||||
.Op Fl T
|
||||
|
|
4
tr.1
4
tr.1
|
@ -1,4 +1,4 @@
|
|||
.Dd January 16, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt TR 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -78,5 +78,5 @@ An error occurred.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification except from equivalence classes.
|
||||
|
|
4
true.1
4
true.1
|
@ -1,4 +1,4 @@
|
|||
.Dd January 16, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt TRUE 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -13,5 +13,5 @@ returns a status code indicating success.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
tty.1
4
tty.1
|
@ -1,4 +1,4 @@
|
|||
.Dd February 7, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt TTY 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -24,5 +24,5 @@ An error occurred.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
uname.1
4
uname.1
|
@ -1,4 +1,4 @@
|
|||
.Dd January 30, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt UNAME 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -34,5 +34,5 @@ Print the operating system's version name.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.Dd February 8, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt UNEXPAND 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -41,5 +41,5 @@ is "8".
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
uniq.1
4
uniq.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 17, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt UNIQ 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -43,5 +43,5 @@ fields | characters in each input line when doing comparisons.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
unlink.1
4
unlink.1
|
@ -1,4 +1,4 @@
|
|||
.Dd February 8, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt UNLINK 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -19,5 +19,5 @@ on
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.Dd March 18, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt UUDECODE 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -41,7 +41,7 @@ yields an error.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
.Pp
|
||||
The
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.Dd March 18, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt UUENCODE 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -34,5 +34,5 @@ Use Base64 for encoding.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
4
wc.1
4
wc.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 18, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt WC 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -28,5 +28,5 @@ Print the number of bytes | lines | characters | words.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
.St -p1003.1-2013
|
||||
specification.
|
||||
|
|
6
xargs.1
6
xargs.1
|
@ -1,4 +1,4 @@
|
|||
.Dd March 22, 2015
|
||||
.Dd March 27, 2015
|
||||
.Dt XARGS 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
|
@ -86,8 +86,8 @@ Some other error occurred.
|
|||
The
|
||||
.Nm
|
||||
utility is compliant with the
|
||||
.St -p1003.1-2008
|
||||
specification except from prompting with the
|
||||
.St -p1003.1-2013
|
||||
specification except from the
|
||||
.Op Fl p
|
||||
flag.
|
||||
.Pp
|
||||
|
|
Loading…
Reference in New Issue
Block a user