summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-04-16 22:00:28 +0200
committerJim Meyering <jim@meyering.net>2007-04-16 22:01:46 +0200
commit25b8a7a987bcf7bc834fce2f5de2697bde5d156b (patch)
tree1f165ba8a824808099a6a43554b20da7045500cd /doc
parent14816cf338422c4ed98fa172492cc97e6701cc61 (diff)
downloadcoreutils-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.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/coreutils.texi2
2 files changed, 6 insertions, 1 deletions
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},