diff options
-rw-r--r-- | src/lib/libc/net/getprotoent.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/getprotoent.3 b/src/lib/libc/net/getprotoent.3 index e29d53e5ce..ea2a9e7777 100644 --- a/src/lib/libc/net/getprotoent.3 +++ b/src/lib/libc/net/getprotoent.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: getprotoent.3,v 1.13 2004/10/26 15:52:50 millert Exp $ | 1 | .\" $OpenBSD: getprotoent.3,v 1.14 2005/02/19 21:35:42 millert 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. |
@@ -63,7 +63,7 @@ | |||
63 | .Ft void | 63 | .Ft void |
64 | .Fn endprotoent "void" | 64 | .Fn endprotoent "void" |
65 | .Ft void | 65 | .Ft void |
66 | .Fn endprotoent_r "void" "struct protoent_data *protoent_data" | 66 | .Fn endprotoent_r "struct protoent_data *protoent_data" |
67 | .Sh DESCRIPTION | 67 | .Sh DESCRIPTION |
68 | The | 68 | The |
69 | .Fn getprotoent , | 69 | .Fn getprotoent , |