From owner-svn-src-head@FreeBSD.ORG Mon Aug 4 21:12:39 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A686A789 for ; Mon, 4 Aug 2014 21:12:39 +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 7C8432A89 for ; Mon, 4 Aug 2014 21:12:39 +0000 (UTC) Received: from jmg (uid 686) (envelope-from jmg@FreeBSD.org) id 52dd by svn.freebsd.org (DragonFly Mail Agent v0.9+); Mon, 04 Aug 2014 21:12:39 +0000 From: John-Mark Gurney Date: Mon, 4 Aug 2014 21:12:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r269530 - 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: <53dff747.52dd.c75c018@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 21:12:39 -0000 Author: jmg Date: Mon Aug 4 21:12:38 2014 New Revision: 269530 URL: http://svnweb.freebsd.org/changeset/base/269530 Log: fix misordering... Obtained from: gjb 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:58:59 2014 (r269529) +++ head/lib/libc/iconv/iconv.3 Mon Aug 4 21:12:38 2014 (r269530) @@ -284,12 +284,12 @@ terminates with an incomplete character .El .Sh SEE ALSO .Xr iconv 1 , +.Xr mkcsmapper 1 , +.Xr mkesdb 1 , .Xr __iconv_get_list 3 , .Xr iconv_canonicalize 3 , .Xr iconvctl 3 , -.Xr iconvlist 3 , -.Xr mkcsmapper 1 , -.Xr mkesdb 1 +.Xr iconvlist 3 .Sh STANDARDS The .Fn iconv_open ,