Blame SOURCES/1278492-mpo-7.3.1-recv.2.patch

1bb262
From cabfb553c7a039af44d976585266022c6210b7c4 Mon Sep 17 00:00:00 2001
1bb262
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
1bb262
Date: Tue, 28 Jun 2016 13:15:18 +0200
1bb262
Subject: [PATCH 07/19] recv.2: change description of flags argument to apply
1bb262
 also to recvfrom and recvmsg
1bb262
1bb262
---
1bb262
 man-pages/man2/____recv.2 | 4 +---
1bb262
 man-pages/man2/recv.2     | 4 +---
1bb262
 2 files changed, 2 insertions(+), 6 deletions(-)
1bb262
1bb262
diff --git a/man-pages/man2/____recv.2 b/man-pages/man2/____recv.2
1bb262
index 7b93c09..3ac8ef4 100644
1bb262
--- a/man-pages/man2/____recv.2
1bb262
+++ b/man-pages/man2/____recv.2
1bb262
@@ -129,9 +129,7 @@ call may be used to determine when more data arrives.
1bb262
 .PP
1bb262
 The
1bb262
 .I flags
1bb262
-argument to a
1bb262
-.BR recv ()
1bb262
-call is formed by ORing one or more of the following values:
1bb262
+argument is formed by ORing one or more of the following values:
1bb262
 .TP
1bb262
 .BR MSG_CMSG_CLOEXEC " (" recvmsg "() only; since Linux 2.6.23)"
1bb262
 Set the close-on-exec flag for the file descriptor received
1bb262
diff --git a/man-pages/man2/recv.2 b/man-pages/man2/recv.2
1bb262
index 7b93c09..3ac8ef4 100644
1bb262
--- a/man-pages/man2/recv.2
1bb262
+++ b/man-pages/man2/recv.2
1bb262
@@ -129,9 +129,7 @@ call may be used to determine when more data arrives.
1bb262
 .PP
1bb262
 The
1bb262
 .I flags
1bb262
-argument to a
1bb262
-.BR recv ()
1bb262
-call is formed by ORing one or more of the following values:
1bb262
+argument is formed by ORing one or more of the following values:
1bb262
 .TP
1bb262
 .BR MSG_CMSG_CLOEXEC " (" recvmsg "() only; since Linux 2.6.23)"
1bb262
 Set the close-on-exec flag for the file descriptor received
1bb262
-- 
1bb262
2.7.4
1bb262