From 1dc3bb4722c2e3a376d717a260bb416792b881b6 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 30 Sep 2003 20:00:43 +0000 Subject: [PATCH] Work around minor markup issue: we don't want markup to escape into the module index. --- Doc/lib/libossaudiodev.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libossaudiodev.tex b/Doc/lib/libossaudiodev.tex index 1b679fd044..ae3d16f80f 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 -- 2.50.1