]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: fix missing '=' in texi option descriptions
authorPádraig Brady <P@draigBrady.com>
Fri, 13 Mar 2026 10:27:40 +0000 (10:27 +0000)
committerPádraig Brady <P@draigBrady.com>
Fri, 13 Mar 2026 10:30:46 +0000 (10:30 +0000)
* doc/coreutils.texi (cut invocation, fold invocation):
Fix missing '=' before option parameters.

doc/coreutils.texi

index c9b67c339c8378f457ece79ebe3c09f84088cf85..acbb5454a2d38a24cd60ca5e92e2891be30f63ee 100644 (file)
@@ -2913,7 +2913,7 @@ the maximum line length.  If the line contains no such blanks, the line
 is broken at the maximum line length as usual.
 
 @optItem{fold,-w,@w{ }@var{width}}
-@optItemx{fold,--width,@var{width}}
+@optItemx{fold,--width,=@var{width}}
 Use a maximum line length of @var{width} columns instead of 80.
 
 For compatibility @command{fold} supports an obsolete option syntax
@@ -6171,7 +6171,7 @@ output delimiter is specified, (see the description of
 of selected bytes.
 
 @optItem{cut,-f,@w{ }@var{field-list}}
-@optItemx{cut,--fields,@var{field-list}}
+@optItemx{cut,--fields,=@var{field-list}}
 Select for printing only the fields listed in @var{field-list}.
 Fields are separated by a TAB character by default.  Also print any
 line that contains no delimiter character, unless the