diff options
author | Andrew Clayton <andrew@digital-domain.net> | 2017-04-20 14:04:15 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-04-20 13:56:17 -0600 |
commit | 9b9355a2692621be80f95ac31e16d2c16c1c07c9 (patch) | |
tree | 098fc1a9f5877293f24e9010f2425249352ec616 /Documentation/admin-guide | |
parent | e1c3e6e1ca996e0403a5958c054d2cebf1642b15 (diff) |
docs: process/4.Coding.rst: Fix a couple of document refs
In Documentation/process/4.Coding.rst there were a couple of paragraphs
that spilled over the 80 character line length. This was likely caused
when the document was converted to reStructuredText. Re-flow the
paragraphs and make the document references proper reStructuredText
:ref: links.
This also adds the appropriate reStructuredText file heading to
kernel-parameters.rst as referenced by the kernel-parameters link in
this patch.
Signed-off-by: Andrew Clayton <andrew@digital-domain.net>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.rst b/Documentation/admin-guide/kernel-parameters.rst index c5eae20d5691..33b90e273489 100644 --- a/Documentation/admin-guide/kernel-parameters.rst +++ b/Documentation/admin-guide/kernel-parameters.rst @@ -1,3 +1,5 @@ +.. _kernelparameters: + The kernel's command-line parameters ==================================== |