diff options
-rw-r--r-- | Doc/lib/libpdb.tex | 2 | ||||
-rw-r--r-- | Doc/libpdb.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index d560a11..d589032 100644 --- a/Doc/lib/libpdb.tex +++ b/Doc/lib/libpdb.tex @@ -162,7 +162,7 @@ Move the current frame one level down in the stack trace Move the current frame one level up in the stack trace (to a newer frame). -\item[b(reak) \optional{\var{lineno}{\Large\code{|}}\var{function}% +\item[b(reak) \optional{\var{lineno}\code{\Large|}\var{function}% \optional{, \code{'}\var{condition}\code{'}}}] With a \var{lineno} argument, set a break there in the current diff --git a/Doc/libpdb.tex b/Doc/libpdb.tex index d560a11..d589032 100644 --- a/Doc/libpdb.tex +++ b/Doc/libpdb.tex @@ -162,7 +162,7 @@ Move the current frame one level down in the stack trace Move the current frame one level up in the stack trace (to a newer frame). -\item[b(reak) \optional{\var{lineno}{\Large\code{|}}\var{function}% +\item[b(reak) \optional{\var{lineno}\code{\Large|}\var{function}% \optional{, \code{'}\var{condition}\code{'}}}] With a \var{lineno} argument, set a break there in the current |