mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-21 17:21:14 -03:00
Replace nextd/prevd <pre>s with \code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user