aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/uio.9
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2010-05-13 12:08:11 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2010-05-13 12:08:11 +0000
commit0b31f1f731fd769e1b2c31ea74459d28d995729a (patch)
treed8e521baa64fd8da59f9f26f29ea2bc2501ef0a2 /share/man/man9/uio.9
parent0afc94c17a8772df34294778904e816258542498 (diff)
downloadsrc-0b31f1f731fd769e1b2c31ea74459d28d995729a.tar.gz
src-0b31f1f731fd769e1b2c31ea74459d28d995729a.zip
mdoc: move remaining sections into consistent order
This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections. Found by: mdocml lint run Reviewed by: ru
Notes
Notes: svn path=/head/; revision=208028
Diffstat (limited to 'share/man/man9/uio.9')
-rw-r--r--share/man/man9/uio.924
1 files changed, 12 insertions, 12 deletions
diff --git a/share/man/man9/uio.9 b/share/man/man9/uio.9
index 0ddb2d39f999..2e79f9cca9fb 100644
--- a/share/man/man9/uio.9
+++ b/share/man/man9/uio.9
@@ -115,18 +115,6 @@ space.
On success
.Fn uiomove
will return 0, on error it will return an appropriate errno.
-.Sh ERRORS
-.Fn uiomove
-will fail and return the following error code if:
-.Bl -tag -width Er
-.It Bq Er EFAULT
-The invoked
-.Xr copyin 9
-or
-.Xr copyout 9
-returned
-.Er EFAULT
-.El
.Sh EXAMPLES
The idea is that the driver maintains a private buffer for its data,
and processes the request in chunks of maximal the size of this
@@ -167,6 +155,18 @@ fooread(dev_t dev, struct uio *uio, int flag)
return (rv);
}
.Ed
+.Sh ERRORS
+.Fn uiomove
+will fail and return the following error code if:
+.Bl -tag -width Er
+.It Bq Er EFAULT
+The invoked
+.Xr copyin 9
+or
+.Xr copyout 9
+returned
+.Er EFAULT
+.El
.Sh SEE ALSO
.Xr read 2 ,
.Xr readv 2 ,