Document truncation of strings when a NUL character is reached in a format

string.

PR:		15929
Submitted by:	Daniel Hagan <dhagan@cs.vt.edu>
This commit is contained in:
Chris Costello 2000-01-19 04:16:48 +00:00
parent f8c52b7c27
commit 1ead4519b6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56264

View File

@ -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.