]> granicus.if.org Git - clang/commitdiff
Despite there being an option, it seems that Sphinx has decided that "=123" is part...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 14 Jul 2016 17:15:06 +0000 (17:15 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 14 Jul 2016 17:15:06 +0000 (17:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275440 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsersManual.rst

index 945dc53c4e7e18c96f9b4f2ce39416339b300bb9..f24e6da3a31499619a42154b3932763627c4fe32 100644 (file)
@@ -133,13 +133,13 @@ Options to Control Error and Warning Messages
 .. option:: -ferror-limit=123
 
   Stop emitting diagnostics after 123 errors have been produced. The default is
-  20, and the error limit can be disabled with :option:`-ferror-limit=0`.
+  20, and the error limit can be disabled with `-ferror-limit=0`.
 
 .. option:: -ftemplate-backtrace-limit=123
 
   Only emit up to 123 template instantiation notes within the template
   instantiation backtrace for a single warning or error. The default is 10, and
-  the limit can be disabled with :option:`-ftemplate-backtrace-limit=0`.
+  the limit can be disabled with `-ftemplate-backtrace-limit=0`.
 
 .. _cl_diag_formatting: