diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/getprotoent.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/getprotoent.3 b/lib/libc/net/getprotoent.3 index e29d53e5ce3..ea2a9e77772 100644 --- a/lib/libc/net/getprotoent.3 +++ b/lib/libc/net/getprotoent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getprotoent.3,v 1.13 2004/10/26 15:52:50 millert Exp $ +.\" $OpenBSD: getprotoent.3,v 1.14 2005/02/19 21:35:42 millert Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -63,7 +63,7 @@ .Ft void .Fn endprotoent "void" .Ft void -.Fn endprotoent_r "void" "struct protoent_data *protoent_data" +.Fn endprotoent_r "struct protoent_data *protoent_data" .Sh DESCRIPTION The .Fn getprotoent , |