Skip to content

Commit 1faa346

Browse files
bagasmekuba-moo
authored andcommitted
Documentation: sysctl: align cells in second content column
Stephen Rothwell reported htmldocs warning when merging net-next tree: Documentation/admin-guide/sysctl/net.rst:37: WARNING: Malformed table. Text in column margin in table line 4. ========= =================== = ========== ================== Directory Content Directory Content ========= =================== = ========== ================== 802 E802 protocol mptcp Multipath TCP appletalk Appletalk protocol netfilter Network Filter 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 ========= =================== = ========== ================== The warning above is caused by cells in second "Content" column of /proc/sys/net subdirectory table which are in column margin. Align these cells against the column header to fix the warning. Link: https://lore.kernel.org/linux-next/[email protected]/ Fixes: 1202cdd ("Remove DECnet support from kernel") Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Bagas Sanjaya <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 8357d67 commit 1faa346

File tree

1 file changed

+9
-9
lines changed
  • Documentation/admin-guide/sysctl

1 file changed

+9
-9
lines changed

Documentation/admin-guide/sysctl/net.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ see only some of them, depending on your kernel's configuration.
3131

3232
Table : Subdirectories in /proc/sys/net
3333

34-
========= =================== = ========== ==================
34+
========= =================== = ========== ===================
3535
Directory Content Directory Content
36-
========= =================== = ========== ==================
37-
802 E802 protocol mptcp Multipath TCP
38-
appletalk Appletalk protocol netfilter Network Filter
36+
========= =================== = ========== ===================
37+
802 E802 protocol mptcp Multipath TCP
38+
appletalk Appletalk protocol netfilter Network Filter
3939
ax25 AX25 netrom NET/ROM
40-
bridge Bridging rose X.25 PLP layer
41-
core General parameter tipc TIPC
42-
ethernet Ethernet protocol unix Unix domain sockets
43-
ipv4 IP version 4 x25 X.25 protocol
40+
bridge Bridging rose X.25 PLP layer
41+
core General parameter tipc TIPC
42+
ethernet Ethernet protocol unix Unix domain sockets
43+
ipv4 IP version 4 x25 X.25 protocol
4444
ipv6 IP version 6
45-
========= =================== = ========== ==================
45+
========= =================== = ========== ===================
4646

4747
1. /proc/sys/net/core - Network core options
4848
============================================

0 commit comments

Comments
 (0)