diff options
author | Fred Drake <fdrake@acm.org> | 2003-09-30 20:00:43 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-09-30 20:00:43 (GMT) |
commit | 1dc3bb4722c2e3a376d717a260bb416792b881b6 (patch) | |
tree | 8724cc5b8a772cc09eb4cc4d27007731616e594f /Doc | |
parent | 292f5970ab9709a51669348867cf3fc2cce9ad64 (diff) | |
download | cpython-1dc3bb4722c2e3a376d717a260bb416792b881b6.zip cpython-1dc3bb4722c2e3a376d717a260bb416792b881b6.tar.gz cpython-1dc3bb4722c2e3a376d717a260bb416792b881b6.tar.bz2 |
Work around minor markup issue: we don't want markup to escape into
the module index.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libossaudiodev.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libossaudiodev.tex b/Doc/lib/libossaudiodev.tex index 1b679fd..ae3d16f 100644 --- a/Doc/lib/libossaudiodev.tex +++ b/Doc/lib/libossaudiodev.tex @@ -2,7 +2,7 @@ Access to OSS-compatible audio devices} \declaremodule{builtin}{ossaudiodev} -\platform{Linux, FreeBSD, possibly other \UNIX-like systems} +\platform{Linux, FreeBSD, maybe other Unix-like systems} \modulesynopsis{Access to OSS-compatible audio devices.} This module allows you to access the OSS (Open Sound System) audio |