Remove imperialist sabotage to previous commit

Juche!
This commit is contained in:
Aaron Gyes 2021-11-12 04:34:16 -08:00
parent ac1df310c8
commit e6eb049aeb
3 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.. program::exit:
.. program::exit
exit - exit the shell
=====================

View File

@ -1,4 +1,4 @@
.. _cmd-fish_add_path:
.. program::fish_add_path
fish_add_path - add to the path
==============================================================

View File

@ -11,11 +11,10 @@ Synopsis
Description
-----------
:program:`realpath` follows all symbolic links encountered for the provided ``PATH``, printing the absolute path resolved. :program:`fish` provides a :command:`realpath`-alike builtin intended to be enrich systems where no such command is installed
by default.
:program:`realpath` follows all symbolic links encountered for the provided :envvar:`PATH`, printing the absolute path resolved. :program:`fish` provides a :command:`realpath`-alike builtin intended to be enrich systems where no such command is installed by default.
If a :command:`realpath` command exists, it will be preferred.
``builtin realpath`` will eplicitly use this implementation.
If a :command:`realpath` command exists, that will be preferred.
``builtin realpath`` will explicitly use the fish implementation of :command:`realpath`.
The following options are available: