]> granicus.if.org Git - python/commitdiff
Markup nit: OK and ERR should be marked \constant in running text.
authorFred Drake <fdrake@acm.org>
Thu, 4 Jan 2001 05:14:45 +0000 (05:14 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 4 Jan 2001 05:14:45 +0000 (05:14 +0000)
Doc/lib/libcurses.tex

index 00dec6df38b76879730923e9879ebb41ed721769..e9ed7a2d759301a517a90f981674f5dfec0e1741 100644 (file)
@@ -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}