rpms/man-pages/F-12 man-pages-3.22-sched_setaffinity.patch, 1.1, 1.2 man-pages.spec, 1.123, 1.124

Ivana Varekova varekova at fedoraproject.org
Thu Dec 3 11:39:29 UTC 2009


Author: varekova

Update of /cvs/pkgs/rpms/man-pages/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11845

Modified Files:
	man-pages-3.22-sched_setaffinity.patch man-pages.spec 
Log Message:
- fix typo in sched_setaffinity(2) patch


man-pages-3.22-sched_setaffinity.patch:
 sched_setaffinity.2 |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

Index: man-pages-3.22-sched_setaffinity.patch
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages/F-12/man-pages-3.22-sched_setaffinity.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- man-pages-3.22-sched_setaffinity.patch	2 Dec 2009 14:34:57 -0000	1.1
+++ man-pages-3.22-sched_setaffinity.patch	3 Dec 2009 11:39:29 -0000	1.2
@@ -49,14 +49,14 @@ diff -up man-pages-3.22/man2/sched_setaf
 +
 +        for ( i = 0; i < nrcpus; i++ ) {
 +                if ( CPU_ISSET_S(i, size, mask) ) {
-+                        printf("CPU %d is set\n", (i+1));
++                        printf("CPU %d is set\\n", (i+1));
 +                }
 +        }
 +
 +        CPU_FREE(mask);
 +
 +        return 0;
-+   }  
++   }
 +.fi
 +
  .SH "SEE ALSO"


Index: man-pages.spec
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages/F-12/man-pages.spec,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -p -r1.123 -r1.124
--- man-pages.spec	2 Dec 2009 14:34:57 -0000	1.123
+++ man-pages.spec	3 Dec 2009 11:39:29 -0000	1.124
@@ -4,7 +4,7 @@
 Summary: Man (manual) pages from the Linux Documentation Project
 Name: man-pages
 Version: 3.22
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv2+ and GPL+ and BSD and MIT and Copyright only and IEEE
 Group: Documentation
 URL: http://www.kernel.org/pub/linux/docs/manpages/
@@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT
 %lang(en) %{_mandir}/en/man*
 
 %changelog
+* Thu Dec  3 2009 Ivana Hutarova Varekova <varekova at redhat.com> - 3.22-8
+- fix typo in sched_setaffinity(2) patch
+
 * Wed Dec  2 2009 Ivana Varekova <varekova at redhat.com> - 3.22-7
 - fix sched_setaffinity(2) page - add an EXAMPLE and new NOTES
 




More information about the fedora-extras-commits mailing list