Tweak markup of the sendfile documentation a bit.

This commit is contained in:
Berker Peksag 2015-05-29 06:52:19 +03:00
parent 33bcd59092
commit 5a8b9555da
2 changed files with 4 additions and 2 deletions

View File

@ -303,7 +303,8 @@ Disables the use of ``sendfile()``.
.. versionadded:: 19.2
.. versionchanged:: 19.4
Swapped --sendfile with --no-sendfile to actually allow disabling
Swapped ``--sendfile`` with ``--no-sendfile`` to actually allow
disabling.
chdir
~~~~~

View File

@ -829,7 +829,8 @@ class Sendfile(Setting):
.. versionadded:: 19.2
.. versionchanged:: 19.4
Swapped --sendfile with --no-sendfile to actually allow disabling
Swapped ``--sendfile`` with ``--no-sendfile`` to actually allow
disabling.
"""
class Chdir(Setting):