From fab7299d49492ce548d4ceed66d3acbd05dd99c7 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 5 Oct 2013 12:13:16 -0700 Subject: Replace nextd/prevd
s with \code

---
 doc_src/nextd.txt | 4 +++-
 doc_src/prevd.txt | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/doc_src/nextd.txt b/doc_src/nextd.txt
index dba94ce0..297063af 100644
--- a/doc_src/nextd.txt
+++ b/doc_src/nextd.txt
@@ -12,7 +12,8 @@ directory history is also displayed.
 
 \subsection nextd-example Example
 
-
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
+\endcode diff --git a/doc_src/prevd.txt b/doc_src/prevd.txt index b72fc375..e49faff2 100644 --- a/doc_src/prevd.txt +++ b/doc_src/prevd.txt @@ -14,7 +14,8 @@ history is also displayed. \subsection prevd-example Example -
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
+\endcode -- cgit v1.2.3