[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.8 and 1.9

version 1.8, 2000/03/23 21:10:13 version 1.9, 2000/07/01 19:54:36
Line 42 
Line 42 
 .Nd concatenate and play audio files  .Nd concatenate and play audio files
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm aucat  .Nm aucat
 .Op Ar  .Op Fl f Ar device
   .Ar file ...
 .Sh DESCRIPTION  .Sh DESCRIPTION
 The  The
 .Nm  .Nm
 utility reads files sequentially, writing them to  utility reads files sequentially, writing them to the specified device.
 .Pa /dev/audio .  By default,
   .Nm
   plays audio through the
   .Pa /dev/audio
   device.
 The  The
 .Ar file  .Ar file
 operands are processed in command line order.  operands are processed in command line order.
Line 58 
Line 63 
 entire file is copied to  entire file is copied to
 .Pa /dev/audio .  .Pa /dev/audio .
 .Pp  .Pp
   The options are as follows:
   .Bl -tag -width "-f device"
   .It Fl f Ar device
   Specifies an alternate audio device.
   .El
   .Pp
 The  The
 .Nm  .Nm
 utility exits 0 on success or >0 if an error occurred.  utility exits 0 on success or >0 if an error occurred.
   .Sh ENVIRONMENT
   The following environment variables affect the execution of
   .Nm aucat :
   .Bl -tag -width AUDIODEVICE
   .It Ev AUDIODEVICE
   The audio device to use.
   .El
 .Sh SEE ALSO  .Sh SEE ALSO
   .Xr mixerctl 1 ,
 .Xr audio 4  .Xr audio 4
 .Sh HISTORY  .Sh HISTORY
 An  An

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9