summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-09-11 10:49:56 +0000
committerbrucec <brucec@FreeBSD.org>2010-09-11 10:49:56 +0000
commit7adc5f91cff836324150e37db070cf854b475e73 (patch)
tree9b0dbb739b35e3d9e69dd5c1d72fd4a2c349c473 /lib/libc/stdio
parent6b5a9d0d4bcef5193a4b10feee02073eeb9ec0ff (diff)
downloadFreeBSD-src-7adc5f91cff836324150e37db070cf854b475e73.zip
FreeBSD-src-7adc5f91cff836324150e37db070cf854b475e73.tar.gz
Revert changes of 'assure' to 'ensure' made in r211936.
Approved by: rrs (mentor)
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/printf.32
1 files changed, 1 insertions, 1 deletions
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.
OpenPOWER on IntegriCloud