From eabfab104889f5fdd96a279c070bbf5c570b7a21 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 1 Dec 1998 18:37:59 +0000 Subject: Nits to support conversions. --- Doc/lib/libpdb.tex | 4 ++-- 1 file 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 -- cgit v0.12