mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-26 10:39:01 +02:00
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.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user