From owner-svn-src-head@FreeBSD.ORG Mon Aug 4 20:59:00 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 43243444 for ; Mon, 4 Aug 2014 20:59:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12B9328AD for ; Mon, 4 Aug 2014 20:59:00 +0000 (UTC) Received: from jmg (uid 686) (envelope-from jmg@FreeBSD.org) id 5b5d by svn.freebsd.org (DragonFly Mail Agent v0.9+); Mon, 04 Aug 2014 20:59:00 +0000 From: John-Mark Gurney Date: Mon, 4 Aug 2014 20:59:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r269529 - head/lib/libc/iconv X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53dff414.5b5d.21a3da9e@svn.freebsd.org> X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2014 20:59:00 -0000 Author: jmg Date: Mon Aug 4 20:58:59 2014 New Revision: 269529 URL: http://svnweb.freebsd.org/changeset/base/269529 Log: add xrefs for the other functions... There should be more text in this page talking about each of these links, but at least people know about them now... MFC after: 1 week Modified: head/lib/libc/iconv/iconv.3 Modified: head/lib/libc/iconv/iconv.3 ============================================================================== --- head/lib/libc/iconv/iconv.3 Mon Aug 4 20:50:46 2014 (r269528) +++ head/lib/libc/iconv/iconv.3 Mon Aug 4 20:58:59 2014 (r269529) @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd June 16, 2010 +.Dd August 4, 2014 .Dt ICONV 3 .Os .Sh NAME @@ -284,6 +284,10 @@ terminates with an incomplete character .El .Sh SEE ALSO .Xr iconv 1 , +.Xr __iconv_get_list 3 , +.Xr iconv_canonicalize 3 , +.Xr iconvctl 3 , +.Xr iconvlist 3 , .Xr mkcsmapper 1 , .Xr mkesdb 1 .Sh STANDARDS