lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 17 Nov 2020 15:22:07 +0530
From:   Siddhant Gupta <siddhantgupta416@...il.com>
To:     davem@...emloft.net, kuba@...nel.org, corbet@....net
Cc:     netdev@...r.kernel.org, linux-doc@...r.kernel.org,
        linux-kernel@...r.kernel.org, mamtashukla555@...il.com,
        himadrispandya@...il.com
Subject: [PATCH] Documentation: networking: Fix Column span alignment
 warnings in l2tp.rst

Fix Column span alignment problem warnings in the file

Signed-off-by: Siddhant Gupta <siddhantgupta416@...il.com>
---
 Documentation/networking/l2tp.rst | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/Documentation/networking/l2tp.rst b/Documentation/networking/l2tp.rst
index 498b382d25a0..0c0ac4e70586 100644
--- a/Documentation/networking/l2tp.rst
+++ b/Documentation/networking/l2tp.rst
@@ -171,7 +171,8 @@ DEBUG              N        Debug flags.
 ================== ======== ===
 Attribute          Required Use
 ================== ======== ===
-CONN_ID            N        Identifies the tunnel id to be queried.
+CONN_ID            N        Identifies the tunnel id 
+                            to be queried.
                             Ignored in DUMP requests.
 ================== ======== ===
 
@@ -208,8 +209,8 @@ onto the new session. This is covered in "PPPoL2TP Sockets" later.
 ================== ======== ===
 Attribute          Required Use
 ================== ======== ===
-CONN_ID            Y        Identifies the parent tunnel id of the session
-                            to be destroyed.
+CONN_ID            Y        Identifies the parent tunnel id 
+                            of the session to be destroyed.
 SESSION_ID         Y        Identifies the session id to be destroyed.
 IFNAME             N        Identifies the session by interface name. If
                             set, this overrides any CONN_ID and SESSION_ID
@@ -222,13 +223,12 @@ IFNAME             N        Identifies the session by interface name. If
 ================== ======== ===
 Attribute          Required Use
 ================== ======== ===
-CONN_ID            Y        Identifies the parent tunnel id of the session
-                            to be modified.
+CONN_ID            Y        Identifies the parent tunnel 
+                            id of the session to be modified.
 SESSION_ID         Y        Identifies the session id to be modified.
-IFNAME             N        Identifies the session by interface name. If
-                            set, this overrides any CONN_ID and SESSION_ID
-                            attributes. Currently supported for L2TPv3
-                            Ethernet sessions only.
+IFNAME             N        Identifies the session by interface name. If set,
+                            this overrides any CONN_ID and SESSION_ID
+                            attributes. Currently supported for L2TPv3 Ethernet sessions only.
 DEBUG              N        Debug flags.
 RECV_SEQ           N        Enable rx data sequence numbers.
 SEND_SEQ           N        Enable tx data sequence numbers.
@@ -243,10 +243,10 @@ RECV_TIMEOUT       N        Timeout to wait when reordering received
 ================== ======== ===
 Attribute          Required Use
 ================== ======== ===
-CONN_ID            N        Identifies the tunnel id to be queried.
-                            Ignored for DUMP requests.
-SESSION_ID         N        Identifies the session id to be queried.
-                            Ignored for DUMP requests.
+CONN_ID            N        Identifies the tunnel id 
+                            to be queried. Ignored for DUMP requests.
+SESSION_ID         N        Identifies the session id 
+                            to be queried. Ignored for DUMP requests.
 IFNAME             N        Identifies the session by interface name.
                             If set, this overrides any CONN_ID and
                             SESSION_ID attributes. Ignored for DUMP
-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ