diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/runtime_control.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/runtime_control.rst b/docs/users_guide/runtime_control.rst index 049ba13839..96b3d8aba3 100644 --- a/docs/users_guide/runtime_control.rst +++ b/docs/users_guide/runtime_control.rst @@ -233,7 +233,7 @@ Miscellaneous RTS options If yes (the default), the RTS on Windows will generate a core dump on any crash. These dumps can be inspected using debuggers such as WinDBG. The dumps record all code, registers and threading information at the time - of the crash. Note that this implies `--install-seh-handlers=yes`. + of the crash. Note that this implies ``--install-seh-handlers=yes``. .. rts-flag:: --generate-stack-traces=<yes|no> |