]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
docs: Fix a PDF build error in bug-bisect.rst
authorJonathan Corbet <corbet@lwn.net>
Tue, 8 Nov 2016 01:03:13 +0000 (18:03 -0700)
committerJonathan Corbet <corbet@lwn.net>
Tue, 8 Nov 2016 01:03:13 +0000 (18:03 -0700)
It seems we can't have literal blocks in footnotes, which almost actually
makes some sense.  So just use basic ``monospace`` instead.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/bug-bisect.rst

index 5682d742017c86392a35e0f211b7d55896a4905a..59567da344e8b5725dc920b893972b16005bf0dd 100644 (file)
@@ -66,9 +66,7 @@ Steps to do it:
 
 
 .. [#f1] You can, optionally, provide both good and bad arguments at git
-        start::
-
-               git bisect start [BAD] [GOOD]
+        start with ``git bisect start [BAD] [GOOD]``
 
 For further references, please read: