Make line length, wrapping and spacing consistent

This commit is contained in:
Mark Griffiths
2014-08-19 13:41:23 +01:00
parent d7308fecbe
commit 137abd0cfa
72 changed files with 807 additions and 1292 deletions

View File

@@ -6,9 +6,9 @@ pushd [DIRECTORY]
\endfish
\subsection pushd-description 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. <a href="#popd">`popd`</a> will pop it off and return to the original directory.
\subsection pushd-example Example