diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-14 14:51:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-14 14:51:31 (GMT) |
commit | af8a015c937d11e4efcda3f91344ad3e758d26e8 (patch) | |
tree | 5e342ee84e829d81f408c1c990b66762ee034da3 /Doc/lib/libgl.tex | |
parent | b215137224cafcdb665a7b298dbf02be6a214d0c (diff) | |
download | cpython-af8a015c937d11e4efcda3f91344ad3e758d26e8.zip cpython-af8a015c937d11e4efcda3f91344ad3e758d26e8.tar.gz cpython-af8a015c937d11e4efcda3f91344ad3e758d26e8.tar.bz2 |
Consistency: "{\bf ...}" ==> "\strong{...}"
"{\em ...}" ==> "\emph{...}"
Not at all sure what to do with "{\rm ...}".
Leaving it for now.
Diffstat (limited to 'Doc/lib/libgl.tex')
-rw-r--r-- | Doc/lib/libgl.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libgl.tex b/Doc/lib/libgl.tex index 3445465..8aa57a0 100644 --- a/Doc/lib/libgl.tex +++ b/Doc/lib/libgl.tex @@ -3,7 +3,7 @@ \bimodindex{gl} This module provides access to the Silicon Graphics -{\em Graphics Library}. +\emph{Graphics Library}. It is available only on Silicon Graphics machines. \strong{Warning:} @@ -191,7 +191,7 @@ main() \stmodindex{DEVICE} These modules define the constants used by the Silicon Graphics -{\em Graphics Library} +\emph{Graphics Library} that C programmers find in the header files \file{<gl/gl.h>} and |