- Resolves: #597429 remove the duplicate info about error output (recv(2)
man page)
This commit is contained in:
parent
707deefb41
commit
046cc8948a
14
man-pages-3.24-recv.patch
Normal file
14
man-pages-3.24-recv.patch
Normal file
@ -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.
|
@ -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 <varekova@redhat.com> - 3.24-5
|
||||
- Resolves: #597429
|
||||
remove the duplicate info about error output (recv(2) man page)
|
||||
|
||||
* Mon May 10 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 3.24-4
|
||||
- Resolves: #588620
|
||||
Typo in sysconf(3) Manual page
|
||||
|
Loading…
Reference in New Issue
Block a user