diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-01-17 13:51:56 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-10-29 15:10:24 -0400 |
commit | b2db706fe360e74544d787f8dab0e8af90e531db (patch) | |
tree | 33f50c4c47eb3a297c92159b3eb46f79643d5de6 /docs | |
parent | b8a797ecc34a309bd78f5a290e3554642a3a478a (diff) | |
download | haskell-b2db706fe360e74544d787f8dab0e8af90e531db.tar.gz |
users guide: Mention :since: in editing-guide
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/editing-guide.rst | 2 |
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. |