From owner-p4-projects@FreeBSD.ORG Sun Sep 27 19:56:46 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 405241065695; Sun, 27 Sep 2009 19:56:46 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF1451065692 for ; Sun, 27 Sep 2009 19:56:45 +0000 (UTC) (envelope-from gabor@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CDC068FC0A for ; Sun, 27 Sep 2009 19:56:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n8RJuj9W044349 for ; Sun, 27 Sep 2009 19:56:45 GMT (envelope-from gabor@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8RJujhF044347 for perforce@freebsd.org; Sun, 27 Sep 2009 19:56:45 GMT (envelope-from gabor@freebsd.org) Date: Sun, 27 Sep 2009 19:56:45 GMT Message-Id: <200909271956.n8RJujhF044347@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to gabor@freebsd.org using -f From: Gabor Kovesdan To: Perforce Change Reviews Cc: Subject: PERFORCE change 168939 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Sep 2009 19:56:46 -0000 http://perforce.freebsd.org/chv.cgi?CH=168939 Change 168939 by gabor@gabor_aspire on 2009/09/27 19:56:14 MFHg: - man page improvements Affected files ... .. //depot/projects/soc2009/gabor_iconv/extracted/lib/libiconv/iconv.3#6 edit .. //depot/projects/soc2009/gabor_iconv/extracted/usr.bin/iconv/iconv.1#5 edit .. //depot/projects/soc2009/gabor_iconv/extracted/usr.bin/mkcsmapper/Makefile#7 edit .. //depot/projects/soc2009/gabor_iconv/extracted/usr.bin/mkesdb/Makefile#7 edit Differences ... ==== //depot/projects/soc2009/gabor_iconv/extracted/lib/libiconv/iconv.3#6 (text+ko) ==== @@ -27,16 +27,13 @@ .Dd August 1, 2004 .Dt ICONV 3 .Os -.\" ---------------------------------------------------------------------- .Sh NAME .Nm iconv_open , .Nm iconv_close , .Nm iconv .Nd codeset conversion functions -.\" ---------------------------------------------------------------------- .Sh LIBRARY .Lb libc -.\" ---------------------------------------------------------------------- .Sh SYNOPSIS .In iconv.h .Ft iconv_t @@ -45,7 +42,6 @@ .Fn iconv_close "iconv_t cd" .Ft size_t .Fn iconv "iconv_t cd" "const char ** restrict src" "size_t * restrict srcleft" "char ** restrict dst" "size_t * restrict dstleft" -.\" ---------------------------------------------------------------------- .Sh DESCRIPTION The .Fn iconv_open @@ -152,7 +148,6 @@ In this case, the shift sequence for the destination switching to the initial state is discarded. .El -.\" ---------------------------------------------------------------------- .Sh RETURN VALUES Upon successful completion of .Fn iconv_open , @@ -176,7 +171,6 @@ Otherwise, .Fn iconv returns (size_t)\-1 and sets errno to indicate the error. -.\" ---------------------------------------------------------------------- .Sh ERRORS The .Fn iconv_open @@ -223,10 +217,10 @@ .Fa *src terminates with an incomplete character or shift sequence. .El -.\" ---------------------------------------------------------------------- .Sh SEE ALSO -.Xr iconv 1 -.\" ---------------------------------------------------------------------- +.Xr iconv 1 , +.Xr mkcsmapper 1 , +.Xr mkesdb 1 .Sh STANDARDS .Fn iconv_open , .Fn iconv_close , @@ -234,7 +228,6 @@ .Fn iconv conform to .St -p1003.1-2001 . -.\" ---------------------------------------------------------------------- .Sh BUGS If .Fn iconv ==== //depot/projects/soc2009/gabor_iconv/extracted/usr.bin/iconv/iconv.1#5 (text+ko) ==== @@ -27,11 +27,9 @@ .Dd March 20, 2008 .Dt ICONV 1 .Os -.\" ---------------------------------------------------------------------- .Sh NAME .Nm iconv .Nd codeset conversion utility -.\" ---------------------------------------------------------------------- .Sh SYNOPSIS .Nm .Op Fl cs @@ -54,7 +52,6 @@ .Op Ar file ... .Nm .Fl l -.\" ---------------------------------------------------------------------- .Sh DESCRIPTION The .Nm @@ -104,19 +101,18 @@ Specifies the destination codeset name as .Ar to_name . .El -.\" ---------------------------------------------------------------------- .Sh EXIT STATUS .Ex -std iconv -.\" ---------------------------------------------------------------------- .Sh SEE ALSO +.Xr mkcsmapper 1 , +.Xr mkesdb 1 , .Xr iconv 3 -.\" ---------------------------------------------------------------------- .Sh STANDARDS .Nm conform to .St -p1003.1-2001 . -.\" ---------------------------------------------------------------------- .Sh HISTORY .Nm first appeared in -.Nx 2.0 . +.Nx 2.0 , and made its appearance in +.Fx 9.0 . ==== //depot/projects/soc2009/gabor_iconv/extracted/usr.bin/mkcsmapper/Makefile#7 (text+ko) ==== @@ -3,7 +3,6 @@ PROG= mkcsmapper SRCS= yacc.y lex.l CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../lib/libiconv -I${.CURDIR}/../../lib/libiconv_modules/mapper_std -NO_MAN= yes WARNS?= 6 LDADD+= -liconv ==== //depot/projects/soc2009/gabor_iconv/extracted/usr.bin/mkesdb/Makefile#7 (text+ko) ==== @@ -3,7 +3,6 @@ PROG= mkesdb SRCS= yacc.y lex.l CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../lib/libiconv -NO_MAN= yes WARNS?= 6 LDADD+= -liconv