From dda0af971acfe86c83b987bb82960e102a63099b Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Tue, 22 Jul 2003 01:54:13 +0000 Subject: uiomove takes void * now. --- share/man/man9/uiomove.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/man/man9') 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 .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 -- cgit v1.2.3