summaryrefslogtreecommitdiffstats
path: root/man2/socketpair.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/socketpair.2')
-rw-r--r--man2/socketpair.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/socketpair.2 b/man2/socketpair.2
index 5d75ddba8..f7cbb3b17 100644
--- a/man2/socketpair.2
+++ b/man2/socketpair.2
@@ -62,9 +62,9 @@ For further details of these arguments, see
.BR socket (2).
.PP
The file descriptors used in referencing the new sockets are returned in
-.IR sv [0]
+.I sv[0]
and
-.IR sv [1].
+.IR sv[1] .
The two sockets are indistinguishable.
.SH RETURN VALUE
On success, zero is returned.
@@ -143,7 +143,7 @@ file, and portable applications are probably wise to include it.
.BR socket (7),
.BR unix (7)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,