summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2009-12-10 00:45:44 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2009-12-10 00:45:44 +0000
commit1daa03b7cc7aec75d66895a57c34a9b1cec16f1b (patch)
tree6bbc15485cd0f8c35d3d423adc6dce930579dc5d
parent63093dbb9acf88745a2914b3d54b9c95a23f2bc4 (diff)
Eliminate the confusing term "find codes database" which is used nowhere else.
It made people miss the fact we are just talking about /var/db/locate.database. Expicitely say that output will be sent to that file. Problem noted by, feedback and OK jmc@.
-rw-r--r--usr.bin/locate/locate/locate.updatedb.812
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.bin/locate/locate/locate.updatedb.8 b/usr.bin/locate/locate/locate.updatedb.8
index 1d9a52a8319..57f4438700e 100644
--- a/usr.bin/locate/locate/locate.updatedb.8
+++ b/usr.bin/locate/locate/locate.updatedb.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: locate.updatedb.8,v 1.17 2007/05/31 19:20:12 jmc Exp $
+.\" $OpenBSD: locate.updatedb.8,v 1.18 2009/12/10 00:45:43 schwarze Exp $
.\"
.\" Copyright (c) 1996
.\" Mike Pritchard <mpp@FreeBSD.org>. All rights reserved.
@@ -30,7 +30,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: December 10 2009 $
.Dt LOCATE.UPDATEDB 8
.Os
.Sh NAME
@@ -58,10 +58,12 @@ file as well as the command line arguments.
The options are as follows:
.Bl -tag -width Ds
.It Fl -fcodes
-Use the named file as the find codes database.
-If the file name
+Output to an alternate database file instead of the default
+.Pa /var/db/locate.database .
+If
.Ql \-
-is given, the database will be sent to standard output.
+is specified in place of the file name,
+send the database to the standard output.
.It Fl -filesystems
A list of filesystem types to be traversed by
.Xr find 1 .