]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man7/x25.7
sock_diag.7: ffix: white space tweaks in example program
[thirdparty/man-pages.git] / man7 / x25.7
index 505c682615536989e73c9807cd3031701e00eb52..b34e225088bb5c7b790cb33a7bfe2abed245a4d8 100644 (file)
@@ -1,9 +1,14 @@
 .\" This man page is Copyright (C) 1998 Heiner Eisen.
+.\"
+.\" %%%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: x25.7,v 1.4 1999/05/18 10:35:12 freitag Exp $
+.\"
 .TH X25 7 2012-08-05 "Linux" "Linux Programmer's Manual"
 .SH NAME
 x25 \- ITU-T X.25 / ISO-8208 protocol interface.
@@ -61,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
@@ -88,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.
@@ -110,7 +115,7 @@ interface are not binary compatible.
 X.25 N-Reset events are not propagated to the user process yet.
 Thus,
 if a reset occurred, data might be lost without notice.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR socket (2),
 .BR socket (7)
 .PP