[man-pages-ja] Correct a typo in getpriority(2) (#683019)

Akira TAGOH tagoh at fedoraproject.org
Tue Mar 8 11:06:54 UTC 2011


commit 11f35f0ba41cf11624c0ddc57a911f13170489f6
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Tue Mar 8 20:06:48 2011 +0900

    Correct a typo in getpriority(2) (#683019)

 man-pages-ja-683019-getpriority.2.patch |   12 ++++++++++++
 man-pages-ja.spec                       |    7 ++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/man-pages-ja-683019-getpriority.2.patch b/man-pages-ja-683019-getpriority.2.patch
new file mode 100644
index 0000000..d621bc9
--- /dev/null
+++ b/man-pages-ja-683019-getpriority.2.patch
@@ -0,0 +1,12 @@
+diff -pruN man-pages-ja-20110215.orig/manual/LDP_man-pages/man2/getpriority.2 man-pages-ja-20110215/manual/LDP_man-pages/man2/getpriority.2
+--- man-pages-ja-20110215.orig/manual/LDP_man-pages/man2/getpriority.2	2011-02-15 01:03:15.000000000 +0900
++++ man-pages-ja-20110215/manual/LDP_man-pages/man2/getpriority.2	2011-03-08 20:01:32.000000000 +0900
+@@ -215,7 +215,7 @@ glibc ¤Î¤³¤ì¤é¤Î¥·¥¹¥Æ¥à¥³¡¼¥ë¤Î¥é¥Ã¥Ñ¡¼
+ ÊÑ´¹¼°¤Ï°Ê²¼¤ÎÄ̤ê:
+ .I "unice\ =\ 20\ \-\ knice"
+ .LP
+-¤¤¤¯¤Ä¤«¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢nice ÃͤÎÈÏ°Ï¤Ï \20 ¡Á 20 ¤Ç¤¢¤ë¡£
++¤¤¤¯¤Ä¤«¤Î¥·¥¹¥Æ¥à¤Ç¤Ï¡¢nice ÃͤÎÈÏ°Ï¤Ï \-20 ¡Á 20 ¤Ç¤¢¤ë¡£
+ .LP
+ ¸½ºß¤Ç¤Ï
+ .I <sys/time.h>
diff --git a/man-pages-ja.spec b/man-pages-ja.spec
index 1f23821..24ba2cb 100644
--- a/man-pages-ja.spec
+++ b/man-pages-ja.spec
@@ -1,6 +1,6 @@
 Name: man-pages-ja
 Version: 20110215
-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)
@@ -36,6 +36,7 @@ Patch35: man-pages-ja-565362-iptables.8.patch
 Patch36: man-pages-ja-600321-snmpd.conf.5.patch
 Patch37: man-pages-ja-669646-pmap.1.patch
 Patch38: man-pages-ja-674219-iptables.8.patch
+Patch39: man-pages-ja-683019-getpriority.2.patch
 
 Summary: Japanese man (manual) pages from the Japanese Manual Project
 Group: Documentation
@@ -70,6 +71,7 @@ Japanese Manual pages, translated by JM-Project (Japanese Manual Project).
 %patch36 -p1 -b .36-snmpd-conf
 %patch37 -p1 -b .37-pmap
 %patch38 -p1 -b .38-iptables
+%patch39 -p1 -b .39-getpriority
 
 %build
 perl %{SOURCE1} '$DESTDIR' | make
@@ -141,6 +143,9 @@ rm -fr $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Mar  8 2011 Akira TAGOH <tagoh at redhat.com> - 20110215-2
+- Correct a typo in getpriority(2) (#683019)
+
 * Fri Feb 25 2011 Akira TAGOH <tagoh at redhat.com> - 20110215-1
 - Updates to 20110215.
 - Correct the description of --syn option in iptables(8). (#674219)


More information about the scm-commits mailing list