Sort sections.

This commit is contained in:
wiz 2001-12-01 17:18:38 +00:00
parent 2c26591198
commit 5d2a72968c
1 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: basename.1,v 1.13 2001/12/01 16:43:08 wiz Exp $
.\" $NetBSD: basename.1,v 1.14 2001/12/01 17:18:38 wiz Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@ -68,13 +68,6 @@ with the last slash
character to the end of
.Ar string ,
and writes the result to the standard output.
.Sh EXAMPLES
The following line sets the shell variable
.Ev FOO
to
.Pa /usr/bin .
.Pp
.Dl FOO=`dirname /usr/bin/trail`
.Sh EXIT STATUS
Both the
.Nm
@ -82,6 +75,13 @@ and
.Nm dirname
utilities
exit 0 on success, and >0 if an error occurs.
.Sh EXAMPLES
The following line sets the shell variable
.Ev FOO
to
.Pa /usr/bin .
.Pp
.Dl FOO=`dirname /usr/bin/trail`
.Sh SEE ALSO
.Xr csh 1 ,
.Xr sh 1