Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/basename Sort sections.



details:   https://anonhg.NetBSD.org/src/rev/6d4672c646a9
branches:  trunk
changeset: 518509:6d4672c646a9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Dec 01 17:18:38 2001 +0000

description:
Sort sections.

diffstat:

 usr.bin/basename/basename.1 |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r c888b3acadea -r 6d4672c646a9 usr.bin/basename/basename.1
--- a/usr.bin/basename/basename.1       Sat Dec 01 17:17:58 2001 +0000
+++ b/usr.bin/basename/basename.1       Sat Dec 01 17:18:38 2001 +0000
@@ -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,6 +68,13 @@
 character to the end of
 .Ar string ,
 and writes the result to the standard output.
+.Sh EXIT STATUS
+Both the
+.Nm
+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
@@ -75,13 +82,6 @@
 .Pa /usr/bin .
 .Pp
 .Dl FOO=`dirname /usr/bin/trail`
-.Sh EXIT STATUS
-Both the
-.Nm
-and
-.Nm dirname
-utilities
-exit 0 on success, and >0 if an error occurs.
 .Sh SEE ALSO
 .Xr csh 1 ,
 .Xr sh 1



Home | Main Index | Thread Index | Old Index