diff options
Diffstat (limited to 'lib/libc/net/getnetent.3')
-rw-r--r-- | lib/libc/net/getnetent.3 | 2 |
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. |