diff options
| author | David Schultz <das@FreeBSD.org> | 2009-01-28 04:37:27 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2009-01-28 04:37:27 +0000 |
| commit | aa83f5fff9ab719145684e14ebe85594644844d8 (patch) | |
| tree | 7945a60ae1386ea1cd1dae777faa189b9578a060 /lib/libc/stdio | |
| parent | 4848dd0858385db46fa4e0192a134605ee42ab01 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio')
| -rw-r--r-- | lib/libc/stdio/printf.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index a126a641fc3d..98e26dc87c6a 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -207,8 +207,7 @@ conversions, this option has no effect. For .Cm o conversions, the precision of the number is increased to force the first -character of the output string to a zero (except if a zero value is printed -with an explicit precision of zero). +character of the output string to a zero. For .Cm x and |
