Author: Aaron Ballman
Date: 2022-09-06T16:50:22-04:00
New Revision: d3d334a625ddb784baecd483346c4892d33d33a5

URL: 
https://github.com/llvm/llvm-project/commit/d3d334a625ddb784baecd483346c4892d33d33a5
DIFF: 
https://github.com/llvm/llvm-project/commit/d3d334a625ddb784baecd483346c4892d33d33a5.diff

LOG: Fix the Clang sphinx build bot; NFC

This should address the failure introduced in:
https://lab.llvm.org/buildbot/#/builders/92/builds/32377

Added: 
    

Modified: 
    clang/docs/UsersManual.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst
index 8afe5cab64cb5..e9c1be4cdd0f5 100644
--- a/clang/docs/UsersManual.rst
+++ b/clang/docs/UsersManual.rst
@@ -689,7 +689,7 @@ of generating a delta reduced test case.
 
 .. envvar:: CLANG_CRASH_DIAGNOSTICS_DIR=<dir>
 
-   Like :option:`-fcrash-diagnostics-dir=<dir>`, specifies where to write the
+   Like ``-fcrash-diagnostics-dir=<dir>``, specifies where to write the
    crash diagnostics files, but with lower precedence than the option.
 
 Clang is also capable of generating preprocessed source file(s) and associated


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to