summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/aucat/aucat.18
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/aucat/aucat.1 b/usr.bin/aucat/aucat.1
index 0f9e75539ca..48763bffb25 100644
--- a/usr.bin/aucat/aucat.1
+++ b/usr.bin/aucat/aucat.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: aucat.1,v 1.11 2001/05/01 17:58:01 aaron Exp $
+.\" $OpenBSD: aucat.1,v 1.12 2004/07/30 11:43:02 jmc Exp $
.\"
.\" Copyright (c) 1997 Kenneth Stailey. All rights reserved.
.\"
@@ -64,20 +64,22 @@ entire file is copied to
.Pa /dev/audio .
.Pp
The options are as follows:
-.Bl -tag -width Ds
+.Bl -tag -width "-f deviceXX"
.It Fl f Ar device
Specifies an alternate audio device.
.El
.Pp
The
.Nm
-utility exits 0 on success or >0 if an error occurred.
+utility exits 0 on success or \*(Gt0 if an error occurred.
.Sh ENVIRONMENT
.Bl -tag -width AUDIODEVICE
.It Ev AUDIODEVICE
The audio device to use.
.El
.Sh SEE ALSO
+.Xr audioctl 1 ,
+.Xr cdio 1 ,
.Xr mixerctl 1 ,
.Xr audio 4
.Sh HISTORY