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