diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-07-22 01:54:13 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-07-22 01:54:13 +0000 |
commit | dda0af971acfe86c83b987bb82960e102a63099b (patch) | |
tree | cbccf057c73357b84b33a558b53573aa44a609ad /share/man/man9 | |
parent | a8b248fd10c8694687028950a67487749219253c (diff) |
uiomove takes void * now.
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/uiomove.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/uiomove.9 b/share/man/man9/uiomove.9 index 994c35d69af..0834acd5992 100644 --- a/share/man/man9/uiomove.9 +++ b/share/man/man9/uiomove.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uiomove.9,v 1.6 2003/06/06 20:56:32 jmc Exp $ +.\" $OpenBSD: uiomove.9,v 1.7 2003/07/22 01:54:12 tedu Exp $ .\" $NetBSD: uiomove.9,v 1.6 2001/12/26 00:16:30 wiz Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -41,7 +41,7 @@ .Sh SYNOPSIS .Fd #include <sys/systm.h> .Ft int -.Fn uiomove "caddr_t buf" "int n" "struct uio *uio" +.Fn uiomove "void *buf" "int n" "struct uio *uio" .Sh DESCRIPTION The .Nm |