diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-31 22:40:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-31 22:40:51 +0000 |
commit | 2ee6ee3159eefa23f7b2e9445905c8f5ba99b839 (patch) | |
tree | 4d184596f4cca06656dfc46aa963124a953531d4 /sys-apps/man-pages | |
parent | old (diff) | |
download | gentoo-2-2ee6ee3159eefa23f7b2e9445905c8f5ba99b839.tar.gz gentoo-2-2ee6ee3159eefa23f7b2e9445905c8f5ba99b839.tar.bz2 gentoo-2-2ee6ee3159eefa23f7b2e9445905c8f5ba99b839.zip |
make sure ipcs(P) mentions ipcrm #104407 by Kevin Quick and make sure strnlen() mentions the _GNU_SOURCE define requirement
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-apps/man-pages')
-rw-r--r-- | sys-apps/man-pages/files/man-pages-2.02-updates.patch | 11 | ||||
-rw-r--r-- | sys-apps/man-pages/files/man-pages-2.07-updates.patch | 21 |
2 files changed, 21 insertions, 11 deletions
diff --git a/sys-apps/man-pages/files/man-pages-2.02-updates.patch b/sys-apps/man-pages/files/man-pages-2.02-updates.patch deleted file mode 100644 index 73af2f224a73..000000000000 --- a/sys-apps/man-pages/files/man-pages-2.02-updates.patch +++ /dev/null @@ -1,11 +0,0 @@ -Be more explicit about what st_blocks actually represents. - -http://bugs.gentoo.org/93292 - ---- man2/stat.2 -+++ man2/stat.2 -@@ -113,3 +113,3 @@ - .I st_blocks --gives the size of the file in 512-byte blocks. -+gives the amount of disk space that the file occupies in 512-byte blocks. - (This may be smaller than diff --git a/sys-apps/man-pages/files/man-pages-2.07-updates.patch b/sys-apps/man-pages/files/man-pages-2.07-updates.patch index 9d9017a1c138..641eb682fda2 100644 --- a/sys-apps/man-pages/files/man-pages-2.07-updates.patch +++ b/sys-apps/man-pages/files/man-pages-2.07-updates.patch @@ -9,3 +9,24 @@ (This may be smaller than .IR st_size /512, for example, when the file has holes.) +--- man3/strnlen.3 ++++ man3/strnlen.3 +@@ -13,6 +13,7 @@ + strnlen \- determine the length of a fixed-size string + .SH SYNOPSIS + .nf ++.B #define _GNU_SOURCE + .B #include <string.h> + .sp + .BI "size_t strnlen(const char *" s ", size_t " maxlen ); +--- man1p/ipcs.1p ++++ man1p/ipcs.1p +@@ -544,7 +544,7 @@ + None. + .SH SEE ALSO + .LP +-The System Interfaces volume of IEEE\ Std\ 1003.1-2001, \fImsgrcv\fP(), ++\fIipcrm\fP , The System Interfaces volume of IEEE\ Std\ 1003.1-2001, \fImsgrcv\fP(), + \fImsgsnd\fP(), \fIsemget\fP(), \fIsemop\fP(), \fIshmat\fP(), \fIshmdt\fP(), + \fIshmget\fP() + .SH COPYRIGHT |