Unverified Commit 4c0d96e5 authored by F̷N̷'s avatar F̷N̷ Committed by GitHub
Browse files

Docs - Fix typo on kernel_parameters and kernel_modules in system-config (#528)

**Description**
Kernel_parameters and kernel_modules command and examples are exchanged.
parent f38a9829
......@@ -91,22 +91,22 @@ id: system-config
<b>Kernel</b>
</td>
<td>kernel_modules</td>
<td>sysctl</td>
<td>lsmod</td>
<td>list of active kernel modules</td>
<td>
"abi.vsyscall32": "1",<br />
"debug.exception-trace": "1",<br />
"Module": "binfmt_misc",<br />
"Size": "24576",<br />
"Used": "1"<br />
...
</td>
</tr>
<tr>
<td>kernel_parameters</td>
<td>lsmod</td>
<td>sysctl</td>
<td>kernel parameters</td>
<td>
"Module": "binfmt_misc",<br />
"Size": "24576",<br />
"Used": "1"<br />
"abi.vsyscall32": "1",<br />
"debug.exception-trace": "1",<br />
...
</td>
</tr>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment