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

Diff for /src/usr.bin/audioctl/audioctl.8 between version 1.4 and 1.5

version 1.4, 2020/04/23 00:16:59 version 1.5, 2023/01/08 06:58:07
Line 35 
Line 35 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm audioctl  .Nm audioctl
 .Op Fl f Ar file  .Op Fl f Ar file
   .Op Fl w Ar wait
 .Nm audioctl  .Nm audioctl
 .Op Fl n  .Op Fl n
 .Op Fl f Ar file  .Op Fl f Ar file
   .Op Fl w Ar wait
 .Ar name ...  .Ar name ...
 .Nm audioctl  .Nm audioctl
 .Op Fl nq  .Op Fl nq
Line 59 
Line 61 
 Suppress printing of the variable name.  Suppress printing of the variable name.
 .It Fl q  .It Fl q
 Suppress all output when setting a variable.  Suppress all output when setting a variable.
   .It Fl w Ar wait
   Pause
   .Ar wait
   seconds between each display.
   .Nm
   will display variables forever.
 .It Ar name Ns = Ns Ar value  .It Ar name Ns = Ns Ar value
 Attempt to set the specified variable  Attempt to set the specified variable
 .Ar name  .Ar name
Line 130 
Line 138 
 audio devices  audio devices
 .El  .El
 .Sh EXAMPLES  .Sh EXAMPLES
 Display the number of bytes of silence inserted during play buffer  Once per-second, display the number of bytes of silence inserted due to buffer
 underruns since device started:  underruns (since the device started playback):
 .Bd -literal -offset indent  .Bd -literal -offset indent
 # audioctl play.errors  # audioctl -w 1 play.errors
 .Ed  .Ed
 .Pp  .Pp
 Use signed 24-bit samples and 44100Hz sample rate:  Use signed 24-bit samples and 44100Hz sample rate:

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5