Fix typos in documentation

This commit is contained in:
Johannes Altmanninger 2021-11-12 07:42:31 +01:00
parent 0acbbfe2ca
commit 0d3d84a39c
2 changed files with 2 additions and 2 deletions

View file

@ -105,7 +105,7 @@ To add ``~/linux/bin`` to PATH variable when using a login shell, add this to ``
set -gx PATH $PATH ~/linux/bin
end
This is just an exmaple; using :ref:`fish_add_path <cmd-fish_add_path>` e.g. ``fish_add_path ~/linux/bin`` which only adds the path if it isn't included yet is easier.
This is just an example; using :ref:`fish_add_path <cmd-fish_add_path>` e.g. ``fish_add_path ~/linux/bin`` which only adds the path if it isn't included yet is easier.
To run commands on exit, use an :ref:`event handler <event>` that is triggered by the exit of the shell::

View file

@ -1465,7 +1465,7 @@ The "locale" of a program is its set of language and regional settings that depe
.. envvar:: LANG
This is the typpical environment variable for specifying a locale. A user may set this variable to express the language they speak, their region, and a character encoding. The actual values are specific to their platform, except for special values like ``C`` or ``POSIX``.
This is the typical environment variable for specifying a locale. A user may set this variable to express the language they speak, their region, and a character encoding. The actual values are specific to their platform, except for special values like ``C`` or ``POSIX``.
.. envvar:: LC_ALL