diff options
author | Fred Drake <fdrake@acm.org> | 2001-01-04 05:14:45 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-01-04 05:14:45 (GMT) |
commit | 22e9a5eaec5b87a29167f0ba00aebf206b96fbeb (patch) | |
tree | 08bf7990d2a8e54fc07b4ba020ee8d2796cbf722 | |
parent | 2a72712efe58f513919eb01ce4599df3ca6608ee (diff) | |
download | cpython-22e9a5eaec5b87a29167f0ba00aebf206b96fbeb.zip cpython-22e9a5eaec5b87a29167f0ba00aebf206b96fbeb.tar.gz cpython-22e9a5eaec5b87a29167f0ba00aebf206b96fbeb.tar.bz2 |
Markup nit: OK and ERR should be marked \constant in running text.
-rw-r--r-- | Doc/lib/libcurses.tex | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index 00dec6d..e9ed7a2d 100644 --- a/Doc/lib/libcurses.tex +++ b/Doc/lib/libcurses.tex @@ -1028,13 +1028,12 @@ The \module{curses} module defines the following data members: \begin{datadesc}{ERR} Some curses routines that return an integer, such as -\function{getch()}, return ERR upon failure. +\function{getch()}, return \constant{ERR} upon failure. \end{datadesc} \begin{datadesc}{OK} Some curses routines that return an integer, such as -\function{napms()}, return OK upon success. - +\function{napms()}, return \constant{OK} upon success. \end{datadesc} \begin{datadesc}{version} |