소스 검색

docs: Fix a PDF build error in bug-bisect.rst

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>
Jonathan Corbet 9 년 전
부모
커밋
ca4354543a
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      Documentation/admin-guide/bug-bisect.rst

+ 1 - 3
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: