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

Diff for /src/usr.bin/mixerctl/Attic/mixerctl.1 between version 1.25 and 1.26

version 1.25, 2005/10/17 13:27:41 version 1.26, 2005/10/18 14:49:35
Line 133 
Line 133 
 .Bl -enum  .Bl -enum
 .It  .It
 Enums.  Enums.
 These may take only one out of a possible list of symbolic values,  These may take only one out of a possible list of symbolic values
   or the literal string
   .Dq toggle ,
   which toggles the value,
 e.g. inputs.mic.source=mic0.  e.g. inputs.mic.source=mic0.
 .It  .It
 Sets.  Sets.
Line 183 
Line 186 
 .Bd -literal -offset indent  .Bd -literal -offset indent
 $ mixerctl -t inputs.dac.mute  $ mixerctl -t inputs.dac.mute
 inputs.dac.mute: off -\*(Gt on  inputs.dac.mute: off -\*(Gt on
   $ mixerctl inputs.dac.mute=toggle
   inputs.dac.mute: on -\*(Gt off
 .Ed  .Ed
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr aucat 1 ,  .Xr aucat 1 ,

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26