diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1996-06-09 06:48:42 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1996-06-09 06:48:42 +0000 |
commit | d230d4275aef34bea1c1fd8e672a162cdc321492 (patch) | |
tree | a2d69feaf6ab84d07a9a604f5402547181a50897 /lib | |
parent | c8d7d3dbe3407940764718bc94e42eee95106290 (diff) | |
download | src-d230d4275aef34bea1c1fd8e672a162cdc321492.tar.gz src-d230d4275aef34bea1c1fd8e672a162cdc321492.zip |
Notes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdio/printf.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index e675b3eda99b..03968afac013 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. |