sbase/dirname.1
FRIGN e45297a320 Audit dirname(1)
Be stricter about the number of arguments passed to it.
2015-02-28 19:51:07 +01:00

24 lines
338 B
Groff

.Dd February 28, 2015
.Dt DIRNAME 1
.Os sbase
.Sh NAME
.Nm dirname
.Nd strip final path component
.Sh SYNOPSIS
.Nm
.Ar path
.Sh DESCRIPTION
.Nm
writes
.Ar path
with its final path component removed to stdout.
.Sh SEE ALSO
.Xr basename 1 ,
.Xr dirname 3
.Sh STANDARDS
The
.Nm
utility is compliant with the
.St -p1003.1-2008
specification.