diff --git a/README b/README index 22df52f..02c273c 100644 --- 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 index 6871f03..7397051 100644 --- 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.