[commit: ghc] master: User’s guide: Properly link to RTS flag -V (671b1ed)

git at git.haskell.org git at git.haskell.org
Tue Oct 24 14:37:02 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/671b1ed9bf004ec7a426280799d7cd742836b1d1/ghc

>---------------------------------------------------------------

commit 671b1ed9bf004ec7a426280799d7cd742836b1d1
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Oct 24 10:36:49 2017 -0400

    User’s guide: Properly link to RTS flag -V


>---------------------------------------------------------------

671b1ed9bf004ec7a426280799d7cd742836b1d1
 docs/users_guide/runtime_control.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/runtime_control.rst b/docs/users_guide/runtime_control.rst
index 9b43277..f944ae9 100644
--- a/docs/users_guide/runtime_control.rst
+++ b/docs/users_guide/runtime_control.rst
@@ -218,7 +218,7 @@ Miscellaneous RTS options
     interval timer signal is still enabled. The timer signal is either
     SIGVTALRM or SIGALRM, depending on the RTS configuration and OS
     capabilities. To disable the timer signal, use the ``-V0`` RTS
-    option (see above).
+    option (see :rts-flag:`-V ⟨secs⟩`).
 
 .. rts-flag:: --install-seh-handlers=⟨yes|no⟩
 



More information about the ghc-commits mailing list