Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys argument is void *, not char * (at least, to th...



details:   https://anonhg.NetBSD.org/src/rev/076780b8b715
branches:  trunk
changeset: 467536:076780b8b715
user:      perry <perry%NetBSD.org@localhost>
date:      Thu Mar 25 18:48:16 1999 +0000

description:
argument is void *, not char * (at least, to the extent that it is a pointer.

diffstat:

 lib/libc/sys/ioctl.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2d83349a183a -r 076780b8b715 lib/libc/sys/ioctl.2
--- a/lib/libc/sys/ioctl.2      Thu Mar 25 18:37:06 1999 +0000
+++ b/lib/libc/sys/ioctl.2      Thu Mar 25 18:48:16 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ioctl.2,v 1.7 1999/03/22 19:45:05 garbled Exp $
+.\"    $NetBSD: ioctl.2,v 1.8 1999/03/25 18:48:16 perry Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -42,7 +42,7 @@
 .Sh SYNOPSIS
 .Fd #include <sys/ioctl.h>
 .Ft int
-.Fn ioctl "int d" "unsigned long request" "char *argp"
+.Fn ioctl "int d" "unsigned long request" "void *argp"
 .Sh DESCRIPTION
 The
 .Fn ioctl



Home | Main Index | Thread Index | Old Index