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-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 24 Aug 2022 10:41:43 +1000
From:   Stephen Rothwell <sfr@...b.auug.org.au>
To:     Jakub Kicinski <kuba@...nel.org>
Cc:     davem@...emloft.net, netdev@...r.kernel.org, edumazet@...gle.com,
        pabeni@...hat.com, Stephen Hemminger <stephen@...workplumber.org>
Subject: Re: [PATCH net-next] docs: fix the table in
 admin-guide/sysctl/net.rst

Hi Jakub,

On Tue, 23 Aug 2022 16:09:06 -0700 Jakub Kicinski <kuba@...nel.org> wrote:
>
> The table marking length needs to be adjusted after removal
> and reshuffling.
> 
> Fixes: 1202cdd66531 ("Remove DECnet support from kernel")
> Reported-by: Stephen Rothwell <sfr@...b.auug.org.au>
> Signed-off-by: Jakub Kicinski <kuba@...nel.org>
> --
> CC: Stephen Hemminger <stephen@...workplumber.org>
> ---
>  Documentation/admin-guide/sysctl/net.rst | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/admin-guide/sysctl/net.rst b/Documentation/admin-guide/sysctl/net.rst
> index 82879a9d5683..65087caf82d4 100644
> --- a/Documentation/admin-guide/sysctl/net.rst
> +++ b/Documentation/admin-guide/sysctl/net.rst
> @@ -31,9 +31,9 @@ see only some of them, depending on your kernel's configuration.
>  
>  Table : Subdirectories in /proc/sys/net
>  
> - ========= =================== = ========== ==================
> + ========= ================== = ========== ==================
>   Directory Content               Directory  Content
> - ========= =================== = ========== ==================
> + ========= ================== = ========== ==================
>   802       E802 protocol         mptcp     Multipath TCP
>   appletalk Appletalk protocol    netfilter Network Filter
>   ax25      AX25                  netrom     NET/ROM
> @@ -42,7 +42,7 @@ Table : Subdirectories in /proc/sys/net
>   ethernet  Ethernet protocol     unix      Unix domain sockets
>   ipv4      IP version 4          x25       X.25 protocol
>   ipv6      IP version 6
> - ========= =================== = ========== ==================
> + ========= ================== = ========== ==================
>  
>  1. /proc/sys/net/core - Network core options
>  ============================================
> -- 
> 2.37.2
> 

How about this instead so that everything lines up nicely:

diff --git a/Documentation/admin-guide/sysctl/net.rst b/Documentation/admin-guide/sysctl/net.rst
index 82879a9d5683..871031462e83 100644
--- a/Documentation/admin-guide/sysctl/net.rst
+++ b/Documentation/admin-guide/sysctl/net.rst
@@ -31,18 +31,18 @@ see only some of them, depending on your kernel's configuration.
 
 Table : Subdirectories in /proc/sys/net
 
- ========= =================== = ========== ==================
- Directory Content               Directory  Content
- ========= =================== = ========== ==================
+ ========= =================== = ========= ===================
+ Directory Content               Directory Content
+ ========= =================== = ========= ===================
  802       E802 protocol         mptcp     Multipath TCP
  appletalk Appletalk protocol    netfilter Network Filter
- ax25      AX25                  netrom     NET/ROM
+ ax25      AX25                  netrom    NET/ROM
  bridge    Bridging              rose      X.25 PLP layer
  core      General parameter     tipc      TIPC
  ethernet  Ethernet protocol     unix      Unix domain sockets
  ipv4      IP version 4          x25       X.25 protocol
  ipv6      IP version 6
- ========= =================== = ========== ==================
+ ========= =================== = ========= ===================
 
 1. /proc/sys/net/core - Network core options
 ============================================

-- 
Cheers,
Stephen Rothwell

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ