[man-pages] - add missing EIDRM error code description to the shmop(2) man page (#800256)

pschiffe pschiffe at fedoraproject.org
Wed Sep 19 13:57:20 UTC 2012


commit e5fb9a03847f464eb03081fe26d74debab9d580e
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Wed Sep 12 18:43:38 2012 +0200

    - add missing EIDRM error code description to the shmop(2) man page (#800256)

 man-pages-3.42-shmop.patch |   13 +++++++++++++
 man-pages.spec             |    4 ++++
 2 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/man-pages-3.42-shmop.patch b/man-pages-3.42-shmop.patch
new file mode 100644
index 0000000..abd8ae4
--- /dev/null
+++ b/man-pages-3.42-shmop.patch
@@ -0,0 +1,13 @@
+diff -ur man-pages-3.42.orig/man2/shmop.2 man-pages-3.42/man2/shmop.2
+--- man-pages-3.42.orig/man2/shmop.2	2012-08-14 00:39:36.000000000 +0200
++++ man-pages-3.42/man2/shmop.2	2012-09-12 18:28:27.196163793 +0200
+@@ -193,6 +193,9 @@
+ .B CAP_IPC_OWNER
+ capability.
+ .TP
++.B EIDRM
++\fIshmid\fP points to a removed identifier.
++.TP
+ .B EINVAL
+ Invalid
+ .I shmid
diff --git a/man-pages.spec b/man-pages.spec
index 8d4609f..84c0751 100644
--- a/man-pages.spec
+++ b/man-pages.spec
@@ -50,6 +50,8 @@ Patch48: man-pages-3.42-inet.patch
 Patch49: man-pages-3.42-nsswitch-conf.patch
 # resolves: #717770
 Patch50: man-pages-3.42-resolv-conf.patch
+# resolves: #800256
+Patch51: man-pages-3.42-shmop.patch
 
 
 Autoreq: false
@@ -82,6 +84,7 @@ Documentation Project (LDP).
 %patch48 -p1
 %patch49 -p1
 %patch50 -p1
+%patch51 -p1
 
 ## Remove man pages we are not going to use ##
 
@@ -155,6 +158,7 @@ cd ..
   include initgroups database in the nsswitch.conf(5) man page
 - remove 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)
 
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.41-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild


More information about the scm-commits mailing list