summaryrefslogtreecommitdiff
path: root/docs/users_guide/editing-guide.rst
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-01-17 13:51:56 -0500
committerBen Gamari <ben@smart-cactus.org>2018-10-29 15:10:24 -0400
commitb2db706fe360e74544d787f8dab0e8af90e531db (patch)
tree33f50c4c47eb3a297c92159b3eb46f79643d5de6 /docs/users_guide/editing-guide.rst
parentb8a797ecc34a309bd78f5a290e3554642a3a478a (diff)
downloadhaskell-b2db706fe360e74544d787f8dab0e8af90e531db.tar.gz
users guide: Mention :since: in editing-guide
Diffstat (limited to 'docs/users_guide/editing-guide.rst')
-rw-r--r--docs/users_guide/editing-guide.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/editing-guide.rst b/docs/users_guide/editing-guide.rst
index 8dd3701371..27ddbd2e29 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.