diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2002-04-19 23:44:58 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2002-04-19 23:44:58 +0000 |
| commit | 3898680cf705cef4e1cc606b44cd91fc4252bcd5 (patch) | |
| tree | 1070287b1054de985087e8287086ae5d4c5ed090 /usr.bin/basename | |
| parent | 0c7c579ba6b65512b9b668508dc41b8b5b057c65 (diff) | |
Notes
Diffstat (limited to 'usr.bin/basename')
| -rw-r--r-- | usr.bin/basename/basename.1 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.bin/basename/basename.1 b/usr.bin/basename/basename.1 index 4cb6a254666e..66d06f53924f 100644 --- a/usr.bin/basename/basename.1 +++ b/usr.bin/basename/basename.1 @@ -48,8 +48,9 @@ .Nm dirname .Ar string .Sh DESCRIPTION -.Nm Basename -deletes any prefix ending with the last slash +The +.Nm +utility deletes any prefix ending with the last slash .Ql \&/ character present in .Ar string @@ -64,8 +65,9 @@ is not stripped if it is identical to the remaining characters in The resulting filename is written to the standard output. A non-existent suffix is ignored. .Pp -.Nm Dirname -deletes the filename portion, beginning +The +.Nm dirname +utility deletes the filename portion, beginning with the last slash .Ql \&/ character to the end of @@ -89,6 +91,6 @@ The .Nm and .Nm dirname -functions are expected to be +utilities are expected to be .St -p1003.2 compatible. |
