From 8dc568e1c59ed15cf40b71818e5a90c4967f8201 Mon Sep 17 00:00:00 2001 From: Peter Schiffer Date: Tue, 18 Sep 2012 18:06:48 +0200 Subject: [PATCH] - fixed typo in sysconf(3) man page (#202092) --- man-pages-3.42-sysconf.patch | 12 ++++++++++++ man-pages.spec | 20 ++++++++++++-------- 2 files changed, 24 insertions(+), 8 deletions(-) create mode 100644 man-pages-3.42-sysconf.patch diff --git a/man-pages-3.42-sysconf.patch b/man-pages-3.42-sysconf.patch new file mode 100644 index 0000000..866be69 --- /dev/null +++ b/man-pages-3.42-sysconf.patch @@ -0,0 +1,12 @@ +diff -ur man-pages-3.42.orig/man3/sysconf.3 man-pages-3.42/man3/sysconf.3 +--- man-pages-3.42.orig/man3/sysconf.3 2012-08-14 00:39:39.000000000 +0200 ++++ man-pages-3.42/man3/sysconf.3 2012-09-18 18:01:37.693536321 +0200 +@@ -295,7 +295,7 @@ + The number of pages of physical memory. + Note that it is possible + for the product of this value and the value of +-.B _SC_PAGE_SIZE ++.B _SC_PAGESIZE + to overflow. + .TP + .BR "" " - " _SC_AVPHYS_PAGES diff --git a/man-pages.spec b/man-pages.spec index c0210ab..f079be4 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -65,6 +65,8 @@ Patch55: man-pages-3.42-proc-file-nr.patch Patch56: man-pages-3.42-zdump.patch # resolves: #392431 Patch57: man-pages-3.42-connect.patch +# resolves: #202092 +Patch58: man-pages-3.42-sysconf.patch Autoreq: false @@ -104,6 +106,7 @@ Documentation Project (LDP). %patch55 -p1 %patch56 -p1 %patch57 -p1 +%patch58 -p1 ## Remove man pages we are not going to use ## @@ -174,18 +177,19 @@ cd .. - resolves: #837090 updated example on inet(3) man page - use fprintf(stderr,..) instead of perror - resolves: #751429 - include initgroups database in the nsswitch.conf(5) man page -- remove the sccs-related man pages (#203302) + included initgroups database in the nsswitch.conf(5) man page +- removed the sccs-related man pages (#203302) - added description of single-request-reopen to the resolv.conf(5) man page (#717770) -- add missing EIDRM error code description to the shmop(2) man page (#800256) -- add documentation of several source-specific multicast socket options to the ip(7) man page (#804003) +- added missing EIDRM error code description to the shmop(2) man page (#800256) +- added documentation of several source-specific multicast socket options to the ip(7) man page (#804003) - improved explanation about calling listen or connect on the ip(7) man page (#787567) - added information about incorrect use of getdents(2) call to the man page (#809490) - removed man-pages-3.22-sched_setaffinity.patch because the problem it describes was fixed in the kernel. see #533811 for more info -- document why to use shutdown() before close() when dealing with sockets on close(2) man page (#650985) -- update description of /proc/sys/fs/file-nr file in proc(5) man page (#497197) -- update zdump(8) man page to match current zdump usage (#517309) -- fix one incorrect error code on connect(2) man page (#392431) +- documented why to use shutdown() before close() when dealing with sockets on close(2) man page (#650985) +- updated description of /proc/sys/fs/file-nr file in proc(5) man page (#497197) +- updated zdump(8) man page to match current zdump usage (#517309) +- fixed one incorrect error code on connect(2) man page (#392431) +- fixed typo in sysconf(3) man page (#202092) * Thu Jul 19 2012 Fedora Release Engineering - 3.41-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild