diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-07-21 08:57:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-07-21 08:57:48 +0000 |
commit | 9f7d478cf02f03f85fb66e59b6b0d2a8290448c1 (patch) | |
tree | a69dfb07b5f45863f8f7c0f7e02108fcfc00e309 /share/man/man9 | |
parent | cc4419c4e7eb13465c1b4261085801e3a8fa9640 (diff) |
typo from netbsd (-r 1.10);
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 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 |