docs: Use more command labels

This commit is contained in:
Fabian Homborg
2019-03-31 11:24:04 +02:00
parent cb94dd4d30
commit 86d4574222
9 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ pushd [DIRECTORY]
Description
-----------
The ``pushd`` function adds ``DIRECTORY`` to the top of the directory stack and makes it the current working directory. <a href="#popd">``popd``</a> will pop it off and return to the original directory.
The ``pushd`` function adds ``DIRECTORY`` to the top of the directory stack and makes it the current working directory. :ref:`popd <cmd-popd>` will pop it off and return to the original directory.
Without arguments, it exchanges the top two directories in the stack.