summaryrefslogtreecommitdiff
path: root/usr.bin/radioctl
AgeCommit message (Collapse)Author
2008-10-16sync with previous, which made -a optional: update synopsis/usage()Jason McIntyre
2008-10-16make -a the default, for consistency with other *ctl programs ...Jacob Meuser
ok sthen@, looks good to oga@
2007-09-27style(9) fixes, optional flags without arguments come first;Igor Sobrado
while here, some spacing fixes ok deanna@, jakemsr@
2007-05-31convert to new .Dd format;Jason McIntyre
2006-02-05improve support for TV tuning via radio(4) by:Jacob Meuser
- adding a TV or radio mode flag to struct radio_info for radio(4) and a similar flag to struct TUNER for bktr(4) to make tuning mode explicit - reporting the proper frequency when in TV mode - documenting the mode flag and cleaning up some grammar OK mickey@, robert@
2005-12-06- new sentence, new lineJason McIntyre
- improve lists - improve EXAMPLES
2005-12-05Add support for tuning channel and channel set. This allowsRobert Nagy
the user to tune his bktr(4) card with radioctl(4). Also add a -v option prints out the available choices of channel sets. ok mickey@
2005-07-28Use proper type for 32 bit entity. s/long/intRobert Nagy
This is needed for radioctl(1) to work on sparc64. ok mickey@
2004-08-08spacingTheo de Raadt
2004-08-08deprecate the need of specifying -w for setting variables.Jared Yanovich
setting variables can be done with just name=value now, like other ctl programs. update manual, sort options, and fix a few mdoc macros "go for it" deraadt
2003-11-20remove -Werror from userland builds, to give us a chance toAnil Madhavapeddy
use more verbose warning options if desired. ok millert@, henning@, david@
2003-06-10- section reorderJason McIntyre
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
2003-01-15typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-01-22open for writing only if needed so, accept multiple var assignments for -w; ↵Michael Shalayeff
from meself and Vladimir Popov <jumbo@narod.ru>
2002-01-02make usage() exit(1) and look like sysctl(8), getopt returns intMichael Shalayeff
2002-01-01KNFTheo de Raadt
2001-12-18fix an #include path, from Peter Valchev <pvalchev@sightly.net>Michael Shalayeff
2001-12-06rcsid and hostory sectionMichael Shalayeff
2001-12-06long leftoversMichael Shalayeff
2001-12-05update from Nsk dudesMichael Shalayeff
2001-10-04$OpenBSD$ tag.Grigoriy Orlov
2001-10-04Configuration utility for radio devices.Grigoriy Orlov
Work by Vladimir Popov <jumbo@narod.ru>