From fb54ef2aab0dedeb72ccd4b71be1908a6178c8e0 Mon Sep 17 00:00:00 2001 From: millert <> Date: Sat, 19 Feb 2005 21:35:42 +0000 Subject: fix pasto; from d@ --- src/lib/libc/net/getprotoent.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') 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 @@ -.\" $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 , -- cgit v1.2.3-55-g6feb