OSDN Git Service

(split) LDP: Update original to LDP v3.65
[linuxjm/LDP_man-pages.git] / original / man7 / ddp.7
index 3d97ef1..c243000 100644 (file)
@@ -1,9 +1,14 @@
 .\" This man page is Copyright (C) 1998 Alan Cox.
+.\"
+.\" %%%LICENSE_START(VERBATIM_ONE_PARA)
 .\" Permission is granted to distribute possibly modified copies
 .\" of this page provided the header is included verbatim,
 .\" and in case of nontrivial modification author and date
 .\" of the modification is added to the header.
+.\" %%%LICENSE_END
+.\"
 .\" $Id: ddp.7,v 1.3 1999/05/13 11:33:22 freitag Exp $
+.\"
 .TH DDP  7 2008-11-20 "Linux" "Linux Programmer's Manual"
 .SH NAME
 ddp \- Linux AppleTalk protocol implementation
@@ -53,11 +58,11 @@ For
 you must specify
 .BR ATPROTO_DDP .
 .PP
-Raw sockets may be only opened by a process with effective user ID 0
+Raw sockets may be opened only by a process with effective user ID 0
 or when the process has the
 .B CAP_NET_RAW
 capability.
-.SS "Address Format"
+.SS Address format
 An Appletalk socket address is defined as a combination of a network number,
 a node number, and a port number.
 .PP
@@ -112,7 +117,7 @@ wildcard and also implies \(lqthis node.\(rq The value of
 is a link
 local broadcast address.
 .\" FIXME this doesn't make sense [johnl]
-.SS "Socket Options"
+.SS Socket options
 No protocol-specific socket options are supported.
 .SS /proc interfaces
 IP supports a set of
@@ -200,13 +205,13 @@ A kernel subsystem was not configured.
 Invalid socket option passed.
 .TP
 .B ENOTCONN
-The operation is only defined on a connected socket, but the socket wasn't
+The operation is defined only on a connected socket, but the socket wasn't
 connected.
 .TP
 .B EPERM
 User doesn't have permission to set high priority,
 make a configuration change,
-or send signals to the requested process or group,
+or send signals to the requested process or group.
 .TP
 .B EPIPE
 The connection was unexpectedly closed or shut down by the other end.
@@ -241,8 +246,16 @@ There are too many inconsistent error values.
 .PP
 The ioctls used to configure routing tables, devices,
 AARP tables and other devices are not yet described.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR recvmsg (2),
 .BR sendmsg (2),
 .BR capabilities (7),
 .BR socket (7)
+.SH COLOPHON
+This page is part of release 3.65 of the Linux
+.I man-pages
+project.
+A description of the project,
+and information about reporting bugs,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.