diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-09-22 14:47:34 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-09-22 14:47:34 +0000 |
commit | b8674d3802061e3d73d2be0f94f6c8618080b1b1 (patch) | |
tree | bb1b7b4ed40329a084999d4adb6aeeb125676d96 /lib | |
parent | 4de4cc58a86564960d028a1b3f486a22d417ba34 (diff) |
ipx_addr(3) takes a const char *.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/net/ipx.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/ipx.3 b/lib/libc/net/ipx.3 index 8cc36f08145..c1a52e14d51 100644 --- a/lib/libc/net/ipx.3 +++ b/lib/libc/net/ipx.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipx.3,v 1.5 1999/07/05 04:40:59 aaron Exp $ +.\" $OpenBSD: ipx.3,v 1.6 2000/09/22 14:47:33 millert Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -42,7 +42,7 @@ .Fd #include <sys/types.h> .Fd #include <netipx/ipx.h> .Ft struct ipx_addr -.Fn ipx_addr "char *cp" +.Fn ipx_addr "const char *cp" .Ft char * .Fn ipx_ntoa "struct ipx_addr ipx" .Sh DESCRIPTION |