CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/18 08:59:10
Modified files:
usr.bin/printf : printf.1
Log message:
Fix two documentation bugs:
1. Specifying a precision for the %s format character limits the number
of bytes printed, not the number of characters.
2. Document the intentional POSIX violation of ignoring the locale.
Feedback and OK jmc@, bentley@.
