diff options
author | aaron <> | 2000-04-18 03:01:33 +0000 |
---|---|---|
committer | aaron <> | 2000-04-18 03:01:33 +0000 |
commit | 6e79b911ce0057b5b91d0f9cedd766e0163fb043 (patch) | |
tree | 9478c878ca3f3846100f116eeb1bed16f321f335 /src/lib/libc/net/getnetent.3 | |
parent | 59ca3f5f8991ab72904434fb49ef0999d64ae2e8 (diff) | |
download | openbsd-6e79b911ce0057b5b91d0f9cedd766e0163fb043.tar.gz openbsd-6e79b911ce0057b5b91d0f9cedd766e0163fb043.tar.bz2 openbsd-6e79b911ce0057b5b91d0f9cedd766e0163fb043.zip |
Repairs, mostly removing hard sentence breaks.
Diffstat (limited to 'src/lib/libc/net/getnetent.3')
-rw-r--r-- | src/lib/libc/net/getnetent.3 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/lib/libc/net/getnetent.3 b/src/lib/libc/net/getnetent.3 index 05478afdfb..fba5505fec 100644 --- a/src/lib/libc/net/getnetent.3 +++ b/src/lib/libc/net/getnetent.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: getnetent.3,v 1.8 1999/07/05 04:40:59 aaron Exp $ | 1 | .\" $OpenBSD: getnetent.3,v 1.9 2000/04/18 03:01:31 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. |
@@ -84,8 +84,8 @@ A zero-terminated list of alternate names for the network. | |||
84 | The type of the network number returned; currently only | 84 | The type of the network number returned; currently only |
85 | .Dv AF_INET . | 85 | .Dv AF_INET . |
86 | .It Fa n_net | 86 | .It Fa n_net |
87 | The network number. Network numbers are returned in machine byte | 87 | The network number. |
88 | order. | 88 | Network numbers are returned in machine byte order. |
89 | .El | 89 | .El |
90 | .Pp | 90 | .Pp |
91 | The | 91 | The |
@@ -96,7 +96,8 @@ reads the next line of the file, opening the file if necessary. | |||
96 | The | 96 | The |
97 | .Fn setnetent | 97 | .Fn setnetent |
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 |
@@ -146,6 +147,6 @@ functions appeared in | |||
146 | .Sh BUGS | 147 | .Sh BUGS |
147 | The data space used by these functions is static; if future use | 148 | The data space used by these functions is static; if future use |
148 | requires the data, it should be copied before any subsequent calls | 149 | requires the data, it should be copied before any subsequent calls |
149 | to these functions overwrite it. Only Internet network numbers | 150 | to these functions overwrite it. |
150 | are currently understood. Expecting network numbers to fit in no | 151 | Only Internet network numbers are currently understood. |
151 | more than 32 bits is naive. | 152 | Expecting network numbers to fit in no more than 32 bits is naive. |