diff options
Diffstat (limited to 'src/lib/libc/net/getservent.3')
-rw-r--r-- | src/lib/libc/net/getservent.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/net/getservent.3 b/src/lib/libc/net/getservent.3 index 3ef95fb817..21591cdcbb 100644 --- a/src/lib/libc/net/getservent.3 +++ b/src/lib/libc/net/getservent.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: getservent.3,v 1.8 1999/07/05 04:40:59 aaron Exp $ | 1 | .\" $OpenBSD: getservent.3,v 1.9 2000/04/18 03:01:32 aaron Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1983, 1991, 1993 | 3 | .\" Copyright (c) 1983, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -96,7 +96,8 @@ reads the next line of the file, opening the file if necessary. | |||
96 | The | 96 | The |
97 | .Fn setservent | 97 | .Fn setservent |
98 | function | 98 | function |
99 | opens and rewinds the file. If the | 99 | opens and rewinds the file. |
100 | If the | ||
100 | .Fa stayopen | 101 | .Fa stayopen |
101 | flag is non-zero, | 102 | flag is non-zero, |
102 | the net data base will not be closed after each call to | 103 | the net data base will not be closed after each call to |