diff options
author | Jonathan Corbet <corbet@lwn.net> | 2016-09-20 18:46:36 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-09-20 18:46:36 -0600 |
commit | 1b49ecf2f3be358882bb97652ba50ae808c0ba8f (patch) | |
tree | 76c5b95e614cfa79aac5b60e2d43259a28ed9351 /Documentation/HOWTO | |
parent | 7a71a8095bcfb33d0798365465699c6db545b914 (diff) | |
download | linux-1b49ecf2f3be358882bb97652ba50ae808c0ba8f.tar.gz linux-1b49ecf2f3be358882bb97652ba50ae808c0ba8f.tar.bz2 linux-1b49ecf2f3be358882bb97652ba50ae808c0ba8f.zip |
docs: Clean up bare :: lines
Mauro's patch set introduced some bare :: lines; these can be represented
by a double colon at the end of the preceding text line. The result looks
a little less weird and is less verbose.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/HOWTO')
-rw-r--r-- | Documentation/HOWTO | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/Documentation/HOWTO b/Documentation/HOWTO index adde88a6d9c4..5f042349f987 100644 --- a/Documentation/HOWTO +++ b/Documentation/HOWTO @@ -167,9 +167,7 @@ ReStructuredText markups (ReST), like this one. This includes a full description of the in-kernel API, and rules on how to handle locking properly. -All such documents can be generated as PDF or HTML by running: - -:: +All such documents can be generated as PDF or HTML by running:: make pdfdocs make htmldocs @@ -177,9 +175,7 @@ All such documents can be generated as PDF or HTML by running: respectively from the main kernel source directory. The documents that uses ReST markup will be generated at Documentation/output. -They can also be generated on LaTeX and ePub formats with: - -:: +They can also be generated on LaTeX and ePub formats with:: make latexdocs make epubdocs @@ -187,9 +183,7 @@ They can also be generated on LaTeX and ePub formats with: Currently, there are some documents written on DocBook that are in the process of conversion to ReST. Such documents will be created in the Documentation/DocBook/ directory and can be generated also as -Postscript or man pages by running: - -:: +Postscript or man pages by running:: make psdocs make mandocs |