diff options
Diffstat (limited to 'usr.bin/printf/printf.1')
-rw-r--r-- | usr.bin/printf/printf.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 2d510c3bbfc2..8fc29ed0f01a 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -251,7 +251,8 @@ Print a `%'; no argument is used. .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; padding takes place only if the specified field width exceeds |