diff options
| author | joerg <joerg@NetBSD.org> | 2010-05-14 17:06:40 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2010-05-14 17:06:40 +0000 |
| commit | 762152502ec20e6f7e147cba55ea0dbb51e9901c (patch) | |
| tree | 29b61cc49e2b75e2f1bb7bb33eefdcd5810afce9 | |
| parent | 3d90cef61063fc3477805994ec5d3eb358926609 (diff) | |
Reorder sections to canonical order.
| -rw-r--r-- | usr.bin/locate/locate/locate.1 | 12 | ||||
| -rw-r--r-- | usr.bin/look/look.1 | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1 index 1722823e778..ff1d235886e 100644 --- a/usr.bin/locate/locate/locate.1 +++ b/usr.bin/locate/locate/locate.1 @@ -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 @@ The environment variable .Ar LOCATE_PATH has the same effect. .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 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 SEE ALSO .Xr find 1 , .Xr fnmatch 3 , diff --git a/usr.bin/look/look.1 b/usr.bin/look/look.1 index 29da4b36a5c..8e094c0fbca 100644 --- a/usr.bin/look/look.1 +++ b/usr.bin/look/look.1 @@ -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 @@ utility exits 0 if one or more lines were found and displayed, .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 @@ in comparisons when the 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 |
