diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-05-26 08:36:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-05-26 08:36:36 +0000 |
commit | ee77314de87653e38edebe1da5f1b93bd272ad1f (patch) | |
tree | 0ca4b9dfc06e43dc74e0e150bcc4f0494cd6d90b /usr.bin/aucat/aucat.1 | |
parent | f8b692aca52a9bb3a82fabebf3e6806ddeed17a9 (diff) |
signpost encodings and formats a little better;
Diffstat (limited to 'usr.bin/aucat/aucat.1')
-rw-r--r-- | usr.bin/aucat/aucat.1 | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/usr.bin/aucat/aucat.1 b/usr.bin/aucat/aucat.1 index ecf0358ce78..08077fafbf0 100644 --- a/usr.bin/aucat/aucat.1 +++ b/usr.bin/aucat/aucat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aucat.1,v 1.19 2008/05/26 08:32:11 jmc Exp $ +.\" $OpenBSD: aucat.1,v 1.20 2008/05/26 08:36:35 jmc Exp $ .\" .\" Copyright (c) 2006 Alexandre Ratchov <alex@caoua.org> .\" @@ -61,10 +61,10 @@ The default is 0:1, i.e. stereo. The debug level: may be a value between 0 and 4. .It Fl E Ar enc -Encoding of the output stream. +Encoding of the output stream (see below). The default is signed, 16-bit, native byte order. .It Fl e Ar enc -Encoding of the input stream. +Encoding of the input stream (see below). The default is signed, 16-bit, native byte order. .It Fl f Ar device The @@ -133,6 +133,11 @@ options, if is used then parameters must be specified before it. .El .Pp +File formats are specified using the +.Fl H +and +.Fl h +options. The following file formats are supported: .Bl -tag -width s32lexxx -offset -indent .It raw @@ -150,6 +155,11 @@ operation (e.g. pipes do not support it). Try to guess, depending on the file name. .El .Pp +Encodings are specified using the +.Fl E +and +.Fl e +options. The following encodings are supported: .Pp .Bl -tag -width s32lexxx -offset -indent -compact |