diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2008-11-11 19:44:20 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2008-11-11 19:44:20 +0000 |
commit | 3374849be0ec8e68c553c2e8f9e1c53e790e2667 (patch) | |
tree | 2b03e823c4217c51755d633eccc8969af6dfb6bd | |
parent | 66ce1beacebfce86cedb28308199ef5dbebb775c (diff) |
remove the SIGNALS sections, describe signals in DESCRIPTION
from jmc@
-rw-r--r-- | usr.bin/aucat/aucat.1 | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/usr.bin/aucat/aucat.1 b/usr.bin/aucat/aucat.1 index 2ddd952e2cd..e1684b1a79e 100644 --- a/usr.bin/aucat/aucat.1 +++ b/usr.bin/aucat/aucat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aucat.1,v 1.31 2008/11/11 07:47:48 jmc Exp $ +.\" $OpenBSD: aucat.1,v 1.32 2008/11/11 19:44:19 ratchov Exp $ .\" .\" Copyright (c) 2006 Alexandre Ratchov <alex@caoua.org> .\" @@ -130,6 +130,17 @@ If the policy is then the stream is closed permanently. .El .Pp +If +.Nm +is sent +.Dv SIGINT , +it terminates recording to files. +If sent +.Dv SIGUSR1 +or +.Dv SIGUSR2 , +it increases or decreases debug level, respectively. +.Pp Settings for input .Pq Fl i and output @@ -294,13 +305,6 @@ may be a value between 0 and 4. Path to the Unix domain socket to use. .It Ev AUDIODEVICE The audio device to use. -.El -.Sh SIGNALS -.Bl -tag -width "SIGUSR1, SIGUSR2X" -compact -.It Va SIGINT -Terminate saving recorded files. -.It Va SIGUSR1 , Va SIGUSR2 -Increase or decrease debug level respectively. .El .Sh EXAMPLES The following command will record a stereo s16le stream at |