]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: move description of printf options to better location
authorPádraig Brady <P@draigBrady.com>
Thu, 27 Oct 2022 17:38:14 +0000 (18:38 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 28 Oct 2022 12:45:35 +0000 (13:45 +0100)
* doc/coreutils.texi (printf invocation): Move the description
of accepted options from the middle of the unicode discussion.

doc/coreutils.texi

index d52754f50f46d131dbe35a0c1b4b2fb67a543d34..0662e4e33f9f330ef8ac29ee122d6870ce9e6c3d 100644 (file)
@@ -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