Audit dirname(1)
Be stricter about the number of arguments passed to it.
This commit is contained in:
parent
cb610b2c7b
commit
e45297a320
2
README
2
README
|
@ -24,7 +24,7 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support,
|
||||||
=* cron non-posix none
|
=* cron non-posix none
|
||||||
#* cut yes none
|
#* cut yes none
|
||||||
=* date yes -u
|
=* date yes -u
|
||||||
=* dirname yes none
|
=*| dirname yes none
|
||||||
=* du yes none
|
=* du yes none
|
||||||
=* echo yes none
|
=* echo yes none
|
||||||
=* env yes none
|
=* env yes none
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.Dd January 23, 2015
|
.Dd February 28, 2015
|
||||||
.Dt DIRNAME 1
|
.Dt DIRNAME 1
|
||||||
.Os sbase
|
.Os sbase
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -9,9 +9,9 @@
|
||||||
.Ar path
|
.Ar path
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Nm
|
||||||
prints
|
writes
|
||||||
.Ar path
|
.Ar path
|
||||||
with its final path component removed.
|
with its final path component removed to stdout.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr basename 1 ,
|
.Xr basename 1 ,
|
||||||
.Xr dirname 3
|
.Xr dirname 3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user