ddp.7: spfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-19 09:14:46 +02:00
parent f0151ef15a
commit 0e90cc471c
1 changed files with 6 additions and 6 deletions

View File

@ -21,8 +21,8 @@ ddp \- Linux AppleTalk protocol implementation
.br
.IB raw_socket " = socket(AF_APPLETALK, SOCK_RAW, " protocol ");"
.SH DESCRIPTION
Linux implements the Appletalk protocols described in
.IR "Inside Appletalk" .
Linux implements the AppleTalk protocols described in
.IR "Inside AppleTalk" .
Only the DDP layer and AARP are present in
the kernel.
They are designed to be used via the
@ -32,7 +32,7 @@ libraries.
This page documents the interface for those who wish or need to
use the DDP layer directly.
.PP
The communication between Appletalk and the user program works using a
The communication between AppleTalk and the user program works using a
BSD-compatible socket interface.
For more information on sockets, see
.BR socket (7).
@ -52,7 +52,7 @@ to open a
.B raw
socket.
.I protocol
is the Appletalk protocol to be received or sent.
is the AppleTalk protocol to be received or sent.
For
.B SOCK_RAW
you must specify
@ -63,7 +63,7 @@ or when the process has the
.B CAP_NET_RAW
capability.
.SS Address format
An Appletalk socket address is defined as a combination of a network number,
An AppleTalk socket address is defined as a combination of a network number,
a node number, and a port number.
.PP
.in +4n
@ -219,7 +219,7 @@ The connection was unexpectedly closed or shut down by the other end.
.B ESOCKTNOSUPPORT
The socket was unconfigured, or an unknown socket type was requested.
.SH VERSIONS
Appletalk is supported by Linux 2.0 or higher.
AppleTalk is supported by Linux 2.0 or higher.
The
.I /proc
interfaces exist since Linux 2.2.