summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpdb.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libpdb.tex')
-rw-r--r--Doc/lib/libpdb.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex
index 36932d8..e9257dd 100644
--- a/Doc/lib/libpdb.tex
+++ b/Doc/lib/libpdb.tex
@@ -184,7 +184,7 @@ Move the current frame one level up in the stack trace
(to a newer frame).
\item[b(reak) \optional{\optional{\var{filename}:}\var{lineno}%
- \code{\Large|}\var{function}%
+ \code{\Large{|}}\var{function}%
\optional{, \var{condition}}}]
With a \var{lineno} argument, set a break there in the current
@@ -204,7 +204,7 @@ the number of times that breakpoint has been hit, the current
ignore count, and the associated condition if any.
\item[tbreak \optional{\optional{\var{filename}:}\var{lineno}%
- \code{\Large|}\var{function}%
+ \code{\Large{|}}\var{function}%
\optional{, \var{condition}}}]
Temporary breakpoint, which is removed automatically when it is