From: Jim Meyering Date: Mon, 16 Apr 2007 20:00:28 +0000 (+0200) Subject: cut synopsis: fix coreutils.texi, too. X-Git-Tag: v6.9.89~314 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25b8a7a987bcf7bc834fce2f5de2697bde5d156b;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/ChangeLog b/ChangeLog index a6c9041016..280cf2a0b7 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 diff --git a/THANKS b/THANKS index b353b8f977..63fcc39f8d 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 38b5f9dfdc..ca00a842d8 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2007-04-16 Jim Meyering + + * coreutils.texi (cut invocation): Adjust synopsis to show that an + OPTION is required. Reported by Rudolf Kastl. + 2007-03-21 Eric Blake * coreutils.texi (md5sum invocation): Document escapes in output diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 588147f532..e1c5f51727 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},