aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/breakpoint.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/breakpoint.txt')
-rw-r--r--doc_src/breakpoint.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc_src/breakpoint.txt b/doc_src/breakpoint.txt
index 744727fa..bff8fc5a 100644
--- a/doc_src/breakpoint.txt
+++ b/doc_src/breakpoint.txt
@@ -1,14 +1,16 @@
\section breakpoint breakpoint - Launch debug mode
\subsection breakpoint-synopsis Synopsis
- <tt>breakpoint</tt>
+\fish{syn}
+breakpoint
+\endfish
\subsection breakpoint-description Description
-\c breakpoint is used to halt a running script and launch
+`breakpoint` is used to halt a running script and launch
an interactive debugging prompt.
For more details, see <a href="index.html#debugging">Debugging fish
-scripts</a> in the \c fish manual.
+scripts</a> in the `fish` manual.
-There are no parameters for <code>breakpoint</code>.
+There are no parameters for `breakpoint`.