diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-10 10:26:52 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-10 10:26:52 +0000 |
commit | 429d919c7005acbab3205b40035c0429aa6a974e (patch) | |
tree | ec3b4991562dd249f2f6ccce9d52fce436b6a960 /usr.bin/printf | |
parent | e705b815edf54a3d56d5201b37d21d5eacdb633f (diff) |
Notes
Diffstat (limited to 'usr.bin/printf')
-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 |