X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman7%2Fx25.7;h=a0d8745fdf0cfde24397ab2eae2cde9b2c855f7d;hb=110dba020f489b75aff2497105f7970c05e2b87c;hp=a3e7dc256181c2122fc13fd2450c55b537f8c4e1;hpb=e9e6c106d11bd9cca5f4a6585364b93f5ae3007a;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man7/x25.7 b/original/man7/x25.7 index a3e7dc25..a0d8745f 100644 --- a/original/man7/x25.7 +++ b/original/man7/x25.7 @@ -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.68 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/.