[BACK]Return to aucat.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/aucat.1 between version 1.85 and 1.86

version 1.85, 2011/06/20 20:18:44 version 1.86, 2011/06/29 07:39:02
Line 23 
Line 23 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm aucat  .Nm aucat
 .Bk -words  .Bk -words
 .Op Fl dlnu  .Op Fl dln
 .Op Fl a Ar flag  .Op Fl a Ar flag
 .Op Fl b Ar nframes  .Op Fl b Ar nframes
 .Op Fl C Ar min : Ns Ar max  .Op Fl C Ar min : Ns Ar max
Line 41 
Line 41 
 .Op Fl s Ar name  .Op Fl s Ar name
 .Op Fl t Ar mode  .Op Fl t Ar mode
 .Op Fl U Ar unit  .Op Fl U Ar unit
   .Op Fl u Ar flag
 .Op Fl v Ar volume  .Op Fl v Ar volume
 .Op Fl w Ar flag  .Op Fl w Ar flag
 .Op Fl x Ar policy  .Op Fl x Ar policy
Line 116 
Line 117 
 control MIDI ports  control MIDI ports
 .Pq Fl q ,  .Pq Fl q ,
 and per-device options  and per-device options
 .Pq Fl abwz  .Pq Fl abuwz
 apply to this device.  apply to this device.
 Device mode and parameters are determined from streams  Device mode and parameters are determined from streams
 attached to it.  attached to it.
Line 238 
Line 239 
 .Xr sndio 7  .Xr sndio 7
 device names.  device names.
 The default is 0.  The default is 0.
 .It Fl u  .It Fl u Ar flag
 Normally  Control how parameters of the audio device are chosen.
   If the flag is
   .Va on
   then
 .Nm  .Nm
 tries to automatically determine the optimal parameters for the audio device;  tries to automatically determine the optimal parameters to
 if this option is specified,  match stream parameters and avoid conversions if possible.
   If the flag is
   .Va off
 it will instead use the parameters specified by the  it will instead use the parameters specified by the
 .Fl Ccer  .Fl Ccer
 options.  options.
   The default is
   .Va on .
 .It Fl v Ar volume  .It Fl v Ar volume
 Software volume attenuation of the playback stream.  Software volume attenuation of the playback stream.
 The value must be between 1 and 127,  The value must be between 1 and 127,
Line 318 
Line 326 
 .Pp  .Pp
 On the command line,  On the command line,
 per-device parameters  per-device parameters
 .Pq Fl abwz  .Pq Fl abuwz
 must precede the device definition  must precede the device definition
 .Pq Fl f ,  .Pq Fl f ,
 and per-stream parameters  and per-stream parameters

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86