remove unnecessary macros from michael reed

This commit is contained in:
Alexandre Ratchov 2015-10-20 09:11:34 +02:00
parent 8575b870d1
commit 4d72d01c2c
1 changed files with 10 additions and 13 deletions

View File

@ -1,4 +1,4 @@
.\" $OpenBSD$ .\" $OpenBSD: aucat.1,v 1.110 2015/10/17 21:11:42 jmc Exp $
.\" .\"
.\" Copyright (c) 2006 Alexandre Ratchov <alex@caoua.org> .\" Copyright (c) 2006 Alexandre Ratchov <alex@caoua.org>
.\" .\"
@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.Dd $Mdocdate$ .Dd $Mdocdate: October 17 2015 $
.Dt AUCAT 1 .Dt AUCAT 1
.Os .Os
.Sh NAME .Sh NAME
@ -22,7 +22,6 @@
.Nd audio files manipulation tool .Nd audio files manipulation tool
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm aucat .Nm aucat
.Bk -words
.Op Fl dn .Op Fl dn
.Op Fl b Ar size .Op Fl b Ar size
.Op Fl c Ar min : Ns Ar max .Op Fl c Ar min : Ns Ar max
@ -35,7 +34,6 @@
.Op Fl q Ar port .Op Fl q Ar port
.Op Fl r Ar rate .Op Fl r Ar rate
.Op Fl v Ar volume .Op Fl v Ar volume
.Ek
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm
@ -78,9 +76,7 @@ The options are as follows:
.It Fl b Ar size .It Fl b Ar size
The buffer size of the audio device in frames. The buffer size of the audio device in frames.
Default is 7680. Default is 7680.
.It Xo .It Fl c Ar min : Ns Ar max
.Fl c Ar min : Ns Ar max
.Xc
The range of audio file channel numbers. The range of audio file channel numbers.
The default is The default is
.Cm 0:1 , .Cm 0:1 ,
@ -124,16 +120,17 @@ Default is
.It Fl h Ar fmt .It Fl h Ar fmt
Audio file type. Audio file type.
The following file types are supported: The following file types are supported:
.Bl -tag -width auto .Pp
.It Ar raw .Bl -tag -width auto -compact
.It Cm raw
Headerless file. Headerless file.
.It Ar wav .It Cm wav
Microsoft WAV file format. Microsoft WAV file format.
.It Ar aiff .It Cm aiff
Apple's audio interchange file format. Apple's audio interchange file format.
.It Ar au .It Cm au
Sun/NeXT audio file format. Sun/NeXT audio file format.
.It Ar auto .It Cm auto
Try to guess, depending on the file name. Try to guess, depending on the file name.
This is the default. This is the default.
.El .El