From 4529738e46d594bfca17cfb00acc91e96d60d383 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 23 Aug 2016 19:45:16 +1200 Subject: [PATCH] accept.2: tfix Signed-off-by: Michael Kerrisk --- man2/accept.2 | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/man2/accept.2 b/man2/accept.2 index 1c2a3773a..4dcca5b3a 100644 --- a/man2/accept.2 +++ b/man2/accept.2 @@ -343,17 +343,14 @@ flag set (see .BR socket (7)). For certain protocols which require an explicit confirmation, -such as -DECNet, +such as DECnet, .BR accept () can be thought of as merely dequeuing the next connection request and not implying confirmation. Confirmation can be implied by a normal read or write on the new file descriptor, and rejection can be implied by closing the new socket. -Currently, only -DECNet -has these semantics on Linux. +Currently, only DECnet has these semantics on Linux. .\" .SS The socklen_t type The third argument of