diff options
author | Fred Drake <fdrake@acm.org> | 2001-04-21 05:56:06 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-04-21 05:56:06 (GMT) |
commit | 4cacec5393abf00436fcd9c41039e0caf3af660c (patch) | |
tree | 1e6b76d9c035ac56e57a3e29cfb725f4959987f1 /Doc/lib/libcurses.tex | |
parent | 056a71da76d3ad90109ef2ca7a37fd4f3ea01603 (diff) | |
download | cpython-4cacec5393abf00436fcd9c41039e0caf3af660c.zip cpython-4cacec5393abf00436fcd9c41039e0caf3af660c.tar.gz cpython-4cacec5393abf00436fcd9c41039e0caf3af660c.tar.bz2 |
Fix a number of minor markup errors.
Diffstat (limited to 'Doc/lib/libcurses.tex')
-rw-r--r-- | Doc/lib/libcurses.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index ef4444a..bbb86a0 100644 --- a/Doc/lib/libcurses.tex +++ b/Doc/lib/libcurses.tex @@ -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} |