From 57eccb7e1e4d9c89d06ec74026593f473e6e1687 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 12 Nov 2021 18:28:35 +0100 Subject: [PATCH] docs: Readd note about the command to realpath --- doc_src/cmds/realpath.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc_src/cmds/realpath.rst b/doc_src/cmds/realpath.rst index 0b93c95da..2c8b0d9b4 100644 --- a/doc_src/cmds/realpath.rst +++ b/doc_src/cmds/realpath.rst @@ -12,6 +12,12 @@ Synopsis Description ----------- +.. only:: builder_man + + NOTE: This page documents the fish builtin ``realpath``. + To see the documentation on the ``realpath`` command you might have, + use ``command man realpath``. + :program:`realpath` follows all symbolic links encountered for the provided :envvar:`PATH`, printing the absolute path resolved. :ref:`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, that will be preferred.