commit 0d97bd3f5775408321169be292b6744b0ee6a8ae
parent 70adb1252dd154bd6517af49e916b8f2d4deeac9
Author: FRIGN <dev@frign.de>
Date: Sat, 20 Feb 2016 21:51:05 +0100
Change the note in printf.1 on octal escapes
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/printf.1 b/printf.1
@@ -18,7 +18,7 @@ until drained.
.Pp
.Nm
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
.Ar format
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
.St -p1003.1-2013
specification.
+.Pp
+The possibility of specifying 4-digit octals is an extension to that specification.