diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-04-18 18:45:00 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 08:20:27 -0400 |
commit | 898bd37a92063e46bc8d7b870781cecd66234f92 (patch) | |
tree | 1eac9c597d45080cc2ff366f6e882a87fcea2d2b /Documentation/admin-guide | |
parent | 53b9537509654a6267c3f56b4d2e7409b9089686 (diff) |
docs: block: convert to ReST
Rename the block documentation files to ReST, add an
index for them and adjust in order to produce a nice html
output via the Sphinx build system.
At its new index.rst, let's add a :orphan: while this is not linked to
the main index.rst file, in order to avoid build warnings.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 01123f1de354..e8e28cac32a3 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt | |||
@@ -430,7 +430,7 @@ | |||
430 | 430 | ||
431 | blkdevparts= Manual partition parsing of block device(s) for | 431 | blkdevparts= Manual partition parsing of block device(s) for |
432 | embedded devices based on command line input. | 432 | embedded devices based on command line input. |
433 | See Documentation/block/cmdline-partition.txt | 433 | See Documentation/block/cmdline-partition.rst |
434 | 434 | ||
435 | boot_delay= Milliseconds to delay each printk during boot. | 435 | boot_delay= Milliseconds to delay each printk during boot. |
436 | Values larger than 10 seconds (10000) are changed to | 436 | Values larger than 10 seconds (10000) are changed to |
@@ -1199,9 +1199,9 @@ | |||
1199 | 1199 | ||
1200 | elevator= [IOSCHED] | 1200 | elevator= [IOSCHED] |
1201 | Format: { "mq-deadline" | "kyber" | "bfq" } | 1201 | Format: { "mq-deadline" | "kyber" | "bfq" } |
1202 | See Documentation/block/deadline-iosched.txt, | 1202 | See Documentation/block/deadline-iosched.rst, |
1203 | Documentation/block/kyber-iosched.txt and | 1203 | Documentation/block/kyber-iosched.rst and |
1204 | Documentation/block/bfq-iosched.txt for details. | 1204 | Documentation/block/bfq-iosched.rst for details. |
1205 | 1205 | ||
1206 | elfcorehdr=[size[KMG]@]offset[KMG] [IA64,PPC,SH,X86,S390] | 1206 | elfcorehdr=[size[KMG]@]offset[KMG] [IA64,PPC,SH,X86,S390] |
1207 | Specifies physical address of start of kernel core | 1207 | Specifies physical address of start of kernel core |