diff options
-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 0834acd5992..427f3c25c8a 100644 --- a/share/man/man9/uiomove.9 +++ b/share/man/man9/uiomove.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uiomove.9,v 1.7 2003/07/22 01:54:12 tedu Exp $ +.\" $OpenBSD: uiomove.9,v 1.8 2004/07/21 08:57:47 jmc Exp $ .\" $NetBSD: uiomove.9,v 1.6 2001/12/26 00:16:30 wiz Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -96,7 +96,7 @@ The amount of data remaining to be transferred. A flag indicating whether the space described is in user-space (UIO_USERSPACE) or kernel-space (UIO_SYSSPACE). .It uio_rw -A flag indicating whether date should be read into the space +A flag indicating whether data should be read into the space (UIO_READ) or written from the space (UIO_WRITE). .It uio_procp A pointer to the process whose data area is described by the |