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