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 | |
parent | aa6d7702d74d412ebb20fd43fc454a02ab5ce167 (diff) | |
download | FreeBSD-src-84b55169ea28cbb890371a2444c9ee5276ff989a.zip FreeBSD-src-84b55169ea28cbb890371a2444c9ee5276ff989a.tar.gz |
mdoc fix: Add missing .El request
MFC after: 3 days
-rw-r--r-- | share/man/man9/uio.9 | 3 | ||||
-rw-r--r-- | usr.sbin/ifmcstat/ifmcstat.8 | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/usr.sbin/ifmcstat/ifmcstat.8 b/usr.sbin/ifmcstat/ifmcstat.8 index c0effba..9648c4f 100644 --- a/usr.sbin/ifmcstat/ifmcstat.8 +++ b/usr.sbin/ifmcstat/ifmcstat.8 @@ -29,7 +29,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 10, 2007 +.Dd October 30, 2007 .Dt IFMCSTAT 8 .Os .Sh NAME @@ -79,6 +79,7 @@ This is the same as specifying .Nm .Fl N Ar system . This usage is deprecated; it is supported only for backwards compatibility. +.El .Sh IMPLEMENTATION NOTES When built without .Xr kvm 3 |