svn commit: r233577 - in head: lib/libc/iconv share/man/man4

Joel Dahl joel at FreeBSD.org
Tue Mar 27 20:50:15 UTC 2012


Author: joel (doc committer)
Date: Tue Mar 27 20:50:14 2012
New Revision: 233577
URL: http://svn.freebsd.org/changeset/base/233577

Log:
  mdoc: add missing El macro.

Modified:
  head/lib/libc/iconv/iconvctl.3
  head/share/man/man4/xnb.4

Modified: head/lib/libc/iconv/iconvctl.3
==============================================================================
--- head/lib/libc/iconv/iconvctl.3	Tue Mar 27 20:39:49 2012	(r233576)
+++ head/lib/libc/iconv/iconvctl.3	Tue Mar 27 20:50:14 2012	(r233577)
@@ -110,6 +110,7 @@ variable, which is passed to
 via
 .Fa argument
 by its address.
+.El
 .\" XXX: fallbacks are unimplemented and trying to set them will always
 .\"      return EOPNOTSUPP but definitions are provided for source-level
 .\"      compatibility.
@@ -140,6 +141,7 @@ Unknown or unimplemented operation.
 The conversion descriptor specified by
 .Fa cd
 is invalid.
+.El
 .Sh SEE ALSO
 .Xr iconv 1 ,
 .Xr iconv 3

Modified: head/share/man/man4/xnb.4
==============================================================================
--- head/share/man/man4/xnb.4	Tue Mar 27 20:39:49 2012	(r233576)
+++ head/share/man/man4/xnb.4	Tue Mar 27 20:50:14 2012	(r233577)
@@ -84,6 +84,7 @@ Runs a builtin suite of unit tests and d
 Does not affect the operation of the driver in any way.
 Note that the test suite simulates error conditions; this will result in
 error messages being printed to the system system log.
+.El
 .Sh SEE ALSO
 .Xr arp 4 ,
 .Xr netintro 4 ,


More information about the svn-src-all mailing list