diff options
author | keramida <keramida@FreeBSD.org> | 2007-10-30 16:04:23 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2007-10-30 16:04:23 +0000 |
commit | 84b55169ea28cbb890371a2444c9ee5276ff989a (patch) | |
tree | fdae2f2964372465fb500ba52cd4d65226426682 /share | |
parent | aa6d7702d74d412ebb20fd43fc454a02ab5ce167 (diff) | |
download | FreeBSD-src-84b55169ea28cbb890371a2444c9ee5276ff989a.zip FreeBSD-src-84b55169ea28cbb890371a2444c9ee5276ff989a.tar.gz |
mdoc fix: Add missing .El request
MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/uio.9 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/uio.9 b/share/man/man9/uio.9 index b2bbffa..b23e9fd 100644 --- a/share/man/man9/uio.9 +++ b/share/man/man9/uio.9 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 8, 2006 +.Dd October 30, 2007 .Os .Dt UIO 9 .Sh NAME @@ -126,6 +126,7 @@ 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 |