summaryrefslogtreecommitdiff
path: root/usr.bin/locate
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2010-05-14 17:06:40 +0000
committerjoerg <joerg@NetBSD.org>2010-05-14 17:06:40 +0000
commit762152502ec20e6f7e147cba55ea0dbb51e9901c (patch)
tree29b61cc49e2b75e2f1bb7bb33eefdcd5810afce9 /usr.bin/locate
parent3d90cef61063fc3477805994ec5d3eb358926609 (diff)
Reorder sections to canonical order.
Diffstat (limited to 'usr.bin/locate')
-rw-r--r--usr.bin/locate/locate/locate.112
1 files changed, 6 insertions, 6 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 ,