From 8f963d43931f11d0a730dded38c21a6bd7ed9af2 Mon Sep 17 00:00:00 2001 From: millert <> Date: Fri, 22 Sep 2000 14:47:33 +0000 Subject: ipx_addr(3) takes a const char *. --- src/lib/libc/net/ipx.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') 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 @@ -.\" $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 .Fd #include .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 -- cgit v1.2.3-55-g6feb