docs: Once over error correction

This commit is contained in:
tschettervictor
2025-04-10 06:53:03 -06:00
parent fbb1c5367f
commit 37be5e52c8
48 changed files with 306 additions and 228 deletions

View File

@@ -3,18 +3,17 @@ limits
Set resourse limits for targeted jail(s).
To add a limit, use `bastille limits TARGET add OPTION VALUE`
To add a limit, use ``bastille limits TARGET add OPTION VALUE``
To clear the limits from the system, use `bastille limits TARGET clear`
To clear the limits from the system, use ``bastille limits TARGET clear``
To clear the limits, and remove the rctl.conf, use `bastille limits TARGET reset`
To clear the limits, and remove the rctl.conf, use ``bastille limits TARGET reset``
To remove a limit, use `bastille limits TARGET remove OPTION`
To remove a limit, use ``bastille limits TARGET remove OPTION``
.. code-block:: shell
ishmael ~ # bastille limits help
Usage: bastille limits [option(s)] TARGET [add OPTION VALUE|remove OPTION|clear|reset|[list|show] (active)|stats]
Example: bastille limits TARGET add memoryuse 1G"