From 7adc5f91cff836324150e37db070cf854b475e73 Mon Sep 17 00:00:00 2001 From: brucec Date: Sat, 11 Sep 2010 10:49:56 +0000 Subject: Revert changes of 'assure' to 'ensure' made in r211936. Approved by: rrs (mentor) --- 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 a0d2613..90a8ed8 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -849,7 +849,7 @@ and .Fn vsprintf assume an infinitely long string, callers must be careful not to overflow the actual space; -this is often hard to ensure. +this is often hard to assure. For safety, programmers should use the .Fn snprintf interface instead. -- cgit v1.1