summaryrefslogtreecommitdiffstats
path: root/share/man/man4/man4.macppc/intro.4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Restore the true Copyright notice and license of intro(4) that variousschwarze2014-09-191-14/+17
| | | | | | | | | people illegally replaced with their own fabrications. Use the correct years when the original file was actually written and changed; the original in part listed wrong years. Some of the notices regarding later changes can be dropped because none of the respective text remains. ok sobrado@ jmc@ miod@
* do not use Sx for sections outwith the man page;jmc2013-06-291-8/+4
|
* add onewire(4) to the hardware list;jmc2007-10-091-1/+3
|
* add iic(4) to the hardware list; ok deraadtjmc2007-10-091-2/+4
|
* !.Tn is spawning behind my back!jmc2007-06-211-4/+4
| | | | .Tn -> .Sx: section headers are not tradenames;
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* prefer `buses' to `busses' for the noun plural;jmc2006-10-281-3/+3
|
* list macobio devices in the body of the page, rather than SEE ALSO;jmc2006-09-141-1/+3
| | | | | | some .Nd sync; ok miod
* update adb and sync;jmc2006-09-081-2/+2
|
* for archs where expansion busses are available, point to the busjmc2006-09-081-109/+17
| | | | | | | | | page, rather than duplicating the information within that page; this is really from an idea put forward by theo, and put together with a lot of help from miod; ok miod
* sync the description for em.4;jmc2006-07-061-2/+2
|
* sync the re.4 lines;jmc2006-06-271-2/+2
|
* update re(4) entries;jmc2006-05-231-2/+2
|
* sync audio device drivers descriptions. OK jmc@ miod@.xsa2006-02-151-6/+6
|
* +asmsxsa2006-01-131-1/+3
|
* Xr adb(4)martin2006-01-131-1/+3
|
* `i2c' -> `I2C';jmc2006-01-021-2/+2
|
* Remove aed(4) on macppc, nothing uses its functionality since key repeat ismiod2005-12-211-3/+1
| | | | handled by wscons and mouse emulation was never enabled or documented.
* fix the tpms .Nd;jmc2005-12-201-2/+2
| | | | feedback + ok brad
* start sentence w/ a capital letter;jmc2005-12-201-2/+2
|
* +tpmsbrad2005-12-201-1/+3
|
* keep the hardware list in order;jmc2005-10-311-5/+5
|
* list the new audio devices here;joris2005-10-311-1/+7
|
* enable cardbus rtw(4) on macppc.jsg2005-05-261-1/+3
|
* gpio->macgpiomiod2005-05-041-3/+3
|
* List bge(4) and vge(4).jsg2005-03-181-1/+5
|
* List atu(4) and ural(4).jsg2005-03-181-1/+3
|
* Update descriptions of wireless drivers from their respective man pages.jsg2005-03-181-3/+3
| | | | Only list PRISM part of wi(4) description in usb(4).
* add missing wireless adapters, and sync w/ .Nd;jmc2004-11-091-3/+3
| | | | | suggested by alexey e. suslikov; ok deraadt@
* mention udav and axejsg2004-10-301-1/+3
|
* add re(4), ok pvaljsg2004-10-291-1/+3
|
* spelling corrections; ok jmc@david2004-08-241-2/+2
|
* uppercase the `e' in Ethernet;jmc2004-08-151-7/+7
|
* Update intro(4) with recent hardware support, and a few sentence cleanup.miod2004-01-121-2/+8
|
* Sync hardware list with GENERIC.miod2003-11-081-3/+9
|
* safe(4)jason2003-08-141-1/+3
|
* - section reorderjmc2003-06-061-2/+2
| | | | | - some macro fixes - kill whitespace at EOL
* remove terms 3 and 4 of my licensepvalchev2003-06-021-6/+1
|
* add eap and do a bit of cleaningjason2003-05-021-1/+3
|
* typos;jmc2003-03-081-3/+3
|
* bktr on macppcmickey2003-01-051-1/+3
|
* add fxp, xl, tijason2002-12-041-1/+7
|
* Post-last minute change:miod2002-10-011-29/+1
| | | | | | The anti-doping police (mickey@) says, with reason, that listing in "SEE ALSO" devices that are already .Xr in the device list is overkill. So trim these lists again.
* Last minute cleaning:miod2002-10-011-15/+53
| | | | | | | | | | | | - add the kmem(4) -> mem(4) link - remove gm(4) superseded by gem(4) - more .Xr - fix .Cd lines - bring akbd(4) contents in sync with reality (blatantly inspired from pckbd(4)) - the usual intro(4) update ok deraadt@
* change ref gm(4)->gem(4); ok miodpvalchev2002-06-151-2/+2
|
* Adjust with to deal with new xrsdrahn2002-03-291-2/+2
|
* Improve description of some devices, needs more work.drahn2002-03-291-4/+4
|
* change to Xrderaadt2002-03-291-24/+24
|
* Powered by @mantoya:mpech2001-10-051-7/+9
| | | | | | | | o) start new sentence on a new line; o) minor mdoc fixes; millert@ ok Tip of the day: www.mpechismazohist.com
* Cleanup of the intro(4) manpages, suggested by ericj@miod2001-10-041-79/+35
| | | | | | | | | | | | | | | | | | | Among other things: - keep phrasing consistent across arches - put "see also" and "history" sections at the end - add history sections to i386 which lacks it - name gdt and ubsec on i386 (.It nothing is bad) - try to improve the nice look of the supported device list. - remove "unsupported device" section (sparc only) and "supported systems" which is largealy out of date for, say, alpha, and completely off topic. - correct /usr/adm/messages reference left in hp300 (gasp) - provide intro(4) for sparc64. Left to do: - update supported device listings (even, create one for alpha). - sprinkle .Tn macros where needed. I wouldn't mind some help on this.