OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man7 / x25.7
index a3e7dc2..3072631 100644 (file)
@@ -66,7 +66,7 @@ contains a char array
 .I x25_addr[]
 to be interpreted as a null-terminated string.
 .I sx25_addr.x25_addr[]
-consists of up to 15 (not counting the terminating 0) ASCII
+consists of up to 15 (not counting the terminating null byte) ASCII
 characters forming the X.121 address.
 Only the decimal digit characters from \(aq0\(aq to \(aq9\(aq are allowed.
 .SS Socket options
@@ -93,9 +93,9 @@ the socket, a 0 first byte indicates that the Q-bits of the corresponding
 incoming data packets were not set.
 A first byte with value 1 indicates
 that the Q-bit of the corresponding incoming data packets was set.
-If the first byte of the data written to the socket is 1 the Q-bit of the
+If the first byte of the data written to the socket is 1, the Q-bit of the
 corresponding outgoing data packets will be set.
-If the first byte is 0
+If the first byte is 0,
 the Q-bit will not be set.
 .SH VERSIONS
 The AF_X25 protocol family is a new feature of Linux 2.2.
@@ -124,3 +124,12 @@ Jonathan Simon Naylor:
 The URL is
 .UR ftp://ftp.pspt.fi\:/pub\:/ham\:/linux\:/ax25\:/x25doc.tgz
 .UE .
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.