Module Name: src
Committed By: joerg
Date: Fri May 14 17:06:40 UTC 2010
Modified Files:
src/usr.bin/locate/locate: locate.1
Log Message:
Reorder sections to canonical order.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/locate/locate/locate.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/locate/locate/locate.1
diff -u src/usr.bin/locate/locate/locate.1:1.16 src/usr.bin/locate/locate/locate.1:1.17
--- src/usr.bin/locate/locate/locate.1:1.16 Wed Oct 5 06:29:03 2005
+++ src/usr.bin/locate/locate/locate.1 Fri May 14 17:06:40 2010
@@ -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 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 ,