Skip to content

Commit

Permalink
Docs - Fix typo on kernel_parameters and kernel_modules in system-con…
Browse files Browse the repository at this point in the history
…fig (#528)

**Description**
Kernel_parameters and kernel_modules command and examples are exchanged.
  • Loading branch information
kawaii-ghost committed May 4, 2023
1 parent f38a982 commit 4c0d96e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/user-tutorial/system-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4c0d96e

Please sign in to comment.