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 7cfb22a01d..40b50a8c3f 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.12 2003/06/02 20:18:35 millert Exp $ | 1 | .\" $OpenBSD: getnetent.3,v 1.13 2004/02/01 19:45:00 nordin 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. |
@@ -42,7 +42,7 @@ | |||
42 | .Ft struct netent * | 42 | .Ft struct netent * |
43 | .Fn getnetent "void" | 43 | .Fn getnetent "void" |
44 | .Ft struct netent * | 44 | .Ft struct netent * |
45 | .Fn getnetbyname "char *name" | 45 | .Fn getnetbyname "const char *name" |
46 | .Ft struct netent * | 46 | .Ft struct netent * |
47 | .Fn getnetbyaddr "in_addr_t net" "int type" | 47 | .Fn getnetbyaddr "in_addr_t net" "int type" |
48 | .Ft void | 48 | .Ft void |