diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-06-02 23:38:06 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-06-02 23:38:06 +0000 |
commit | ceee802427a020382c878edc15584fc8ffadff3b (patch) | |
tree | f6af2896cb01b0c078e2ccff6d6af211375fbff7 /usr.bin | |
parent | a157f3f26757cce346f808fd16a1ed9b1671d915 (diff) |
fix up ENVIRONMENT a little;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/aucat/aucat.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/aucat/aucat.1 b/usr.bin/aucat/aucat.1 index ca92e527b83..5a9ba93e6f4 100644 --- a/usr.bin/aucat/aucat.1 +++ b/usr.bin/aucat/aucat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aucat.1,v 1.23 2008/06/02 23:18:28 jmc Exp $ +.\" $OpenBSD: aucat.1,v 1.24 2008/06/02 23:38:05 jmc Exp $ .\" .\" Copyright (c) 2006 Alexandre Ratchov <alex@caoua.org> .\" @@ -291,12 +291,12 @@ If the device does not support the encoding, .Nm will exit with an error. .Sh ENVIRONMENT -.Bl -tag -width AUDIODEVICE -.It Ev AUDIODEVICE -The audio device to use. +.Bl -tag -width "AUDIODEVICEXXX" -compact .It Ev AUCAT_DEBUG The debug level: may be a value between 0 and 4. +.It Ev AUDIODEVICE +The audio device to use. .El .Sh EXAMPLES The following command will record a stereo s16le stream at |