mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Replace nextd/prevd <pre>s with \code
This commit is contained in:
parent
09ff1e7af0
commit
fab7299d49
2 changed files with 6 additions and 2 deletions
|
@ -12,7 +12,8 @@ directory history is also displayed.
|
|||
|
||||
\subsection nextd-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
|
||||
|
@ -20,3 +21,4 @@ prevd
|
|||
# Working directory is now /usr/src
|
||||
nextd
|
||||
# Working directory is now /usr/src/fish-shell</pre>
|
||||
\endcode
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue