summaryrefslogtreecommitdiff
path: root/share/man/man4/eap.4
AgeCommit message (Collapse)Author
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
2007-05-31convert to new .Dd format;Jason McIntyre
2006-08-31alter .Nd to allow: man -k 'audio device'Jason McIntyre
2004-12-17Support for the eap MIDI UART from NetBSD.Jonathan Gray
Tested by serveral people. ok millert@, mickey@
2004-09-30kill default locatorsMichael Shalayeff
2004-03-21Sync hardware support with the code, and minor nits.Miod Vallat
2002-09-26Incomplete section 4 mi manual page cleanup.Miod Vallat
- make configuration lines match GENERIC files - more Xr (hopefully usefule Xr) - never mention intro(4) on non-physical devices (i.e. protocols), always mention it for physical devices - random text style and quoting fixes - drivers ported from FreeBSD did mention rc.conf instead of hostname.if as the place to put mediaopt - some .Tn UNIX -> .Ox replacements - etc, etc... reviewd in part by deraadt@ (until he got bored of this)
2001-06-22o) remove unnecessary .Pp;Mike Pechkin
o) remove unnecessary .Nm args; o) closes .Bl; o) .Sh AUTHOR -> .Sh AUTHORS; o) sort SEE ALSO; o) better -mdoc style; o) typos; aaron@ ok.
2001-05-17128PCI -> PCI128Brad Smith
2000-12-21Various repairs, $Id$ tags added, etc.Aaron Campbell
2000-12-21Various repairs.Aaron Campbell
2000-07-20OxTheo de Raadt
1999-10-06Added a simple man page for AC-97 codecs.Constantine Sapuntzakis
Update eap man page to indicate support for Ensoniq AudioPCI 97.
1999-09-14Update and correct grammar so that it makes senseJason Downs
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1998-06-02Add Ensoniq AudioPCI driver. augustss.Niels Provos