[commit: ghc] master: users guide: Mention :since: in editing-guide (b2db706)
git at git.haskell.org
git at git.haskell.org
Mon Oct 29 19:10:58 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b2db706fe360e74544d787f8dab0e8af90e531db/ghc
>---------------------------------------------------------------
commit b2db706fe360e74544d787f8dab0e8af90e531db
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Jan 17 13:51:56 2017 -0500
users guide: Mention :since: in editing-guide
>---------------------------------------------------------------
b2db706fe360e74544d787f8dab0e8af90e531db
docs/users_guide/editing-guide.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/users_guide/editing-guide.rst b/docs/users_guide/editing-guide.rst
index 8dd3701..27ddbd2 100644
--- a/docs/users_guide/editing-guide.rst
+++ b/docs/users_guide/editing-guide.rst
@@ -334,6 +334,7 @@ respectively. For instance,
.. rts-flag:: -C ⟨seconds⟩
+ :since: 8.2
:default: 20 milliseconds
Sets the context switch interval to ⟨s⟩ seconds.
@@ -343,6 +344,7 @@ Will be rendered as,
.. rts-flag:: -C ⟨seconds⟩
:noindex:
+ :since: 8.2
:default: 20 milliseconds
Sets the context switch interval to ⟨s⟩ seconds.
More information about the ghc-commits
mailing list