- fixed typo in sysconf(3) man page (#202092)
This commit is contained in:
parent
d843785b91
commit
8dc568e1c5
12
man-pages-3.42-sysconf.patch
Normal file
12
man-pages-3.42-sysconf.patch
Normal file
@ -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
|
@ -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 <rel-eng@lists.fedoraproject.org> - 3.41-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user