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

@@ -7,9 +7,8 @@ popd
\subsection popd-description Description
`popd` removes the top directory from the directory stack and
changes the working directory to the new top directory. Use <a
href="#pushd">`pushd`</a> to add directories to the stack.
`popd` removes the top directory from the directory stack and changes the working directory to the new top directory. Use <a href="#pushd">`pushd`</a> to add directories to the stack.
\subsection popd-example Example