diff options
Diffstat (limited to 'lib/libc/stdio/printf.3')
-rw-r--r-- | lib/libc/stdio/printf.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index e00d44a..e85d139 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -553,7 +553,8 @@ is .El .Pp The decimal point -character is defined in the program's locale (category LC_NUMERIC). +character is defined in the program's locale (category +.Dv LC_NUMERIC ) . .Pp In no case does a non-existent or small field width cause truncation of a field; if the result of a conversion is wider than the field width, the |