diff options
author | Jim Meyering <jim@meyering.net> | 2007-04-16 22:00:28 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-04-16 22:01:46 +0200 |
commit | 25b8a7a987bcf7bc834fce2f5de2697bde5d156b (patch) | |
tree | 1f165ba8a824808099a6a43554b20da7045500cd | |
parent | 14816cf338422c4ed98fa172492cc97e6701cc61 (diff) | |
download | coreutils-25b8a7a987bcf7bc834fce2f5de2697bde5d156b.tar.xz |
cut synopsis: fix coreutils.texi, too.
* doc/coreutils.texi (cut invocation): Adjust synopsis to show that an
* THANKS: Add Rudolf Kastl.
OPTION is required. Reported by Rudolf Kastl.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/coreutils.texi | 2 |
4 files changed, 8 insertions, 1 deletions
@@ -2,6 +2,7 @@ * src/cut.c (usage): Adjust synopsis to show that an OPTION is required. Reported by Rudolf Kastl. + * THANKS: Add Rudolf Kastl. 2007-04-11 Paul Eggert <eggert@cs.ucla.edu> @@ -440,6 +440,7 @@ Ronald F. Guilmette rfg@netcom.com Ross Alexander r.alexander@auckland.ac.nz Ross Paterson rap@doc.ic.ac.uk Ross Ridge rridge@calum.csclub.uwaterloo.ca +Rudolf Kastl rkastl@redhat.com Sami Farin sfarin@ratol.fi Samuel Tardieu sam@rfc1149.net Samuel Thibault samuel.thibault@ens-lyon.org diff --git a/doc/ChangeLog b/doc/ChangeLog index 38b5f9dfd..ca00a842d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2007-04-16 Jim Meyering <jim@meyering.net> + + * coreutils.texi (cut invocation): Adjust synopsis to show that an + OPTION is required. Reported by Rudolf Kastl. + 2007-03-21 Eric Blake <ebb9@byu.net> * coreutils.texi (md5sum invocation): Document escapes in output diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 588147f53..e1c5f5172 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -4921,7 +4921,7 @@ input file, or standard input if no files are given or for a file name of @samp{-}. Synopsis: @example -cut [@var{option}]@dots{} [@var{file}]@dots{} +cut @var{option}@dots{} [@var{file}]@dots{} @end example In the table which follows, the @var{byte-list}, @var{character-list}, |