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",
...