summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--THANKS1
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/coreutils.texi2
4 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a6c904101..280cf2a0b 100644
--- 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 b353b8f97..63fcc39f8 100644
--- 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
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},