diff options
Diffstat (limited to 'lib/libc/net/getprotoent.3')
-rw-r--r-- | lib/libc/net/getprotoent.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/net/getprotoent.3 b/lib/libc/net/getprotoent.3 index 8f48481..7811c78 100644 --- a/lib/libc/net/getprotoent.3 +++ b/lib/libc/net/getprotoent.3 @@ -95,7 +95,8 @@ reads the next line of the file, opening the file if necessary. The .Fn setprotoent function -opens and rewinds the file. If the +opens and rewinds the file. +If the .Fa stayopen flag is non-zero, the net data base will not be closed after each call to |