summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libcurses.tex5
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}