diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-03-23 02:14:04 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-03-23 02:14:04 +0000 |
commit | 77d2a88286121166326abf430525d16ae5a09518 (patch) | |
tree | 6e1a9631db5dfef2f57ca126ef8fee8be0865bdc | |
parent | c06f49afdc987358617a3d6b70e8ad9161206aef (diff) |
sysv usage: specify -n for dmesg to set loglevel
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11796 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter07/usage.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/usage.xml b/chapter07/usage.xml index 2d68f38fd..4a4cf6c36 100644 --- a/chapter07/usage.xml +++ b/chapter07/usage.xml @@ -378,7 +378,7 @@ EOF</userinput></screen> <term>LOGLEVEL</term> <listitem> <para>This variable specifies the log level for kernel messages sent - to the console as set by <command>dmesg</command>. Valid levels are + to the console as set by <command>dmesg -n</command>. Valid levels are from "1" (no messages) to "8". The default level is "7".</para> </listitem> </varlistentry> |