Change the note in printf.1 on octal escapes
This commit is contained in:
parent
70adb1252d
commit
0d97bd3f57
4
printf.1
4
printf.1
@ -18,7 +18,7 @@ until drained.
|
|||||||
.Pp
|
.Pp
|
||||||
.Nm
|
.Nm
|
||||||
interprets the standard escape sequences \e\e, \e', \e", \ea, \eb, \ee,
|
interprets the standard escape sequences \e\e, \e', \e", \ea, \eb, \ee,
|
||||||
\ef, \en, \er, \et, \ev, \exH[H], \eO[OO], the sequence \ec, which
|
\ef, \en, \er, \et, \ev, \exH[H], \eO[OOO], the sequence \ec, which
|
||||||
terminates further output if it's found inside
|
terminates further output if it's found inside
|
||||||
.Ar format
|
.Ar format
|
||||||
or a %b format string, the format specification %b for an unescaped string and all C
|
or a %b format string, the format specification %b for an unescaped string and all C
|
||||||
@ -30,3 +30,5 @@ The
|
|||||||
utility is compliant with the
|
utility is compliant with the
|
||||||
.St -p1003.1-2013
|
.St -p1003.1-2013
|
||||||
specification.
|
specification.
|
||||||
|
.Pp
|
||||||
|
The possibility of specifying 4-digit octals is an extension to that specification.
|
||||||
|
Loading…
Reference in New Issue
Block a user