diff options
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 . |