]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
sock_diag.7: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 7 Dec 2016 14:43:47 +0000 (15:43 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 7 Dec 2016 14:43:47 +0000 (15:43 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/sock_diag.7

index f08fb462aacf565851641b07ab7a610560a10e5d..272afcb96fea8113ce47596a594bdc3357d47fa6 100644 (file)
@@ -180,19 +180,16 @@ This is a set of flags defining what kind of information to report.
 Each requested kind of information is reported back as a netlink
 attribute as described below:
 .RS
-.IP "" 2
+.TP
 .B UDIAG_SHOW_NAME
-.RS 4
 The attribute reported in answer to this request is
 .BR UNIX_DIAG_NAME .
 The payload associated with this attribute is the pathname to which
 the socket was bound (a sequence of bytes up to
 .B UNIX_PATH_MAX
 length).
-.RE
-.IP "" 2
+.TP
 .B UDIAG_SHOW_VFS
-.RS 4
 The attribute reported in answer to this request is
 .BR UNIX_DIAG_VFS .
 The payload associated with this attribute is represented in the following
@@ -208,29 +205,23 @@ struct unix_diag_vfs {
 .in
 
 The fields of this structure are as follows:
-.PD 0
-.RS 2
-.IP "" 2
+.RS
+.TP
 .I udiag_vfs_dev
 The device number of the corresponding on-disk socket inode.
-.IP
+.TP
 .I udiag_vfs_ino
 The inode number of the corresponding on-disk socket inode.
 .RE
-.PD
-.RE
-.IP
+.TP
 .B UDIAG_SHOW_PEER
-.RS 4
 The attribute reported in answer to this request is
 .BR UNIX_DIAG_PEER .
 The payload associated with this attribute is a __u32 value
 which is the peer's inode number.
 This attribute is reported for connected sockets only.
-.RE
-.IP
+.TP
 .B UDIAG_SHOW_ICONS
-.RS 4
 The attribute reported in answer to this request is
 .BR UNIX_DIAG_ICONS .
 The payload associated with this attribute is an array of __u32 values
@@ -240,10 +231,8 @@ call, but hasn't been processed with
 .BR accept (2)
 yet.
 This attribute is reported for listening sockets only.
-.RE
-.IP
+.TP
 .B UDIAG_SHOW_RQLEN
-.RS 4
 The attribute reported in answer to this request is
 .BR UNIX_DIAG_RQLEN .
 The payload associated with this attribute is represented in the following
@@ -283,21 +272,16 @@ The amount of memory available for sending.
 .RE
 .RE
 .PD
-.RE
-.IP
+.TP
 .B UDIAG_SHOW_MEMINFO
-.RS 4
 The attribute reported in answer to this request is
 .BR UNIX_DIAG_MEMINFO .
 The payload associated with this attribute is an array of __u32 values
 described below in "Socket memory information" subsection.
-.RE
-.IP
-.RE
-.RS
+.PP
 The following attributes are reported back without any specific request:
-.IP "" 2
-.BR UNIX_DIAG_SHUTDOWN .
+.TP
+.BR UNIX_DIAG_SHUTDOWN
 The payload associated with this attribute is __u8 value which represents
 bits of
 .BR shutdown (2)