diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-20 04:51:16 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-20 04:51:16 (GMT) |
commit | 67d229ea76754db032f546010c7834c9f408c663 (patch) | |
tree | bac4849c73085e5cb9a0f2494636863669297b12 | |
parent | bbac43223c3ead4745d41414df13d113d79334ad (diff) | |
download | cpython-67d229ea76754db032f546010c7834c9f408c663.zip cpython-67d229ea76754db032f546010c7834c9f408c663.tar.gz cpython-67d229ea76754db032f546010c7834c9f408c663.tar.bz2 |
Shorten section title.
-rw-r--r-- | Doc/lib/libaifc.tex | 4 | ||||
-rw-r--r-- | Doc/lib/libcd.tex | 4 | ||||
-rw-r--r-- | Doc/lib/libfm.tex | 4 | ||||
-rw-r--r-- | Doc/lib/libgl.tex | 4 | ||||
-rw-r--r-- | Doc/lib/libjpeg.tex | 4 | ||||
-rw-r--r-- | Doc/lib/librgbimg.tex | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/Doc/lib/libaifc.tex b/Doc/lib/libaifc.tex index 3b34b4a..e2e3607 100644 --- a/Doc/lib/libaifc.tex +++ b/Doc/lib/libaifc.tex @@ -1,7 +1,7 @@ \section{\module{aifc} --- - Read and write audio files in AIFF or AIFC format.} -\declaremodule{standard}{aifc} + Read and write AIFF and AIFC files} +\declaremodule{standard}{aifc} \modulesynopsis{Read and write audio files in AIFF or AIFC format.} diff --git a/Doc/lib/libcd.tex b/Doc/lib/libcd.tex index 656d156..9c0e0ce 100644 --- a/Doc/lib/libcd.tex +++ b/Doc/lib/libcd.tex @@ -1,7 +1,7 @@ \section{\module{cd} --- - Interface to the CD-ROM on Silicon Graphics systems.} -\declaremodule{builtin}{cd} + CD-ROM access on SGI systems} +\declaremodule{builtin}{cd} \modulesynopsis{Interface to the CD-ROM on Silicon Graphics systems.} diff --git a/Doc/lib/libfm.tex b/Doc/lib/libfm.tex index 381d93e..f6a4ef4 100644 --- a/Doc/lib/libfm.tex +++ b/Doc/lib/libfm.tex @@ -1,7 +1,7 @@ \section{\module{fm} --- - \emph{Font Manager} interface for SGI workstations.} -\declaremodule{builtin}{fm} + \emph{Font Manager} interface} +\declaremodule{builtin}{fm} \modulesynopsis{\emph{Font Manager} interface for SGI workstations.} diff --git a/Doc/lib/libgl.tex b/Doc/lib/libgl.tex index 6940437..4a3e19d 100644 --- a/Doc/lib/libgl.tex +++ b/Doc/lib/libgl.tex @@ -1,7 +1,7 @@ \section{\module{gl} --- - Functions from the Silicon Graphics \emph{Graphics Library}.} -\declaremodule{builtin}{gl} + \emph{Graphics Library} interface} +\declaremodule{builtin}{gl} \modulesynopsis{Functions from the Silicon Graphics \emph{Graphics Library}.} diff --git a/Doc/lib/libjpeg.tex b/Doc/lib/libjpeg.tex index 9c2c57a..e716695 100644 --- a/Doc/lib/libjpeg.tex +++ b/Doc/lib/libjpeg.tex @@ -1,7 +1,7 @@ \section{\module{jpeg} --- - Read and write image files in compressed JPEG format.} -\declaremodule{builtin}{jpeg} + Read and write JPEG files} +\declaremodule{builtin}{jpeg} \modulesynopsis{Read and write image files in compressed JPEG format.} diff --git a/Doc/lib/librgbimg.tex b/Doc/lib/librgbimg.tex index e5d2d03..e51e94a 100644 --- a/Doc/lib/librgbimg.tex +++ b/Doc/lib/librgbimg.tex @@ -1,7 +1,7 @@ \section{\module{rgbimg} --- - Read and write image files in ``SGI RGB'' format.} -\declaremodule{builtin}{rgbimg} + Read and write ``SGI RGB'' files} +\declaremodule{builtin}{rgbimg} \modulesynopsis{Read and write image files in ``SGI RGB'' format (the module is \emph{not} SGI specific though!).} |