diff options
author | millert <> | 2005-02-19 21:35:42 +0000 |
---|---|---|
committer | millert <> | 2005-02-19 21:35:42 +0000 |
commit | fb54ef2aab0dedeb72ccd4b71be1908a6178c8e0 (patch) | |
tree | e724103b37ab879f08f59ab270df490539f2d8a2 | |
parent | 6df12cc08611edf2529319130a399001833c2319 (diff) | |
download | openbsd-fb54ef2aab0dedeb72ccd4b71be1908a6178c8e0.tar.gz openbsd-fb54ef2aab0dedeb72ccd4b71be1908a6178c8e0.tar.bz2 openbsd-fb54ef2aab0dedeb72ccd4b71be1908a6178c8e0.zip |
fix pasto; from d@
-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 , |