aboutsummaryrefslogtreecommitdiffstats
path: root/man2/socketpair.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-09-20 16:26:31 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-09-20 16:26:31 +0000
commit0daa9e92d0cc449d25d4fd200759177024baae84 (patch)
treeab554843b62ec3ad24acbdfbc8535e787c88d924 /man2/socketpair.2
parentc11b1abf2e2241d8efe19feb04c2a7e1e06c19b0 (diff)
downloadman-pages-0daa9e92d0cc449d25d4fd200759177024baae84.tar.gz
Fix redundant formatting macros
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 bd53e13954..15c471bcf8 100644
--- a/man2/socketpair.2
+++ b/man2/socketpair.2
@@ -96,7 +96,7 @@ non-BSD systems supporting clones of the BSD socket layer (including
System V variants).
.SH NOTES
On Linux, the only supported domain for this call is
-.BR AF_UNIX
+.B AF_UNIX
(or synonymously,
.BR AF_LOCAL ).
(Most implementations have the same restriction.)