From: Pádraig Brady
Date: Thu, 27 Oct 2022 17:38:14 +0000 (+0100) Subject: doc: move description of printf options to better location X-Git-Tag: v9.2~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90817ff295d1fa8fa1811c7f09a83d1dba05e500;p=thirdparty%2Fcoreutils.git doc: move description of printf options to better location * doc/coreutils.texi (printf invocation): Move the description of accepted options from the middle of the unicode discussion. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index d52754f50f..0662e4e33f 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -13225,10 +13225,6 @@ The processing of @samp{\u} and @samp{\U} requires a full-featured or when @code{libiconv} is installed prior to this package. Otherwise @samp{\u} and @samp{\U} will print as-is. -The only options are a lone @option{--help} or -@option{--version}. @xref{Common options}. -Options must precede operands. - The Unicode character syntaxes are useful for writing strings in a locale independent way. For example, a string containing the Euro currency symbol @@ -13266,6 +13262,10 @@ $ recode BIG5..JAVA < sample.txt \ > sample.sh @end example +The only options are a lone @option{--help} or +@option{--version}. @xref{Common options}. +Options must precede operands. + @exitstatus