diff options
-rw-r--r-- | usr.bin/printf/printf.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 9f0d9a9..27440e2 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -281,3 +281,9 @@ then back again, floating-point precision may be lost. .Pp .Tn ANSI 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. |