Download raw body.
aucat(1) formatting
This diff makes a cosmetic change to aucat(1): in PS and PDF output, there are needless line breaks in the -h and MIDI sections as the offset width needs a little more space. While here, make the MIDI listing -compact as the others. Jan Index: aucat.1 =================================================================== RCS file: /cvs/src/usr.bin/aucat/aucat.1,v retrieving revision 1.122 diff -u -p -r1.122 aucat.1 --- aucat.1 12 May 2024 06:24:44 -0000 1.122 +++ aucat.1 20 May 2024 08:15:41 -0000 @@ -126,7 +126,7 @@ The position is expressed as the number Audio file type. The following file types are supported: .Pp -.Bl -tag -width auto -compact +.Bl -tag -width autoX -compact .It Cm raw Headerless file. .It Cm wav @@ -203,12 +203,12 @@ can be controlled through MIDI as follows: a MIDI channel is assigned to each stream, and the volume is changed using the standard volume controller (number 7). -.Pp The master volume can be changed using the standard master volume system exclusive message. .Pp All audio files are controlled by the following MMC messages: -.Bl -tag -width relocate -offset indent +.Pp +.Bl -tag -width relocateX -offset indent -compact .It relocate All files are relocated to the requested time position. If it is beyond the end of a file, the file is temporarily
aucat(1) formatting