From: Pádraig Brady Date: Fri, 13 Mar 2026 10:27:40 +0000 (+0000) Subject: doc: fix missing '=' in texi option descriptions X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cbe20a2ff205ce30d888ad78c50a7819b8fcac2;p=thirdparty%2Fcoreutils.git doc: fix missing '=' in texi option descriptions * doc/coreutils.texi (cut invocation, fold invocation): Fix missing '=' before option parameters. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index c9b67c339c..acbb5454a2 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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