[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.67 and 1.68

version 1.67, 2010/04/07 06:47:52 version 1.68, 2010/04/21 06:13:07
Line 31 
Line 31 
 .Op Fl f Ar device  .Op Fl f Ar device
 .Op Fl h Ar fmt  .Op Fl h Ar fmt
 .Op Fl i Ar file  .Op Fl i Ar file
   .Op Fl j Ar flag
 .Op Fl m Ar mode  .Op Fl m Ar mode
 .Op Fl o Ar file  .Op Fl o Ar file
 .Op Fl q Ar device  .Op Fl q Ar device
Line 89 
Line 90 
 If the option argument is  If the option argument is
 .Sq -  .Sq -
 then standard input will be used.  then standard input will be used.
   .It Fl j Ar flag
   Control whether channels are joined or expanded if
   the stream number of channels is not equal to the device number of channels.
   If the flag is
   .Va off
   then stream channels are routed to the corresponding
   device channel, possibly discarding channels not present in the device.
   If the flag is
   .Va on ,
   then a single stream channel may be sent on multiple device channels,
   or multiple stream channels may be sent to a single device channel.
   For instance, this feature could be used to request mono streams to
   be sent on multiple outputs or to record a stereo input into a mono stream.
   The default is
   .Ar on .
 .It Fl l  .It Fl l
 Listen for incoming connections on a  Listen for incoming connections on a
 .Ux Ns -domain  .Ux Ns -domain

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68