summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/getnetent.3
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-04-28 15:32:55 +0000
committerume <ume@FreeBSD.org>2005-04-28 15:32:55 +0000
commitc2ee427f58870a57f71f4e20d3f83c4e6bdde733 (patch)
tree7465bfa6b308dec24c1b65088f6169e249880ea4 /lib/libc/net/getnetent.3
parent73700934ebe1998a883da9c450c2d1ed47079cad (diff)
downloadFreeBSD-src-c2ee427f58870a57f71f4e20d3f83c4e6bdde733.zip
FreeBSD-src-c2ee427f58870a57f71f4e20d3f83c4e6bdde733.tar.gz
make getnetby*() thread-safe.
Diffstat (limited to 'lib/libc/net/getnetent.3')
-rw-r--r--lib/libc/net/getnetent.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/getnetent.3 b/lib/libc/net/getnetent.3
index b6cd944..80c2fcb94 100644
--- a/lib/libc/net/getnetent.3
+++ b/lib/libc/net/getnetent.3
@@ -167,7 +167,7 @@ functions appeared in
.Bx 4.2 .
.Sh BUGS
The data space used by
-these functions is static; if future use requires the data, it should be
+these functions is a thread-specific; if future use requires the data, it should be
copied before any subsequent calls to these functions overwrite it.
Only Internet network
numbers are currently understood.
OpenPOWER on IntegriCloud