summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getprotoent.3
diff options
context:
space:
mode:
authornordin <>2004-02-01 19:45:00 +0000
committernordin <>2004-02-01 19:45:00 +0000
commit16b2f3bc4142a41a6cc697a3cd5619dad21beb10 (patch)
tree29b011a2e8dcee278e0bc204e97d3faec5493eab /src/lib/libc/net/getprotoent.3
parentf408fdd277cc567bb5e589ffa5759ee0cdfea037 (diff)
downloadopenbsd-16b2f3bc4142a41a6cc697a3cd5619dad21beb10.tar.gz
openbsd-16b2f3bc4142a41a6cc697a3cd5619dad21beb10.tar.bz2
openbsd-16b2f3bc4142a41a6cc697a3cd5619dad21beb10.zip
Add const type qualifier. ok jmc@
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