aboutsummaryrefslogtreecommitdiffstats
path: root/man2/socketpair.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-11-02 11:34:24 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-11-02 11:34:24 +0000
commit31e9a9ec99aac99b55b17ca863e657b5f7d7875a (patch)
treee7eb93c03979527205d98975ab542a61a8fd7702 /man2/socketpair.2
parente6b40d46c1a36531c24b25997291d88746a42b03 (diff)
downloadman-pages-31e9a9ec99aac99b55b17ca863e657b5f7d7875a.tar.gz
Change itacised function names and page xrefs to bold
Diffstat (limited to 'man2/socketpair.2')
-rw-r--r--man2/socketpair.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/socketpair.2 b/man2/socketpair.2
index bbfe599037..20e701781c 100644
--- a/man2/socketpair.2
+++ b/man2/socketpair.2
@@ -47,7 +47,7 @@ socketpair \- create a pair of connected sockets
.BI "int socketpair(int " d ", int " type ", int " protocol ", int " sv [2]);
.SH DESCRIPTION
The
-.IR socketpair ()
+.BR socketpair ()
call creates an unnamed pair of connected sockets in
the specified domain
.IR d ,