From 896e5dbb710f121cf03937b61352cc6bbbeb3d1c Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 9 Jun 1996 06:48:42 +0000 Subject: Reword the sentence about the required space for the result string. Closes PR # 1303.- --- lib/libc/stdio/printf.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdio') diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index e675b3e..03968af 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -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. -- cgit v1.1