Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: printk-basics: eliminate duplicated word

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>

authored by

Randy Dunlap and committed by
Jonathan Corbet
6566945f 6fa9a5a2

+1 -1
+1 -1
Documentation/core-api/printk-basics.rst
··· 69 69 The result shows the *current*, *default*, *minimum* and *boot-time-default* log 70 70 levels. 71 71 72 - To change the current console_loglevel simply write the the desired level to 72 + To change the current console_loglevel simply write the desired level to 73 73 ``/proc/sys/kernel/printk``. For example, to print all messages to the console:: 74 74 75 75 # echo 8 > /proc/sys/kernel/printk