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

**Description**
Kernel_parameters and kernel_modules command and examples are exchanged.
This commit is contained in:
F̷N̷ 2023-05-04 07:55:42 +07:00 коммит произвёл GitHub
Родитель f38a9829d0
Коммит 4c0d96e5d8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -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>