summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormillert <>2000-09-22 14:47:33 +0000
committermillert <>2000-09-22 14:47:33 +0000
commit8f963d43931f11d0a730dded38c21a6bd7ed9af2 (patch)
treece3bb524626ecce0b516f168ee40f1c8087975a0 /src
parente1884ec56621ddd50d9e10de94b79e6733ef6b2c (diff)
downloadopenbsd-8f963d43931f11d0a730dded38c21a6bd7ed9af2.tar.gz
openbsd-8f963d43931f11d0a730dded38c21a6bd7ed9af2.tar.bz2
openbsd-8f963d43931f11d0a730dded38c21a6bd7ed9af2.zip
ipx_addr(3) takes a const char *.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/net/ipx.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/ipx.3 b/src/lib/libc/net/ipx.3
index 8cc36f0814..c1a52e14d5 100644
--- a/src/lib/libc/net/ipx.3
+++ b/src/lib/libc/net/ipx.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ipx.3,v 1.5 1999/07/05 04:40:59 aaron Exp $ 1.\" $OpenBSD: ipx.3,v 1.6 2000/09/22 14:47:33 millert Exp $
2.\" 2.\"
3.\" Copyright (c) 1986, 1991, 1993 3.\" Copyright (c) 1986, 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.Fd #include <sys/types.h> 42.Fd #include <sys/types.h>
43.Fd #include <netipx/ipx.h> 43.Fd #include <netipx/ipx.h>
44.Ft struct ipx_addr 44.Ft struct ipx_addr
45.Fn ipx_addr "char *cp" 45.Fn ipx_addr "const char *cp"
46.Ft char * 46.Ft char *
47.Fn ipx_ntoa "struct ipx_addr ipx" 47.Fn ipx_ntoa "struct ipx_addr ipx"
48.Sh DESCRIPTION 48.Sh DESCRIPTION