diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-04-14 18:29:59 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-04-14 18:29:59 +0000 |
| commit | e897c4d6fb458c73f4586a7032b9585959684679 (patch) | |
| tree | d17dc99f92021a0e6a5ac290fa2ca6b07855d31a /usr.bin/printf/printf.1 | |
| parent | 84c7fde72e9fc2b217218fa1c6c653b0f03b7fd6 (diff) | |
Notes
Diffstat (limited to 'usr.bin/printf/printf.1')
| -rw-r--r-- | usr.bin/printf/printf.1 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 01360a413a13..52c23b32493e 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -35,7 +35,7 @@ .\" @(#)printf.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd July 3, 2004 +.Dd April 14, 2005 .Dt PRINTF 1 .Os .Sh NAME @@ -341,11 +341,9 @@ modifier may produce additional precision, depending on the hardware platform.) hexadecimal character constants were deliberately not provided. .Pp The escape sequence \e000 is the string terminator. -When present in the -.Ar format , -the -.Ar format -will be truncated at the \e000 character. +When present in the argument for the +.Cm b +format, the argument will be truncated at the \e000 character. .Pp Multibyte characters are not recognized in format strings (this is only a problem if |
