Fix a number of minor markup errors.

This commit is contained in:
Fred Drake 2001-04-21 05:56:06 +00:00
parent 056a71da76
commit 4cacec5393
3 changed files with 7 additions and 7 deletions

View file

@ -510,8 +510,8 @@ file descriptor for typeahead checking.
\begin{funcdesc}{unctrl}{ch}
Returns a string which is a printable representation of the character
\var{ch}. Control characters are displayed as a caret followed by the
character, for example as \verb|^C|. Printing characters are left as they
are.
character, for example as \code{\textasciicircum C}. Printing
characters are left as they are.
\end{funcdesc}
\begin{funcdesc}{ungetch}{ch}