summaryrefslogtreecommitdiffstats
path: root/share/man/man4/atkbd.4
Commit message (Collapse)AuthorAgeFilesLines
* Document the new flag for disabling the keyboard port test during probe.jhb2004-12-151-0/+5
|
* Mechanically kill hard sentence breaks and double whitespaces.ru2004-07-031-4/+4
|
* Hiten's patchset for section four manpages, slightly edited by me.ru2003-06-281-2/+2
|
* Ispell sweep of share/man/man4.mpp2002-01-211-1/+1
|
* Update man pages in the section 4 to match the reality in -CURRENT.yokota2001-10-131-12/+24
| | | | | | | | | | | - Change lines referring to kernel configuration file: device foo0 at isa port xxx irq yyy... to device foo Describe resource "hints" in /boot/device.hints. - Try to describe resource allocation and probe/attach behavior in the newbus framework.
* mdoc(7) police:ru2001-08-071-2/+4
| | | | | | | 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.
* Removed whitespace at end-of-line; no content changes. I simply didschweikh2001-07-141-5/+5
| | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-291-1/+1
|
* mdoc(7) police: do not split author names in the AUTHORS section.ru2000-11-221-0/+1
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-2/+2
|
* remove fullstops from the end of .Xr lines in SEE ALSO sections.ben2000-11-151-1/+1
|
* Spell the sos's name correctly.ru2000-11-141-1/+1
|
* Seperate commit from the rest due to the fact that the /& fixing inasmodai2000-01-171-2/+2
| | | | this case also corrects the usage of quotes in a makeoptions.
* * remove i386 specific markphantom1999-11-151-3/+2
| | | | | * some style and syntax fixes * some duplicated $FreeBSD$ tags removed
* Mark some "i386 only" stuff as "i386 only"phantom1999-09-041-1/+1
| | | | | | PR: docs/13227 Submitted by: Alexey Zelkin <phantom@cris.net> Reviewed by: mpp
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Remove troff formatting directive from the first line of the man page,mpp1999-07-311-2/+1
| | | | | | since it is no longer needed. Pointed out by bde before I had a chance to fix it
* Convert a table of function keys into mdoc format so that theympp1999-07-301-28/+45
| | | | format properly. Previously the table came out all garbled up.
* List avaiable function keys.yokota1999-07-061-1/+40
|
* Add description on configuration options and the EXAMPLE section.yokota1999-05-281-4/+44
|
* Remove bio/cam/net/tty labels.yokota1999-05-201-2/+2
| | | | OKed by: peter
* This needs to be "at atkbdc?" rather than "at isa?". It's correctmph1999-05-161-2/+2
| | | | | in GENERIC and LINT, which is why I only needed four reboots to figure out why my keyboard wasn't keyboarding.
* - Revise text, and fix typos and grammatical errors.yokota1999-02-101-20/+29
| | | | | | | | | - Add syscons.4. If there still are errors, whether technical or grammatical, they are entirely mine, not the reviewers'. Reviewed by: sos, jkh, archie, Nick Hilliard <nick@iol.ie>
* - Add atkbd.4, atkbdc.4, splash.4 and vga.4.yokota1999-02-071-0/+104
- Update pcvt.4 and psm.4 to reflect recent keyboard driver changes.
OpenPOWER on IntegriCloud