From 298998880f42ce07a6734f78f95114e2ff1cf232 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 1 Jan 2016 12:17:09 +0100 Subject: [PATCH] socket.2: Minor wording improvement Signed-off-by: Michael Kerrisk --- man2/socket.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/socket.2 b/man2/socket.2 index 7fad8f645..ed696c524 100644 --- a/man2/socket.2 +++ b/man2/socket.2 @@ -51,7 +51,8 @@ socket \- create an endpoint for communication .BI "int socket(int " domain ", int " type ", int " protocol ); .SH DESCRIPTION .BR socket () -creates an endpoint for communication and returns a descriptor. +creates an endpoint for communication and returns a file descriptor +that refers to that endpoint. .PP The .I domain