summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libossaudiodev.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-07-30 03:03:43 (GMT)
committerFred Drake <fdrake@acm.org>2006-07-30 03:03:43 (GMT)
commite0d4aecfc29dccc65b53e4a8d2e633355a29d9ae (patch)
tree653edd386107362ba6278d219777f07b9d33b274 /Doc/lib/libossaudiodev.tex
parentda9face1fe36c2089a08a6ef1777025f14ed2f48 (diff)
downloadcpython-e0d4aecfc29dccc65b53e4a8d2e633355a29d9ae.zip
cpython-e0d4aecfc29dccc65b53e4a8d2e633355a29d9ae.tar.gz
cpython-e0d4aecfc29dccc65b53e4a8d2e633355a29d9ae.tar.bz2
lots of markup nits, most commonly Unix/unix --> \UNIX
Diffstat (limited to 'Doc/lib/libossaudiodev.tex')
-rw-r--r--Doc/lib/libossaudiodev.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libossaudiodev.tex b/Doc/lib/libossaudiodev.tex
index 223cf28..4c19aaf 100644
--- a/Doc/lib/libossaudiodev.tex
+++ b/Doc/lib/libossaudiodev.tex
@@ -68,7 +68,7 @@ raises \exception{IOError}. Errors detected directly by
Open an audio device and return an OSS audio device object. This
object supports many file-like methods, such as \method{read()},
\method{write()}, and \method{fileno()} (although there are subtle
-differences between conventional Unix read/write semantics and those of
+differences between conventional \UNIX{} read/write semantics and those of
OSS audio devices). It also supports a number of audio-specific
methods; see below for the complete list of methods.