summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-02-14 18:44:22 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-02-14 18:44:22 +0000
commit79644b2c9343a5d1c44298e22f16ad7805978fb4 (patch)
tree4509f4db3111288277e4acb5206d4373ac8c83d1 /share
parent9f0ec1f351ad5c2602a1f6f5648af029ab769197 (diff)
uio->uio_resid, not uio->resid;
from kirihara masaharu (netbsd pr #29355); ok miod@ millert@
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/uiomove.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/uiomove.9 b/share/man/man9/uiomove.9
index 427f3c25c8a..6b889b66baa 100644
--- a/share/man/man9/uiomove.9
+++ b/share/man/man9/uiomove.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uiomove.9,v 1.8 2004/07/21 08:57:47 jmc Exp $
+.\" $OpenBSD: uiomove.9,v 1.9 2005/02/14 18:44:21 jmc Exp $
.\" $NetBSD: uiomove.9,v 1.6 2001/12/26 00:16:30 wiz Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -116,7 +116,7 @@ or vice versa.
The lesser of
.Fa n
or
-.Fa uio->resid
+.Fa uio->uio_resid
bytes are copied.
.Pp
.Nm