diff options
-rw-r--r-- | Doc/lib/libsunaudio.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libsunaudio.tex b/Doc/lib/libsunaudio.tex index 8340612..41c819c 100644 --- a/Doc/lib/libsunaudio.tex +++ b/Doc/lib/libsunaudio.tex @@ -1,5 +1,5 @@ \section{\module{sunaudiodev} --- - Access to Sun audio hardware.} + Access to Sun audio hardware} \declaremodule{builtin}{sunaudiodev} \platform{SunOS} @@ -125,7 +125,7 @@ this in Python: \begin{verbatim} def handle_sigpoll(signum, frame): print 'I got a SIGPOLL update' -pp + import fcntl, signal, STROPTS signal.signal(signal.SIGPOLL, handle_sigpoll) |