diff options
author | 2001-06-16 22:16:23 +0000 | |
---|---|---|
committer | 2001-06-16 22:16:23 +0000 | |
commit | 47eaffdc717ead246bd7c3261afbb8c369df8b28 (patch) | |
tree | d125a96dd91cd769f3eed9c0b22f120c46581414 /lib/libc | |
parent | typo (diff) | |
download | wireguard-openbsd-47eaffdc717ead246bd7c3261afbb8c369df8b28.tar.xz wireguard-openbsd-47eaffdc717ead246bd7c3261afbb8c369df8b28.zip |
sysarch() takes a void *
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/sysarch.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/sysarch.2 b/lib/libc/sys/sysarch.2 index b7b37d19f52..0560d6e3fd7 100644 --- a/lib/libc/sys/sysarch.2 +++ b/lib/libc/sys/sysarch.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysarch.2,v 1.6 2001/03/30 04:49:12 pjanzen Exp $ +.\" $OpenBSD: sysarch.2,v 1.7 2001/06/16 22:16:24 deraadt Exp $ .\" $NetBSD: sysarch.2,v 1.4 1995/02/27 12:38:47 cgd Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -43,7 +43,7 @@ .Sh SYNOPSIS .Fd #include <machine/sysarch.h> .Ft int -.Fn sysarch "int number" "char *args" +.Fn sysarch "int number" "void *args" .Sh DESCRIPTION .Fn sysarch performs the architecture-dependent function specified by |