From 90817ff295d1fa8fa1811c7f09a83d1dba05e500 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Thu, 27 Oct 2022 18:38:14 +0100 Subject: [PATCH] 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. --- doc/coreutils.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.47.2