aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/kbdmap
Commit message (Collapse)AuthorAgeFilesLines
* C rewrite of kbdmap/vidfont.Mark Murray2002-07-035-325/+884
| | | | | | | | Submitted by: Jonathan Belson <jon@witchspace.com> OK'ed by: wosch (Perl code maintainer) Notes: svn path=/head/; revision=99357
* Use `The .Nm utility'Philippe Charnier2002-04-201-3/+5
| | | | Notes: svn path=/head/; revision=95127
* mdoc(7) police: s/vidmap/vidfont/, don't xref to itself.Ruslan Ermilov2001-09-041-4/+4
| | | | Notes: svn path=/head/; revision=82959
* Note that kbdmap is an interactive command.Murray Stokely2001-09-041-0/+3
| | | | | | | | PR: docs/29506 Submitted by: Gary W. Swearingen <swear@aa.net> Notes: svn path=/head/; revision=82919
* Actually, instead of removing the comment entirely, change it to talkDima Dorfman2001-09-031-1/+6
| | | | | | | | | about {vid,kbd}map, which is probably what the author meant. Submitted by: Gary W. Swearingen <swear@aa.net> Notes: svn path=/head/; revision=82876
* This does not describe kbdcontrol or vidcontrol.Dima Dorfman2001-09-031-6/+1
| | | | | | | PR: 29505 Notes: svn path=/head/; revision=82875
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-2/+2
| | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. Notes: svn path=/head/; revision=80029
* Remove whitespace at EOL.Dima Dorfman2001-07-151-16/+16
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79537
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-12/+3
| | | | Notes: svn path=/head/; revision=75286
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* setlocale(3) has been fixed to match POSIX standard:Ruslan Ermilov2001-03-021-1/+1
| | | | | | | LC_ALL takes precedence over other LC_* envariables. Notes: svn path=/head/; revision=73349
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-3/+2
| | | | Notes: svn path=/head/; revision=70403
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
| | | | Notes: svn path=/head/; revision=69862
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68965
* Add kbdmap.5 to build.David Malone2000-09-132-1/+3
| | | | | | | | | | | Refer to kbdmap(5) from a few man pages. Remove it from TODO list. Add missing FreeBSD tags. PR: 19260 Notes: svn path=/head/; revision=65807
* Cope with quotation marks around font names in /etc/rc.conf .Sheldon Hearn2000-03-141-1/+1
| | | | | | | | PR: 17330 Reported by: Anatoly Vorobey <mellon@pobox.com> Notes: svn path=/head/; revision=58050
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57673
* Remove invalid section name. Add missing .El. Do not dot terminatePhilippe Charnier2000-01-231-11/+20
| | | | | | | sentences in FILES section. Notes: svn path=/head/; revision=56484
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50479
* Do not list a null string in a dialog box.Kazutaka YOKOTA1999-07-071-2/+4
| | | | Notes: svn path=/head/; revision=48665
* Added myself as maintainer.Wolfram Schneider1999-02-091-1/+4
| | | | Notes: svn path=/head/; revision=43805
* /usr/sbin/spkrtest and /usr/sbin/vidfont (aka kbdmap) use veryPoul-Henning Kamp1998-08-141-2/+3
| | | | | | | | | | | | | | predictable /tmp files (static prefix + process number) which are overwritten blindly, and follow links. These workarounds change it from a process number to a very random (9999 with tons of decimal places) number. PR: 7565 Submitted by: Thomas Stromberg <tstrombe@rtci.com> Notes: svn path=/head/; revision=38311
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-2/+2
| | | | Notes: svn path=/head/; revision=34809
* Use An macro for author name.Philippe Charnier1997-09-191-2/+2
| | | | Notes: svn path=/head/; revision=29604
* fix a few spelling changesJohn-Mark Gurney1997-08-301-2/+2
| | | | | | | | | | | Submitted by: Josh Gilliam Closes PR's: 4429, 4431-4438 PS: He has agreed to submit all contrib fixes back to the original author. Notes: svn path=/head/; revision=28935
* sysconfig -> rc.confJordan K. Hubbard1997-05-192-10/+10
| | | | | | | | PR: 3461 Submitted by: "Donald J. Maddox" <root@cola97.scsn.net> Notes: svn path=/head/; revision=25914
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=22997
* Sort cross references.Wolfram Schneider1997-01-201-2/+2
| | | | Notes: svn path=/head/; revision=21880
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Some more man page cleanup.Mike Pritchard1996-12-231-41/+33
| | | | Notes: svn path=/head/; revision=20840
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightWolfram Schneider1996-08-272-31/+9
| | | | Notes: svn path=/head/; revision=17849
* Use the .Fx macro where appropriate.Mike Pritchard1996-08-231-2/+3
| | | | Notes: svn path=/head/; revision=17786
* bye, byeWolfram Schneider1996-08-222-90/+0
| | | | Notes: svn path=/head/; revision=17775
* New optionsWolfram Schneider1996-08-162-20/+46
| | | | | | | | | | | | | -K Run as command kbdmap(1). -V Run as command vidfont(1). -p, -print Print description of available keymaps or fonts to stdout and exit. Document that users should not choose MSDOS codepage keymaps or fonts. Notes: svn path=/head/; revision=17631
* Correct a bunch of man page cross references and generallyMike Pritchard1996-02-111-3/+3
| | | | | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however. Notes: svn path=/head/; revision=14038
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-4/+4
| | | | Notes: svn path=/head/; revision=13744
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-2/+2
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* The LINKS variable was being improperly specified as non-relative toJordan K. Hubbard1995-07-171-2/+2
| | | | | | | ${DESTDIR}. Notes: svn path=/head/; revision=9562
* Manpage not installedAndrey A. Chernov1995-04-061-1/+3
| | | | Notes: svn path=/head/; revision=7647
* Latest version of this package from Wolfram. Is now /etc/sysconfig aware,Jordan K. Hubbard1995-04-056-54/+446
| | | | | | | | | handles default settings and has a prototype translation file for people wishing to add extra languages (please!). Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de> Notes: svn path=/head/; revision=7630
* kbdfont -> vidfont for greater commonality with kbdcontrol/vidcontrolJordan K. Hubbard1995-03-241-3/+3
| | | | Notes: svn path=/head/; revision=7315
* Bring in the kbdmap/kbdfont utilities from Wolfram Schneider.Jordan K. Hubbard1995-03-242-0/+205
Renamed them to make them more consistent with kbdcontrol/fdcontrol/etc. Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=7302