From: Fred Drake Date: Thu, 19 Feb 1998 15:18:02 +0000 (+0000) Subject: Adjust grouping for the "b(reak)" command syntax description. This is X-Git-Tag: v1.5.1~670 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c92740708d1ced7533dd225b395ca3afd293495e;p=thirdparty%2FPython%2Fcpython.git Adjust grouping for the "b(reak)" command syntax description. This is required to get the info generation back in operation, yet again. --- diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index d560a11b795c..d5890328e9bc 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 d560a11b795c..d5890328e9bc 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