diff options
author | 2008-06-02 23:38:05 +0000 | |
---|---|---|
committer | 2008-06-02 23:38:05 +0000 | |
commit | 67e2869fafc91e4db54c209927c484a0b44fee68 (patch) | |
tree | 2d8d1e6561934a5ec87cf70f9d3556329743bdb7 | |
parent | fix references to OpenBSD:Ustar; from Alan Bueno (diff) | |
download | wireguard-openbsd-67e2869fafc91e4db54c209927c484a0b44fee68.tar.xz wireguard-openbsd-67e2869fafc91e4db54c209927c484a0b44fee68.zip |
fix up ENVIRONMENT a little;
-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 |