summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kbdcontrol/kbdcontrol.1
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police:ru2001-08-071-2/+5
| | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
* Remove whitespace at EOL.dd2001-07-151-10/+10
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* Move the scrollback controls from kbdcontrol to vidcontrol.des2001-05-281-10/+3
| | | | | | Also fix some style bugs in the code and poor language in the man pages. Reviewed by: sobomax
* Add a -c option which clears the history buffer using the newdd2001-05-271-3/+5
| | | | | | | CONS_CLRHIST ioctl. PR: 27616 Reviewed by: ru
* mdoc(7) police: double spaces in plain text chunks aren't good.ru2001-05-161-1/+1
|
* Allow path where keyboard maps are looked for to be altered using environmentsobomax2001-05-121-0/+4
| | | | variable.
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-4/+14
|
* Prepare for mdoc(7)NG.ru2000-12-271-0/+1
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
|
* Spell the sos's name correctly.ru2000-11-141-1/+1
|
* Add kbdmap.5 to build.dwmalone2000-09-131-0/+1
| | | | | | | | Refer to kbdmap(5) from a few man pages. Remove it from TODO list. Add missing FreeBSD tags. PR: 19260
* * document that 'kbdcontrol -k' needs stdin to be the console.ben2000-07-191-0/+19
| | | | | | | | * add an example of how to switch the console keyboard to a USB keyboard. PR: 18520 Submitted by: n_hibma Reviewed by: sheldonh
* Dot not dot terminate in FILES and SEE ALSO sectionscharnier2000-05-281-2/+2
|
* Fix miscellaneous mdoc macro argument limit infringements.sheldonh2000-05-091-2/+4
| | | | | PR: 18465 Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* Do not suggest user to change /etc/defaults/rc.conf.phantom1999-11-181-1/+0
| | | | Requested by: sheldonh
* mdoc(7)'fyphantom1999-10-301-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Document -i, -k, and -K options.yokota1999-08-161-2/+12
|
* - Add new argument `off' to the `-b' option. This will turn offyokota1999-07-221-3/+5
| | | | | | | | the bell. - Document it in the man page. - Fix a couple of typo in the man page. Submitted by: cpiazza
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Added the EXAMPLE section and try to make the text slightly more informative.yokota1999-07-051-26/+109
| | | | | | | Grammar and Spelling Reviewed by: mpp While mpp kindly checked grammar and spelling, any technical errors remaining in the man pages are entirely of mine.
* Make a spelling fix, and make sure all instances of belltype contain thebillf1998-12-031-2/+2
| | | | | | | preceded option "quiet." PR: docs/8506 Submitted by: Kazuo Horikawa <horikawa@jp.FreeBSD.org>
* Add description on the "quiet" modifier for bell types.yokota1998-10-121-1/+6
|
* - Set bell pitch in hertz and duration in msecs.yokota1998-08-031-1/+1
| | | | | | | The change corresponds to syscons.c 1.268. PR: bin/6037 Submitted by: Kouichi Hirabayashi (kh@eve.mogami-wire.co.jp)
* Use err(3). Typo fixes in man page.charnier1997-09-191-11/+11
|
* Show the real revision date and not the date that thissteve1997-06-231-1/+1
| | | | manpage is being viewed.
* Convert to mdoc format.mpp1996-12-211-56/+67
|
* Implement a -L option that dumps the compiled keymap (as C code) tojoerg1996-11-091-0/+5
| | | | stdout. The next commit to sysinstall will use this...
* document values for option -rwosch1996-05-281-6/+8
|
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-5/+7
|
* First round in syscons update. Several new features has been added:sos1995-01-121-3/+7
| | | | | | | | | | | | | | No kernel config options anymore besides keyboard language layout. Virtual consoles are now dynamically allocated, no NCONS anymore. Software cursor blinking/nonblinking. Visual bell for laptops (don't beep at meetings :-). Cursor/bell default type setable via config "flags" instead of as defines. Cursor/bell type setable via ioctl's. New video modes 80x30 80x60 for some laptops, and those with multisync monitors. Scroll-lock history (length currently fixed at 100 lines). Lots of cleanups, some only commented out for now (will goaway soon). Support for new features in vidcontrol/kbdcontrol. Updated manpages.
* Added kbdcontrol util from 1.1.5.1+sos1994-08-171-0/+77
Reviewed by: Submitted by:
OpenPOWER on IntegriCloud