"googlemock/vscode:/vscode.git/clone" did not exist on "fbb48a7708fc791ef25096b383791966bbf369f0"
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 ...@@ -91,22 +91,22 @@ id: system-config
<b>Kernel</b> <b>Kernel</b>
</td> </td>
<td>kernel_modules</td> <td>kernel_modules</td>
<td>sysctl</td> <td>lsmod</td>
<td>list of active kernel modules</td> <td>list of active kernel modules</td>
<td> <td>
"abi.vsyscall32": "1",<br /> "Module": "binfmt_misc",<br />
"debug.exception-trace": "1",<br /> "Size": "24576",<br />
"Used": "1"<br />
... ...
</td> </td>
</tr> </tr>
<tr> <tr>
<td>kernel_parameters</td> <td>kernel_parameters</td>
<td>lsmod</td> <td>sysctl</td>
<td>kernel parameters</td> <td>kernel parameters</td>
<td> <td>
"Module": "binfmt_misc",<br /> "abi.vsyscall32": "1",<br />
"Size": "24576",<br /> "debug.exception-trace": "1",<br />
"Used": "1"<br />
... ...
</td> </td>
</tr> </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