From 046cc8948a2b0b7848608dadf47945becd1a32f6 Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Mon, 31 May 2010 09:34:18 +0000 Subject: [PATCH] - Resolves: #597429 remove the duplicate info about error output (recv(2) man page) --- man-pages-3.24-recv.patch | 14 ++++++++++++++ man-pages.spec | 8 +++++++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 man-pages-3.24-recv.patch diff --git a/man-pages-3.24-recv.patch b/man-pages-3.24-recv.patch new file mode 100644 index 0000000..84f5c13 --- /dev/null +++ b/man-pages-3.24-recv.patch @@ -0,0 +1,14 @@ +diff -up man-pages-3.24/man2/recv.2.pom man-pages-3.24/man2/recv.2 +--- man-pages-3.24/man2/recv.2.pom 2010-02-26 05:46:37.000000000 +0100 ++++ man-pages-3.24/man2/recv.2 2010-05-31 10:02:35.000000000 +0200 +@@ -379,10 +379,6 @@ buffer for ancillary data. + .TP + .B MSG_OOB + is returned to indicate that expedited or out-of-band data were received. +-.TP +-.B MSG_ERRQUEUE +-indicates that no data was received but an extended error from the socket +-error queue. + .SH "RETURN VALUE" + These calls return the number of bytes received, or \-1 + if an error occurred. diff --git a/man-pages.spec b/man-pages.spec index a0f479f..defe23e 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -4,7 +4,7 @@ Summary: Man (manual) pages from the Linux Documentation Project Name: man-pages Version: 3.24 -Release: 4%{?dist} +Release: 5%{?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/ @@ -36,6 +36,7 @@ Patch62: man-pages-3.23-printf.patch Patch63: man-pages-3.24-getnameinfo.patch Patch64: man-pages-3.24-atanh.patch Patch65: man-pages-3.24-sysconf.patch +Patch66: man-pages-3.24-recv.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Autoreq: false @@ -70,6 +71,7 @@ rmdir man-pages-posix-%{posix_version}-%{posix_release} %patch63 -p1 %patch64 -p1 %patch65 -p1 +%patch66 -p1 ### And now remove those we are not going to use: @@ -140,6 +142,10 @@ rm -rf $RPM_BUILD_ROOT %lang(en) %{_mandir}/en/man*/* %changelog +* Mon May 31 2010 Ivana Hutarova Varekova - 3.24-5 +- Resolves: #597429 + remove the duplicate info about error output (recv(2) man page) + * Mon May 10 2010 Ivana Hutarova Varekova - 3.24-4 - Resolves: #588620 Typo in sysconf(3) Manual page