summaryrefslogtreecommitdiffstats
path: root/share/man/man9/uio.9
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-06-20 07:09:24 +0000
committerpeter <peter@FreeBSD.org>2002-06-20 07:09:24 +0000
commit03bf5843fded35f0d0683104ee1cf9ba8babcdc2 (patch)
tree4b6b671b3655b33ebf603cda7b25e9875045e8a9 /share/man/man9/uio.9
parent72c289faf4819f8733ef7488d70a29df4faef764 (diff)
downloadFreeBSD-src-03bf5843fded35f0d0683104ee1cf9ba8babcdc2.zip
FreeBSD-src-03bf5843fded35f0d0683104ee1cf9ba8babcdc2.tar.gz
Remove references to UIO_USERISPACE which no longer exists.
Diffstat (limited to 'share/man/man9/uio.9')
-rw-r--r--share/man/man9/uio.95
1 files changed, 1 insertions, 4 deletions
diff --git a/share/man/man9/uio.9 b/share/man/man9/uio.9
index 0dca9bb..d5c54e0 100644
--- a/share/man/man9/uio.9
+++ b/share/man/man9/uio.9
@@ -90,14 +90,11 @@ The offset into the device.
The number of bytes to process.
.It Va uio_segflg
One of the following flags:
-.Bl -tag -width ".Dv UIO_USERISPACE"
+.Bl -tag -width ".Dv UIO_USERSPACE"
.It Dv UIO_USERSPACE
The I/O vector points into a process's address space.
.It Dv UIO_SYSSPACE
The I/O vector points into the kernel address space.
-.It Dv UIO_USERISPACE
-The I/O vector points into the instruction area of a process's address
-space.
.It Dv UIO_NOCOPY
Don't copy, already in object.
.El
OpenPOWER on IntegriCloud