diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-01-06 17:42:44 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 18:59:28 -0500 |
commit | ecb08d81313a3c015225236775de259d99ab47fe (patch) | |
tree | be95d9e282cc7ac3aa8bbc546434410226d200d2 /Documentation/kernel-parameters.txt | |
parent | 7c4be253d3a01ddc92033ec3a3812fddf703ef19 (diff) |
doc: reformat some long lines in kernel-parameters.txt
Reformat text to (mostly) stay within 80 columns of text.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 0543370e702b..3ccf1bc5affe 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1799,10 +1799,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1799 | autoconfiguration. | 1799 | autoconfiguration. |
1800 | Ranges are in pairs (memory base and size). | 1800 | Ranges are in pairs (memory base and size). |
1801 | 1801 | ||
1802 | dynamic_printk | 1802 | dynamic_printk Enables pr_debug()/dev_dbg() calls if |
1803 | Enables pr_debug()/dev_dbg() calls if | 1803 | CONFIG_DYNAMIC_PRINTK_DEBUG has been enabled. |
1804 | CONFIG_DYNAMIC_PRINTK_DEBUG has been enabled. These can also | 1804 | These can also be switched on/off via |
1805 | be switched on/off via <debugfs>/dynamic_printk/modules | 1805 | <debugfs>/dynamic_printk/modules |
1806 | 1806 | ||
1807 | print-fatal-signals= | 1807 | print-fatal-signals= |
1808 | [KNL] debug: print fatal signals | 1808 | [KNL] debug: print fatal signals |
@@ -1890,7 +1890,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1890 | 1890 | ||
1891 | reboot= [BUGS=X86-32,BUGS=ARM,BUGS=IA-64] Rebooting mode | 1891 | reboot= [BUGS=X86-32,BUGS=ARM,BUGS=IA-64] Rebooting mode |
1892 | Format: <reboot_mode>[,<reboot_mode2>[,...]] | 1892 | Format: <reboot_mode>[,<reboot_mode2>[,...]] |
1893 | See arch/*/kernel/reboot.c or arch/*/kernel/process.c | 1893 | See arch/*/kernel/reboot.c or arch/*/kernel/process.c |
1894 | 1894 | ||
1895 | relax_domain_level= | 1895 | relax_domain_level= |
1896 | [KNL, SMP] Set scheduler's default relax_domain_level. | 1896 | [KNL, SMP] Set scheduler's default relax_domain_level. |
@@ -2438,8 +2438,8 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2438 | Format: | 2438 | Format: |
2439 | <irq>,<irq_mask>,<io>,<full_duplex>,<do_sound>,<lockup_hack>[,<irq2>[,<irq3>[,<irq4>]]] | 2439 | <irq>,<irq_mask>,<io>,<full_duplex>,<do_sound>,<lockup_hack>[,<irq2>[,<irq3>[,<irq4>]]] |
2440 | 2440 | ||
2441 | norandmaps Don't use address space randomization | 2441 | norandmaps Don't use address space randomization. Equivalent to |
2442 | Equivalent to echo 0 > /proc/sys/kernel/randomize_va_space | 2442 | echo 0 > /proc/sys/kernel/randomize_va_space |
2443 | 2443 | ||
2444 | ______________________________________________________________________ | 2444 | ______________________________________________________________________ |
2445 | 2445 | ||