diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
| commit | f247324df75b7f55b48b92acb3b42a5ae2deac8a (patch) | |
| tree | 62f210bf3aee25e49335dc77030fff6e97fbe447 /usr.bin/printf | |
| parent | 7ebcc426efefea9cd16ac6f565e72030c608f7a4 (diff) | |
Notes
Diffstat (limited to 'usr.bin/printf')
| -rw-r--r-- | usr.bin/printf/printf.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index f276aa48e7f4..0e44abc22264 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -106,7 +106,7 @@ Write a <vertical tab> character. Write a <single quote> character. .It Cm \e\e Write a backslash character. -.It Cm \e Ns Ar num +.It Cm \e Ns Ar num Write an 8-bit character whose .Tn ASCII value is the 1-, 2-, or 3-digit @@ -182,7 +182,7 @@ followed by an optional digit string giving a which specifies the number of digits to appear after the decimal point, for .Cm e -and +and .Cm f formats, or the maximum number of characters to be printed from a string; if the digit string is missing, the precision is treated @@ -291,6 +291,6 @@ hexadecimal character constants were deliberately not provided. .Pp The escape sequence \e000 is the string terminator. When present in the .Ar format , -the +the .Ar format will be truncated at the \e000 character. |
