summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getprotoent.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/getprotoent.3')
-rw-r--r--src/lib/libc/net/getprotoent.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/getprotoent.3 b/src/lib/libc/net/getprotoent.3
index be257966a2..5c41e6fb7c 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.9 2003/06/02 20:18:35 millert Exp $ 1.\" $OpenBSD: getprotoent.3,v 1.10 2004/02/01 19:45:00 nordin 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.
@@ -42,7 +42,7 @@
42.Ft struct protoent * 42.Ft struct protoent *
43.Fn getprotoent "void" 43.Fn getprotoent "void"
44.Ft struct protoent * 44.Ft struct protoent *
45.Fn getprotobyname "char *name" 45.Fn getprotobyname "const char *name"
46.Ft struct protoent * 46.Ft struct protoent *
47.Fn getprotobynumber "int proto" 47.Fn getprotobynumber "int proto"
48.Ft void 48.Ft void