]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
cut synopsis: fix coreutils.texi, too.
authorJim Meyering <jim@meyering.net>
Mon, 16 Apr 2007 20:00:28 +0000 (22:00 +0200)
committerJim Meyering <jim@meyering.net>
Mon, 16 Apr 2007 20:01:46 +0000 (22:01 +0200)
* doc/coreutils.texi (cut invocation): Adjust synopsis to show that an
* THANKS: Add Rudolf Kastl.
OPTION is required.  Reported by Rudolf Kastl.

ChangeLog
THANKS
doc/ChangeLog
doc/coreutils.texi

index a6c90410161813f180ec12ca8bc1b3d609227e9b..280cf2a0b7d05e839e74573721848fcd3f5367a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
diff --git a/THANKS b/THANKS
index b353b8f977492efa89d314350d14a35f7da987e3..63fcc39f8d24e7c8388d621671a6145393aaaa1c 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -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
index 38b5f9dfdc3bd5739aaa9608e2b9140bc0a2f1d3..ca00a842d8f7b48119a7a50168cc89066ace3a63 100644 (file)
@@ -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
index 588147f53215cc6c46a3ed9f1ba64807730861c9..e1c5f517272b0a5c53ae6fb4699d3a1964fa140e 100644 (file)
@@ -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},