From cef69c4bbe69016720246749aecda82fcd16c430 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Apr 30 2008 07:45:22 +0000 Subject: - correct the description of --dscp option in iptables(8). - correct the description of the syntax for octadecimal and hexadecimal in printf(1). --- diff --git a/man-pages-ja-432668-iptables.8.patch b/man-pages-ja-432668-iptables.8.patch new file mode 100644 index 0000000..669cd0c --- /dev/null +++ b/man-pages-ja-432668-iptables.8.patch @@ -0,0 +1,11 @@ +--- man-pages-ja-20060815/manual/iptables/man8/iptables.8.original 2008-04-28 18:44:41.000000000 +0900 ++++ man-pages-ja-20060815/manual/iptables/man8/iptables.8 2008-04-28 18:48:32.000000000 +0900 +@@ -489,7 +489,7 @@ + IETF �Ǥ� DSCP �� TOS �˼�ä����ä��� + .TP + .BI "--dscp " "value" +-(10 �ʤޤ��� 16 �ʤ�) ���� [0\-32] �˥ޥå����롣 ++(10 �ʤޤ��� 16 �ʤ�) ���� [0\-63] �˥ޥå����롣 + .TP + .BI "--dscp-class " "\fIDiffServ Class\fP" + DiffServ ���饹�˥ޥå����롣 diff --git a/man-pages-ja-433692-printf.1.patch b/man-pages-ja-433692-printf.1.patch new file mode 100644 index 0000000..8b8f382 --- /dev/null +++ b/man-pages-ja-433692-printf.1.patch @@ -0,0 +1,18 @@ +diff -ruN man-pages-ja-20060815.orig/manual/gnumaniak/man1/printf.1 man-pages-ja-20060815/manual/gnumaniak/man1/printf.1 +--- man-pages-ja-20060815.orig/manual/gnumaniak/man1/printf.1 2006-08-15 00:07:20.000000000 +0900 ++++ man-pages-ja-20060815/manual/gnumaniak/man1/printf.1 2008-04-30 13:21:35.000000000 +0900 +@@ -41,10 +41,10 @@ + .P + .B printf + ��ɽ������ʸ�����ֹ����ꤹ�뤿��ˡ��ʲ��Υ��������פ�ǧ�����롣 +-.IP \e0ooo +-8 �ʿ� (`ooo' ����ʬ�� 0 �夫�� 3 ��ޤ�) +-.IP \exhhh +-16 �ʿ� (`hhh' ����ʬ�� 1 �夫�� 3 ��ޤ�) ++.IP \eooo ++8 �ʿ� (`ooo' ����ʬ�� 1 �夫�� 3 ��ޤ�) ++.IP \exhh ++16 �ʿ� (`hh' ����ʬ�� 1 �夫�� 2 ��ޤ�) + .IP \euNNNN + Unicode 16 �ӥåȥ����� + .IP \eUNNNNNNNN diff --git a/man-pages-ja.spec b/man-pages-ja.spec index 688cb15..e2303ec 100644 --- a/man-pages-ja.spec +++ b/man-pages-ja.spec @@ -2,7 +2,7 @@ Name: man-pages-ja Version: 20080415 -Release: 1%{?dist} +Release: 2%{?dist} # Actual license for each Japanese manpages is the same to the original English manpages' license. License: Freely redistributable without restriction BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -23,6 +23,8 @@ Patch13: man-pages-ja-fix-uninitialized-value.patch Patch14: man-pages-ja-timestamp.patch Patch15: man-pages-ja-358081-sysctl-warn.patch Patch16: man-pages-ja-20080415-connect.2.patch +Patch17: man-pages-ja-432668-iptables.8.patch +Patch18: man-pages-ja-433692-printf.1.patch Summary: Japanese man (manual) pages from the Japanese Manual Project Group: Documentation @@ -45,6 +47,8 @@ Japanese Manual pages, translated by JM-Project (Japanese Manual Project). %patch14 -p1 -b .timestamp %patch15 -p1 -b .sysctl %patch16 -p1 -b .connect +%patch17 -p1 -b .iptables +%patch18 -p1 -b .printf %build perl %{SOURCE1} '$DESTDIR' | make @@ -117,6 +121,11 @@ rm -fr $RPM_BUILD_ROOT %changelog +* Wed Apr 30 2008 Akira TAGOH - 20080415-2 +- correct the description of --dscp option in iptables(8). +- correct the description of the syntax for octadecimal and hexadecimal + in printf(1). + * Mon Apr 28 2008 Akira TAGOH - 20080415-1 - updates to 20080415. - correct the description of the error section in connect(2).