summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2013-10-27 00:44:00 +0100
committerJames Youngman <jay@gnu.org>2013-10-27 00:44:00 +0100
commitbd0d840775eea8b566aacd1952a454aa96d3c7fb (patch)
tree708fbb4303adb1bf271efb5ac309cada284ee3f0
parent72e9e595cc4251d00d42880d3d0c5a42fb7a4f69 (diff)
downloadfindutils-bd0d840775ee.tar.gz
Add bracket missing from synopsis in locate manpage.
* locate/locate.1 (SYNOPSIS): Add missing bracket.
-rw-r--r--ChangeLog9
-rw-r--r--THANKS1
-rw-r--r--locate/locate.123
3 files changed, 28 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 10339bd..d136ce8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-10-27 James Youngman <jay@gnu.org>
+
+ * THANKS: Add Eric S. Raymond.
+
+2013-10-27 Eric S. Raymond <esr@thyrsus.com>
+
+ Add bracket missing from synopsis in locate manpage.
+ * locate/locate.1 (SYNOPSIS): Add missing bracket.
+
2013-10-26 James Youngman <jay@gnu.org>
Clearly explain the result of -exec/-execdir ... +
diff --git a/THANKS b/THANKS
index 7b58203..a3f83e2 100644
--- a/THANKS
+++ b/THANKS
@@ -15,6 +15,7 @@ Dean Gaudet <dean@arctic.org>
Dmitry V. Levin
Ed Avis
Eric Blake <ebb9@byu.net>
+Eric S. Raymond <esr@thyrsus.com>
Geoff Clare
Gerrit P. Haase <gerrit.haase@t-online.de>
Greg Wooledge
diff --git a/locate/locate.1 b/locate/locate.1
index 35f7aa8..a4d85be 100644
--- a/locate/locate.1
+++ b/locate/locate.1
@@ -3,11 +3,24 @@
locate \- list files in databases that match a pattern
.SH SYNOPSIS
.B locate
-[\-d path | \-\-database=path] [\-e | \-E | \-\-[non\-]existing] [\-i
-| \-\-ignore-case] [\-0 | \-\-null] [\-c | \-\-count] [\-w | \-\-wholename]
-|\-b | \-\-basename] [\-l N | \-\-limit=N] [\-S | \-\-statistics] [\-r
-| \-\-regex ] [\-\-max-database-age D] [\-P | \-H | \-\-nofollow] [\-L
-| \-\-follow] [\-\-version] [\-A | \-\-all] [\-p | \-\-print] [\-\-help] pattern...
+[\-d path | \-\-database=path]
+[\-e | \-E | \-\-[non\-]existing]
+[\-i | \-\-ignore-case]
+[\-0 | \-\-null]
+[\-c | \-\-count]
+[\-w | \-\-wholename]
+[\-b | \-\-basename]
+[\-l N | \-\-limit=N]
+[\-S | \-\-statistics]
+[\-r | \-\-regex ]
+[\-\-max-database-age D]
+[\-P | \-H | \-\-nofollow]
+[\-L | \-\-follow]
+[\-\-version]
+[\-A | \-\-all]
+[\-p | \-\-print]
+[\-\-help]
+pattern...
.SH DESCRIPTION
This manual page
documents the GNU version of