sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit ac208e23ca0ab20c23786a90ec9b67fe4c38a8bb
parent 743707a7b46fb2701716a573d32743d309c93926
Author: FRIGN <dev@frign.de>
Date:   Fri, 23 Jan 2015 23:17:54 +0100

Add mandoc-manpage for dirname(1)

and mark it as finished in the README.

Diffstat:
MREADME | 2+-
Mdirname.1 | 34+++++++++++++++++++++-------------
2 files changed, 22 insertions(+), 14 deletions(-)

diff --git a/README b/README @@ -24,7 +24,7 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support, =* cron non-posix none #* cut yes none =* date yes none -= dirname yes none +=* dirname yes none = du no -H, -L, -x = echo yes none = env yes none diff --git a/dirname.1 b/dirname.1 @@ -1,14 +1,22 @@ -.TH DIRNAME 1 sbase\-VERSION -.SH NAME -dirname \- strip final path component -.SH SYNOPSIS -.B dirname -.I pathname -.SH DESCRIPTION -.B dirname -prints the -.I pathname +.Dd January 23, 2015 +.Dt DIRNAME 1 sbase\-VERSION +.Sh NAME +.Nm dirname +.Nd strip final path component +.Sh SYNOPSIS +.Nm dirname +.Ar path +.Sh DESCRIPTION +.Nm +prints +.Ar path with its final path component removed. -.SH SEE ALSO -.IR basename (1), -.IR dirname (3) +.Sh SEE ALSO +.Xr basename 1 , +.Xr dirname 3 +.Sh STANDARDS +The +.Nm +utility is compliant with the +.St -p1003.1-2008 +specification.