diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/coreutils.texi | 2 |
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}, |