diff options
author | das <das@FreeBSD.org> | 2009-01-28 04:37:27 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2009-01-28 04:37:27 +0000 |
commit | c332936c10b8bc74ce794cf8b9705b27ed54d4fb (patch) | |
tree | 7945a60ae1386ea1cd1dae777faa189b9578a060 | |
parent | 1dd1bae7b6975b8f90638d416af36744406345b4 (diff) | |
download | FreeBSD-src-c332936c10b8bc74ce794cf8b9705b27ed54d4fb.zip FreeBSD-src-c332936c10b8bc74ce794cf8b9705b27ed54d4fb.tar.gz |
Update the manpage to reflect r145172.
-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 a126a64..98e26dc 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 |