projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63ac0cf
)
docs: Fix a PDF build error in bug-bisect.rst
author
Jonathan Corbet
<corbet@lwn.net>
Tue, 8 Nov 2016 01:03:13 +0000
(18:03 -0700)
committer
Jonathan 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
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/admin-guide/bug-bisect.rst
b/Documentation/admin-guide/bug-bisect.rst
index 5682d742017c86392a35e0f211b7d55896a4905a..59567da344e8b5725dc920b893972b16005bf0dd 100644
(file)
--- a/
Documentation/admin-guide/bug-bisect.rst
+++ b/
Documentation/admin-guide/bug-bisect.rst
@@
-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: