diff options
author | jaredy <> | 2005-07-22 04:50:51 +0000 |
---|---|---|
committer | jaredy <> | 2005-07-22 04:50:51 +0000 |
commit | 3553ae132550867ea92f1c819130713a94c9aa57 (patch) | |
tree | 0fcccaffb7fe67c8d9c1f46e9831c994ceadc81a /src/lib/libc/net/getnetent.3 | |
parent | fca3e187a867f51bfd0b46cc4d3f49175ffddef6 (diff) | |
download | openbsd-3553ae132550867ea92f1c819130713a94c9aa57.tar.gz openbsd-3553ae132550867ea92f1c819130713a94c9aa57.tar.bz2 openbsd-3553ae132550867ea92f1c819130713a94c9aa57.zip |
- sync prototypes and header file excerpts
- typos/spelling, punctuation, rewording, macro, and layout fixes.
help & ok jmc
Diffstat (limited to 'src/lib/libc/net/getnetent.3')
-rw-r--r-- | src/lib/libc/net/getnetent.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/getnetent.3 b/src/lib/libc/net/getnetent.3 index 40b50a8c3f..b337c8c02d 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.13 2004/02/01 19:45:00 nordin Exp $ | 1 | .\" $OpenBSD: getnetent.3,v 1.14 2005/07/22 04:50:51 jaredy 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. |
@@ -72,7 +72,7 @@ The members of this structure are: | |||
72 | .It Fa n_name | 72 | .It Fa n_name |
73 | The official name of the network. | 73 | The official name of the network. |
74 | .It Fa n_aliases | 74 | .It Fa n_aliases |
75 | A zero-terminated list of alternate names for the network. | 75 | A null-terminated list of alternate names for the network. |
76 | .It Fa n_addrtype | 76 | .It Fa n_addrtype |
77 | The type of the network number returned; currently only | 77 | The type of the network number returned; currently only |
78 | .Dv AF_INET . | 78 | .Dv AF_INET . |