diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-02-19 21:35:43 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-02-19 21:35:43 +0000 |
commit | f7af7b992f075248678516ec3d2d8a99ae3e19f1 (patch) | |
tree | 0fcfe673fd9508b46c15dd9f22ffe0d50571d971 /lib | |
parent | 2d98c23c4051660179af7d8a76861ceed0b1f2b1 (diff) |
fix pasto; from d@
Diffstat (limited to 'lib')
-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 , |