socket.2: Minor wording improvement

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-01-01 12:17:09 +01:00
parent ad3450b92c
commit 298998880f
1 changed files with 2 additions and 1 deletions

View File

@ -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