]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Tweak mark-up to use @env, not @code in a few places.
authorJim Meyering <jim@meyering.net>
Thu, 27 Nov 2003 07:58:32 +0000 (07:58 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 27 Nov 2003 07:58:32 +0000 (07:58 +0000)
Mark new use of LC_NUMERIC.

doc/coreutils.texi

index fa3d625718f92cb24575f67d38478a4d0c7f18ef..d9e7ab53be2f150b589fe40f14082596476f91c8 100644 (file)
@@ -8704,7 +8704,7 @@ all of the given @var{argument}s.
 
 @vindex LC_NUMERIC
 A floating-point argument must use a period before any fractional
-digits, but is printed according to the LC_NUMERIC category of the
+digits, but is printed according to the @env{LC_NUMERIC} category of the
 current locale.  For example, in a locale whose radix character is a
 comma, the command @samp{printf %g 3.14} outputs @samp{3,14} whereas
 the command @samp{printf %g 3,14} is an error.
@@ -8729,8 +8729,8 @@ digits) specifying a character to print.
 @var{hhhh}, and @samp{\U} for 32-bit Unicode characters, specified as 8 hex
 digits @var{hhhhhhhh}. @command{printf} outputs the Unicode characters
 according to the LC_CTYPE part of the current locale, i.e. depending
-on the values of the environment variables @code{LC_ALL}, @code{LC_CTYPE},
-@code{LANG}.
+on the values of the environment variables @env{LC_ALL}, @env{LC_CTYPE},
+@env{LANG}.
 
 The processing of @samp{\u} and @samp{\U} requires a full-featured
 @code{iconv} facility. It is activated on systems with glibc 2.2 (or newer),