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

Diff for /src/usr.bin/radioctl/radioctl.1 between version 1.8 and 1.9

version 1.8, 2004/08/08 00:21:55 version 1.9, 2005/12/05 16:30:24
Line 32 
Line 32 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm radioctl  .Nm radioctl
 .Op Fl f Ar file  .Op Fl f Ar file
 .Op Fl n  .Op Fl nv
 .Fl a  .Fl a
 .Nm radioctl  .Nm radioctl
 .Op Fl f Ar file  .Op Fl f Ar file
 .Op Fl n  .Op Fl nv
 .Ar name  .Ar name
 .Nm radioctl  .Nm radioctl
 .Op Fl f Ar file  .Op Fl f Ar file
Line 63 
Line 63 
 Specify an alternative radio tuner device.  Specify an alternative radio tuner device.
 .It Fl n  .It Fl n
 Suppress printing of the variable name.  Suppress printing of the variable name.
   .It Fl v
   Show the possible values of queries.
 .It Ar name Ns Li = Ns Ar value  .It Ar name Ns Li = Ns Ar value
 Attempt to set the specified variable  Attempt to set the specified variable
 .Ar name  .Ar name
Line 100 
Line 102 
 .Pp  .Pp
 Read-write controls:  Read-write controls:
 .Bl -tag -width volume  .Bl -tag -width volume
   .It Ar channel
   Integer value from 0 to 150.
   .It Ar chnlset
   Specifies the TV channel set currently being used
   (weurope being the default):
   .Bl -tag -width indent
   .It nabcst
   U.S.A. Broadcast
   .It cableirc
   U.S.A. Cable IRC
   .It cablehrc
   U.S.A. Cable HRC
   .It weurope
   Western Europe
   .It jpnbcst
   Japan Broadcast
   .It jpncable
   Japan Cable
   .It xussr
   Former U.S.S.R. and C.I.S. Countries
   .It australia
   Australia
   .It france
   France
   .El
 .It Ar frequency  .It Ar frequency
 Float value from 87.5 to 108.0.  Float value from 87.5 to 108.0.
 .It Ar volume  .It Ar volume
Line 146 
Line 173 
 can produce  can produce
 .Bd -literal  .Bd -literal
 volume=255  volume=255
   channel=0
   chnlset=weurope
 frequency=106.30MHz  frequency=106.30MHz
 mute=off  mute=off
 reference=50kHz  reference=50kHz

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