Reword the sentence about the required space for the result string.

Closes PR # 1303.-
This commit is contained in:
joerg 1996-06-09 06:48:42 +00:00
parent 285b22dc7a
commit 896e5dbb71

View File

@ -645,7 +645,7 @@ and
.Fn vsprintf
assume an infinitely long string,
callers must be careful not to overflow the actual space;
this is often impossible to assure.
this is often hard to assure.
For safety, programmers should use the
.Fn snprintf
interface instead.