Source-Changes-HG archive

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

[src/trunk]: src/usr.bin Reorder sections to canonical order.



details:   https://anonhg.NetBSD.org/src/rev/056f035cf4d0
branches:  trunk
changeset: 754864:056f035cf4d0
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 14 17:06:40 2010 +0000

description:
Reorder sections to canonical order.

diffstat:

 usr.bin/locate/locate/locate.1 |  12 ++++++------
 usr.bin/look/look.1            |   8 ++++----
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs (60 lines):

diff -r b3a2bc48f4bc -r 056f035cf4d0 usr.bin/locate/locate/locate.1
--- a/usr.bin/locate/locate/locate.1    Fri May 14 17:03:19 2010 +0000
+++ b/usr.bin/locate/locate/locate.1    Fri May 14 17:06:40 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: locate.1,v 1.16 2005/10/05 06:29:03 hubertf Exp $
+.\"    $NetBSD: locate.1,v 1.17 2010/05/14 17:06:40 joerg Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -70,16 +70,16 @@
 .Ar LOCATE_PATH
 has the same effect.
 .El
+.Sh FILES
+.Bl -tag -width /usr/libexec/locate.updatedb -compact
+.It Pa /var/db/locate.database
+Default database
+.El
 .Sh EXIT STATUS
 .Nm
 exits with a 0 if a match is found, and \*[Gt]0 if no match is found or if
 another problem (such as a missing or corrupted database file) is
 encountered.
-.Sh FILES
-.Bl -tag -width /usr/libexec/locate.updatedb -compact
-.It Pa /var/db/locate.database
-Default database
-.El
 .Sh SEE ALSO
 .Xr find 1 ,
 .Xr fnmatch 3 ,
diff -r b3a2bc48f4bc -r 056f035cf4d0 usr.bin/look/look.1
--- a/usr.bin/look/look.1       Fri May 14 17:03:19 2010 +0000
+++ b/usr.bin/look/look.1       Fri May 14 17:06:40 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: look.1,v 1.8 2003/08/07 11:14:27 agc Exp $
+.\"    $NetBSD: look.1,v 1.9 2010/05/14 17:10:38 joerg Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -87,9 +87,6 @@
 .It Pa /usr/share/dict/words
 the dictionary
 .El
-.Sh SEE ALSO
-.Xr grep 1 ,
-.Xr sort 1
 .Sh COMPATIBILITY
 The original manual page stated that tabs and blank characters participated
 in comparisons when the
@@ -97,6 +94,9 @@
 option was specified.
 This was incorrect and the current man page matches the historic
 implementation.
+.Sh SEE ALSO
+.Xr grep 1 ,
+.Xr sort 1
 .Sh HISTORY
 .Nm
 appeared in



Home | Main Index | Thread Index | Old Index