Replace nextd/prevd <pre>s with \code

This commit is contained in:
ridiculousfish
2013-10-05 12:13:16 -07:00
parent 09ff1e7af0
commit fab7299d49
2 changed files with 6 additions and 2 deletions

View File

@@ -14,7 +14,8 @@ history is also displayed.
\subsection prevd-example Example
<pre>cd /usr/src
\code
cd /usr/src
# Working directory is now /usr/src
cd /usr/src/fish-shell
# Working directory is now /usr/src/fish-shell
@@ -22,3 +23,4 @@ prevd
# Working directory is now /usr/src
nextd
# Working directory is now /usr/src/fish-shell</pre>
\endcode