From 4c0d96e5d8dcd234084dfdaa02ccf647dda8f775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=CC=B7N=CC=B7?= Date: Thu, 4 May 2023 07:55:42 +0700 Subject: [PATCH] Docs - Fix typo on kernel_parameters and kernel_modules in system-config (#528) **Description** Kernel_parameters and kernel_modules command and examples are exchanged. --- docs/user-tutorial/system-config.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/user-tutorial/system-config.md b/docs/user-tutorial/system-config.md index 1daef4c7b..dbde728d3 100644 --- a/docs/user-tutorial/system-config.md +++ b/docs/user-tutorial/system-config.md @@ -91,22 +91,22 @@ id: system-config Kernel kernel_modules - sysctl + lsmod list of active kernel modules - "abi.vsyscall32": "1",
- "debug.exception-trace": "1",
+ "Module": "binfmt_misc",
+ "Size": "24576",
+ "Used": "1"
... kernel_parameters - lsmod + sysctl kernel parameters - "Module": "binfmt_misc",
- "Size": "24576",
- "Used": "1"
+ "abi.vsyscall32": "1",
+ "debug.exception-trace": "1",
...