Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.

This commit is contained in:
Fred Drake 2000-10-10 17:03:45 +00:00
parent 2d34cd3ecf
commit f8ca7d88c6
16 changed files with 40 additions and 38 deletions

View file

@ -1,10 +1,11 @@
\section{\module{curses} ---
Screen painting and input handling for character-cell terminals}
Terminal handling for character-cell displays}
\declaremodule{standard}{curses}
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
\sectionauthor{Eric Raymond}{esr@thyrsus.com}
\modulesynopsis{An interface to the curses library.}
\modulesynopsis{An interface to the curses library, providing portable
terminal handling.}
\versionchanged[Added support for the \code{ncurses} library and
converted to a package]{1.6}