mdoc fix: Add missing .El request

MFC after:	3 days
This commit is contained in:
Giorgos Keramidas 2007-10-30 16:04:23 +00:00
parent cf14303baa
commit 5dde2b655c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173193
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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