From 764420f27270a89d7d79842b77bf8d345e36759a Mon Sep 17 00:00:00 2001 From: Delapouite Date: Tue, 25 Feb 2020 07:34:54 +0100 Subject: [PATCH] doc(ulimit): add missing backquotes around -H, -S and -a options (cherry picked from commit a53405a7be09d4325106383395a7afc782641e83) --- sphinx_doc_src/cmds/ulimit.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx_doc_src/cmds/ulimit.rst b/sphinx_doc_src/cmds/ulimit.rst index e99e02e6d..fbe4561c4 100644 --- a/sphinx_doc_src/cmds/ulimit.rst +++ b/sphinx_doc_src/cmds/ulimit.rst @@ -50,7 +50,7 @@ If limit is given, it is the new value of the specified resource. If no option i - ``-S`` or ``--soft`` sets soft resource limit -A hard limit can only be decreased. Once it is set it cannot be increased; a soft limit may be increased up to the value of the hard limit. If neither -H nor -S is specified, both the soft and hard limits are updated when assigning a new limit value, and the soft limit is used when reporting the current value. +A hard limit can only be decreased. Once it is set it cannot be increased; a soft limit may be increased up to the value of the hard limit. If neither ``-H`` nor ``-S`` is specified, both the soft and hard limits are updated when assigning a new limit value, and the soft limit is used when reporting the current value. The following additional options are also understood by ``ulimit``: @@ -62,7 +62,7 @@ The ``fish`` implementation of ``ulimit`` should behave identically to the imple - Fish ``ulimit`` does not support the ``-p`` option for getting the pipe size. The bash implementation consists of a compile-time check that empirically guesses this number by writing to a pipe and waiting for SIGPIPE. Fish does not do this because it this method of determining pipe size is unreliable. Depending on bash version, there may also be further additional limits to set in bash that do not exist in fish. -- Fish ``ulimit`` does not support getting or setting multiple limits in one command, except reporting all values using the -a switch +- Fish ``ulimit`` does not support getting or setting multiple limits in one command, except reporting all values using the ``-a`` switch Example