diff --git a/doc_src/cmds/exit.rst b/doc_src/cmds/exit.rst index aa9cac767..bea18463b 100644 --- a/doc_src/cmds/exit.rst +++ b/doc_src/cmds/exit.rst @@ -1,4 +1,4 @@ -.. program::exit: +.. program::exit exit - exit the shell ===================== diff --git a/doc_src/cmds/fish_add_path.rst b/doc_src/cmds/fish_add_path.rst index 6268e6b84..23425aa3b 100644 --- a/doc_src/cmds/fish_add_path.rst +++ b/doc_src/cmds/fish_add_path.rst @@ -1,4 +1,4 @@ -.. _cmd-fish_add_path: +.. program::fish_add_path fish_add_path - add to the path ============================================================== diff --git a/doc_src/cmds/realpath.rst b/doc_src/cmds/realpath.rst index 4c8f1150f..c0d6508c5 100644 --- a/doc_src/cmds/realpath.rst +++ b/doc_src/cmds/realpath.rst @@ -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: