From owner-svn-src-all@FreeBSD.ORG Tue Mar 27 20:50:15 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1585E106566B; Tue, 27 Mar 2012 20:50:15 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F3A228FC08; Tue, 27 Mar 2012 20:50:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q2RKoE2P003255; Tue, 27 Mar 2012 20:50:14 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q2RKoEE4003252; Tue, 27 Mar 2012 20:50:14 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201203272050.q2RKoEE4003252@svn.freebsd.org> From: Joel Dahl Date: Tue, 27 Mar 2012 20:50:14 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r233577 - in head: lib/libc/iconv share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Mar 2012 20:50:15 -0000 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 ,