Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document the new flag for disabling the keyboard port test during probe. | jhb | 2004-12-15 | 1 | -0/+5 |
| | |||||
* | Mechanically kill hard sentence breaks and double whitespaces. | ru | 2004-07-03 | 1 | -4/+4 |
| | |||||
* | Hiten's patchset for section four manpages, slightly edited by me. | ru | 2003-06-28 | 1 | -2/+2 |
| | |||||
* | Ispell sweep of share/man/man4. | mpp | 2002-01-21 | 1 | -1/+1 |
| | |||||
* | Update man pages in the section 4 to match the reality in -CURRENT. | yokota | 2001-10-13 | 1 | -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: | ru | 2001-08-07 | 1 | -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 did | schweikh | 2001-07-14 | 1 | -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. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: do not split author names in the AUTHORS section. | ru | 2000-11-22 | 1 | -0/+1 |
| | |||||
* | mdoc(7) police: use certified section headers wherever possible. | ru | 2000-11-17 | 1 | -2/+2 |
| | |||||
* | remove fullstops from the end of .Xr lines in SEE ALSO sections. | ben | 2000-11-15 | 1 | -1/+1 |
| | |||||
* | Spell the sos's name correctly. | ru | 2000-11-14 | 1 | -1/+1 |
| | |||||
* | Seperate commit from the rest due to the fact that the /& fixing in | asmodai | 2000-01-17 | 1 | -2/+2 |
| | | | | this case also corrects the usage of quotes in a makeoptions. | ||||
* | * remove i386 specific mark | phantom | 1999-11-15 | 1 | -3/+2 |
| | | | | | * some style and syntax fixes * some duplicated $FreeBSD$ tags removed | ||||
* | Mark some "i386 only" stuff as "i386 only" | phantom | 1999-09-04 | 1 | -1/+1 |
| | | | | | | PR: docs/13227 Submitted by: Alexey Zelkin <phantom@cris.net> Reviewed by: mpp | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Remove troff formatting directive from the first line of the man page, | mpp | 1999-07-31 | 1 | -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 they | mpp | 1999-07-30 | 1 | -28/+45 |
| | | | | format properly. Previously the table came out all garbled up. | ||||
* | List avaiable function keys. | yokota | 1999-07-06 | 1 | -1/+40 |
| | |||||
* | Add description on configuration options and the EXAMPLE section. | yokota | 1999-05-28 | 1 | -4/+44 |
| | |||||
* | Remove bio/cam/net/tty labels. | yokota | 1999-05-20 | 1 | -2/+2 |
| | | | | OKed by: peter | ||||
* | This needs to be "at atkbdc?" rather than "at isa?". It's correct | mph | 1999-05-16 | 1 | -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. | yokota | 1999-02-10 | 1 | -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. | yokota | 1999-02-07 | 1 | -0/+104 |
- Update pcvt.4 and psm.4 to reflect recent keyboard driver changes. |