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 , _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"