summaryrefslogtreecommitdiff
path: root/locate/locate.1
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2005-01-15 23:33:36 +0000
committerJames Youngman <jay@gnu.org>2005-01-15 23:33:36 +0000
commit1c1f4c06ff64b639cfdcd6162b813493f1f73a55 (patch)
treed5965db6bd92dac7faa71e08c459a15ee96912d4 /locate/locate.1
parent07bf69f11630b72aadb148cb5ec74a722994e6d4 (diff)
downloadfindutils-1c1f4c06ff64b639cfdcd6162b813493f1f73a55.tar.gz
Escape "-" in SYNOPSIS. Thanks to Bas van Gompel for noticing this
defect.
Diffstat (limited to 'locate/locate.1')
-rw-r--r--locate/locate.16
1 files changed, 3 insertions, 3 deletions
diff --git a/locate/locate.1 b/locate/locate.1
index 6b11f6d6..df1bbc2c 100644
--- a/locate/locate.1
+++ b/locate/locate.1
@@ -3,8 +3,8 @@
locate \- list files in databases that match a pattern
.SH SYNOPSIS
.B locate
-[\-d path | \-\-database=path] [-e | --existing] [-i | --ignore-case]
-[\-0 | \-\-null] [\-c | \-\-count] [\-\-wholename] [\-b | \-\-basename]
+[\-d path | \-\-database=path] [\-e | \-\-existing] [\-i | \-\-ignore-case]
+[\-0 | \-\-null] [\-c | \-\-count] [\-w | \-\-wholename] [\-b | \-\-basename]
[\-l N | \-\-limit=N] [\-S | \-\-statistics] [\-\-version] [\-\-help] pattern...
.SH DESCRIPTION
This manual page
@@ -90,7 +90,7 @@ than this number.
.I "\-0, \-\-null"
Use ASCII NUL as a separator, instead of newline.
.TP
-.I "\-\-wholename"
+.I "\-w, \-\-wholename"
Match against the whole name of the file as listed in the database.
This is the default.
.TP