diff options
| author | James Youngman <jay@gnu.org> | 2013-10-27 00:44:00 +0100 |
|---|---|---|
| committer | James Youngman <jay@gnu.org> | 2013-10-27 00:44:00 +0100 |
| commit | bd0d840775eea8b566aacd1952a454aa96d3c7fb (patch) | |
| tree | 708fbb4303adb1bf271efb5ac309cada284ee3f0 | |
| parent | 72e9e595cc4251d00d42880d3d0c5a42fb7a4f69 (diff) | |
| download | findutils-bd0d840775eea8b566aacd1952a454aa96d3c7fb.tar.gz | |
Add bracket missing from synopsis in locate manpage.
* locate/locate.1 (SYNOPSIS): Add missing bracket.
| -rw-r--r-- | ChangeLog | 9 | ||||
| -rw-r--r-- | THANKS | 1 | ||||
| -rw-r--r-- | locate/locate.1 | 23 |
3 files changed, 28 insertions, 5 deletions
@@ -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 ... + @@ -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 |
