summaryrefslogtreecommitdiffstats
path: root/usr.bin/mixerctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Explain in the DESCRIPTION section in which cases mixerctl should be usedratchov2020-04-231-5/+18
* Use "control" instead of "variable", more appropriate in this contextratchov2020-04-231-11/+11
* adjust section argument of .Dt macro after move from section 1 to 8;schwarze2020-04-231-3/+3
* use a root prompt for EXAMPLES; ok ratchovjmc2020-04-221-6/+6
* Use the same workding as in other pages.ratchov2020-04-221-12/+12
* sort SEE ALSO;jmc2020-04-221-3/+3
* adjust for man pagesderaadt2020-04-211-1/+2
* move mixerctl and audioctl man pages to section 8, as these workderaadt2020-04-211-3/+3
* Use /dev/audioctlN instead of /dev/mixerN.ratchov2020-04-042-15/+10
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-7/+7
* add unveil(2) to mixerctl(1)mestre2018-08-081-3/+13
* catch up with the symlink removal of /dev/{audio,mixer};jmc2018-07-301-4/+4
* drop useless .Xo and .Bk, and shorten by avoiding some .Smschwarze2015-09-251-4/+2
* use file system path (.Pa) semantic markup macros where appropriate.sobrado2015-07-271-4/+4
* in getopt() blocks, stop incrementing flag variable which are supposedderaadt2015-02-081-4/+4
* if a value is changed and -n is used, print the new value only.ratchov2009-11-121-14/+13
* some minor cleanup, including a fix from Thomas Pfaff (mentionjmc2008-10-191-11/+13
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-262-17/+3
* synchronize the synopsis and usage; improve description of flag "-a"sobrado2008-03-141-4/+5
* the mixer_devinfo structure contains next and prev pointers; they are usedratchov2008-01-131-3/+2
* if no arguments given, assume a nice default; ok miod jakemsr deannaderaadt2007-11-261-3/+5
* style(9) fixes, optional flags without arguments come first;sobrado2007-09-272-6/+6
* the ellipsis is not an optional argument; while here, sync the usagesobrado2007-08-062-10/+9
* convert to new .Dd format;jmc2007-05-311-2/+2
* big sorry to simon dassow, whose diff i inadvertently removed;jmc2005-10-181-2/+7
* - document the different types of mixerctl variablesjmc2005-10-171-38/+51
* more words; janus@area319.dederaadt2005-10-101-2/+4
* missing progname, clamat@telus.netderaadt2005-10-071-2/+2
* toggle support from janus@area319.de. i was unsure, but a few otherderaadt2005-10-012-9/+43
* Fix mixerctl -qmillert2005-05-091-5/+5
* Levels should be between AUDIO_MIN_GAIN and AUDIO_MAX_GAIN inclusivemillert2005-02-071-51/+41
* Fix a few memory leaks and general cleanup. From Joris Vink. ok tedu@otto2005-02-021-89/+87
* Minor KNF, s/for(/for (/millert2005-01-041-16/+16
* Fix some issues noted by Joris Vink; pedro@ OKmillert2005-01-041-5/+6
* Add support for setting mixerctl values in a sysctl.conf like mannerjsg2004-11-221-1/+2
* Xrs from Alexey E. Suslikov;jmc2004-07-301-1/+3
* fix ndev counting loop. report from Stuart Cassofftedu2004-03-021-4/+4
* fix segfault when an invalid field was requestedvincent2004-01-221-4/+8
* remove need for -w. ok beck deraadttedu2004-01-222-46/+39
* mixerctl.1:jmc2003-11-212-22/+24
* - section reorderjmc2003-06-101-11/+11
* unbreak tree; ok margarida@todd2003-05-151-2/+2
* make usage printing match what's in the manpage, which is better; ok jfb@jsyn2003-05-151-4/+4
* Add a -q flag to suppress all output when setting a variable, andjfb2003-05-152-8/+13
* end sentence with a period; jmc@prioris.mini.pw.edu.plpvalchev2003-01-051-2/+2
* ansify, indent, check for malloc/calloc failure, proper usage()pvalchev2002-12-031-72/+62
* complete SYNOPSIS, sort options and improve wording slightlypvalchev2002-12-031-9/+10
* use $ or # before commands in examplesderaadt2002-11-141-2/+2
* strlcatderaadt2002-05-291-5/+9
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-5/+5