OSDN Git Service

Documentation: printk-basics: eliminate duplicated word
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 7 Jul 2020 18:03:57 +0000 (11:03 -0700)
committerJonathan Corbet <corbet@lwn.net>
Mon, 13 Jul 2020 15:44:05 +0000 (09:44 -0600)
Drop the doubled word "the".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Link: https://lore.kernel.org/r/20200707180414.10467-4-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/core-api/printk-basics.rst

index 563a9ce..965e428 100644 (file)
@@ -69,7 +69,7 @@ You can check the current *console_loglevel* with::
 The result shows the *current*, *default*, *minimum* and *boot-time-default* log
 levels.
 
-To change the current console_loglevel simply write the the desired level to
+To change the current console_loglevel simply write the desired level to
 ``/proc/sys/kernel/printk``. For example, to print all messages to the console::
 
   # echo 8 > /proc/sys/kernel/printk