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

Diff for /src/usr.bin/audioctl/Attic/audioctl.1 between version 1.23 and 1.24

version 1.23, 2008/03/14 19:18:52 version 1.24, 2008/04/25 06:40:37
Line 101 
Line 101 
 device is opened.  device is opened.
 This can be circumvented like so:  This can be circumvented like so:
 .Pp  .Pp
 .Dl $ (cat file.au; audioctl -f /dev/audioctl -a) \*(Gt /dev/audio  .Dl $ (cat file.au; audioctl -f /dev/audioctl) \*(Gt /dev/audio
 or  or
 .Bd -literal -offset indent -compact  .Bd -literal -offset indent -compact
 $ (audioctl -f /dev/audioctl blocksize=1024; cat file.au) \e  $ (audioctl -f /dev/audioctl blocksize=1024; cat file.au) \e

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24