summaryrefslogtreecommitdiffstats
path: root/man7/ddp.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/ddp.7')
-rw-r--r--man7/ddp.720
1 files changed, 10 insertions, 10 deletions
diff --git a/man7/ddp.7 b/man7/ddp.7
index e52cd442b..c84450fb5 100644
--- a/man7/ddp.7
+++ b/man7/ddp.7
@@ -30,10 +30,10 @@ use the DDP layer directly.
The communication between AppleTalk and the user program works using a
BSD-compatible socket interface.
For more information on sockets, see
-.BR socket (7).
+.MR socket 7 .
.P
An AppleTalk socket is created by calling the
-.BR socket (2)
+.MR socket 2
function with a
.B AF_APPLETALK
socket family argument.
@@ -86,7 +86,7 @@ The port numbers below 129 are known as
Only processes with the effective user ID 0 or the
.B CAP_NET_BIND_SERVICE
capability may
-.BR bind (2)
+.MR bind 2
to these sockets.
.I sat_addr
is the host address.
@@ -138,7 +138,7 @@ The default values match the specification and should never need to be
changed.
.SS Ioctls
All ioctls described in
-.BR socket (7)
+.MR socket 7
apply to DDP.
.\" FIXME . Add a section about multicasting
.SH ERRORS
@@ -165,7 +165,7 @@ A connection operation on a nonblocking socket is already in progress.
.TP
.B ECONNABORTED
A connection was closed during an
-.BR accept (2).
+.MR accept 2 .
.TP
.B EHOSTUNREACH
No routing table entry matches the destination address.
@@ -174,7 +174,7 @@ No routing table entry matches the destination address.
Invalid argument passed.
.TP
.B EISCONN
-.BR connect (2)
+.MR connect 2
was called on an already connected socket.
.TP
.B EMSGSIZE
@@ -239,7 +239,7 @@ There are too many inconsistent error values.
The ioctls used to configure routing tables, devices,
AARP tables, and other devices are not yet described.
.SH SEE ALSO
-.BR recvmsg (2),
-.BR sendmsg (2),
-.BR capabilities (7),
-.BR socket (7)
+.MR recvmsg 2 ,
+.MR sendmsg 2 ,
+.MR capabilities 7 ,
+.MR socket 7