summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/findfp.c
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-07-29 15:08:14 +0000
committersheldonh <sheldonh@FreeBSD.org>2001-07-29 15:08:14 +0000
commit8fbfd8b125d91112252525256f8d195d1c96153b (patch)
treee925f27d50ba03c6c5be9398877174685ae38a10 /lib/libc/stdio/findfp.c
parenta912f88e2254e0bf61475f94996cf572f35b310c (diff)
downloadFreeBSD-src-8fbfd8b125d91112252525256f8d195d1c96153b.zip
FreeBSD-src-8fbfd8b125d91112252525256f8d195d1c96153b.tar.gz
Avoid any chance of being misunderstood as having libelled developers
or developers' vendors without compromising the importance of warning against bad practice. Reported by: mjacob MFC after: 1 week
Diffstat (limited to 'lib/libc/stdio/findfp.c')
-rw-r--r--lib/libc/stdio/findfp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/findfp.c b/lib/libc/stdio/findfp.c
index 3754258..9e7bc28 100644
--- a/lib/libc/stdio/findfp.c
+++ b/lib/libc/stdio/findfp.c
@@ -192,7 +192,7 @@ found:
* but documented historically for certain applications. Bad applications.
*/
__warn_references(f_prealloc,
- "warning: this program uses f_prealloc(), which is stupid.");
+ "warning: this program uses f_prealloc(), which is not recommended.");
void
f_prealloc()
OpenPOWER on IntegriCloud