Joel Dahl
7e3de069ef
mdoc: minor Bl improvements.
2012-06-02 11:03:14 +00:00
Kevin Lo
aa58a5719b
Mention mos(4)
2012-02-28 15:47:39 +00:00
Hans Petter Selasky
f728775b21
- Add missing xhci(4) manual page.
...
- Minor update in some USB manual pages.
MFC after: 3 days
Approved by: thompsa (mentor)
2011-02-24 18:08:23 +00:00
Ulrich Spörlein
62486687ed
mdoc: consistently spell our email addresses <foo@FreeBSD.org>
...
Reviewed by: ru
2010-05-19 08:57:53 +00:00
Joel Dahl
936663c887
Use our preferred license text (no more "voices in his head"). While here,
...
also move to a 2-clause license. From n_hibma@:
"The 3rd clause was originally there for a reason, but I guess that it is
safe to assume that no one can assume endorsement by me or anyone else
without prior consent on anything really, so we might as well remove that
clause."
Approved by: n_hibma
2010-03-04 22:06:57 +00:00
Andrew Thompson
b35f050eb2
Move programming info from usb(4) to usbdi(9) and update for the usb stack
...
changeover. Needs much more content still.
2009-06-24 17:01:17 +00:00
Andrew Thompson
b47fd40452
Update usb(4) to match reality, remove section on permissions.
...
Delete usb2_core.4.
Submitted by: Hans Petter Selasky
2009-05-21 17:26:20 +00:00
Andrew Thompson
2b78d30630
Remove the uscanner(4) driver, this follows the removal of the kernel scanner
...
driver in Linux 2.6. uscanner was just a simple wrapper around a fifo and
contained no logic, the default interface is now libusb (supported by sane).
Reviewed by: HPS
2009-03-19 20:33:26 +00:00
Warner Losh
c37e6fb302
Add some additional cross references.
...
Approved by: re@ (blanket)
2007-07-24 14:51:21 +00:00
Christian Brueffer
0a771a3be7
Use our standard section 4 SYNOPSIS.
...
MFC after: 3 days
2006-11-22 21:30:02 +00:00
Dima Dorfman
8cb629a368
Fix typo
2005-12-22 10:51:14 +00:00
Ian Dowse
2e46a159cc
Remove usbd(8) and all references to it. It is no longer necessary
...
since devd(8) now provides the same functionality.
Submitted by: Anish Mistry
2005-12-15 01:04:51 +00:00
Simon L. B. Nielsen
ad787bb4d0
Cross reference ehci(4).
...
Suggested by: Flemming Jacobsen
MFC after: 3 days
2005-04-20 07:33:09 +00:00
Markus Brueffer
238b367c61
s/udi_peed/udi_speed/
...
Approved by: brueffer
MFC after: 3 days
2004-06-23 23:25:58 +00:00
Ruslan Ermilov
959d6c24f6
Get rid of duplicates.
2003-09-14 13:41:59 +00:00
Ruslan Ermilov
fe08efe680
mdoc(7): Use the new feature of the .In macro.
2003-09-08 19:57:22 +00:00
Hiten Pandya
b8a83c23ca
Get usb(4) manual page closer to reality:
...
- update ``struct usb_device_info''
- add information about new fields in about struct
- document USB_EVENT_IS_ATTACH() and USB_EVENT_IS_DETACH()
- update URL of the USB.ORG developer documentation
PR: docs/41580 (original patch)
Reviewed by: n_hibma
Approved by: des (mentor), re (bmah)
2003-05-24 18:28:18 +00:00
Tom Rhodes
8140bbca57
Update xrefs to point at other usb pages.
2003-02-15 19:17:30 +00:00
Tom Rhodes
6b9ba891c0
Remove reference to a non-existant manual page && add a cross-reference to
...
ulpt(4)
2002-12-19 19:00:51 +00:00
Josef Karthauser
02ea085763
Add ucom.4 to the list of related man pages.
...
Submitted by: keramida
Approved by: re (murray)
2002-12-09 00:22:14 +00:00
Ruslan Ermilov
d962d52ac0
mdoc(7) police: scheduled sweep.
...
Approved by: re
2002-11-29 11:39:20 +00:00
Thomas Quinot
17b1e1df1a
Remove bogus advertising clauses.
...
Reviewed by: n_hibma, roberto
2002-10-30 22:27:54 +00:00
Ruslan Ermilov
90305461e1
mdoc(7) police: tidy up.
2002-03-18 14:35:22 +00:00
Josef Karthauser
a07e9d4af3
Merge from NetBSD.
...
uhub.c: revision 1.37
usb.4: revision 1.30
usb.c: revision 1.38
usb.h: revision 1.40
usb_port.h: revision 1.21
usb_subr.c: revision 1.65
usbdi.h: revision 1.40
Split the attach/detach events up into device, driver and controller
attach and detach events.
The commit message from NetBSD was:
date: 2000/02/02 07:34:00; author: augustss; state: Exp;
Change the USB event mechanism to include more information
about devices and drivers. Partly from FreeBSD.
Also rework usbd to take these new event types into account.
2002-01-28 01:03:19 +00:00
Josef Karthauser
a31999ca51
Sync with NetBSD's version.
2002-01-28 00:48:28 +00:00
Mike Pritchard
f87717fa8b
Ispell sweep of share/man/man4.
2002-01-21 12:09:13 +00:00
Ruslan Ermilov
57e4378bf6
mdoc(7) police: protect trailing full stops of abbreviations
...
with a trailing zero-width space: `e.g.\&'.
2001-08-10 13:45:36 +00:00
Ruslan Ermilov
3d45e180f4
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 15:31:11 +00:00
Dima Dorfman
70d51341bf
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00
Ruslan Ermilov
5521ff5a4d
mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).
2001-07-06 16:46:48 +00:00
Warner Losh
19212fa445
ulpt(4) doesn't exist, so don't cross ref to it.
...
Reviewed by: n_hibma
2001-05-01 21:46:28 +00:00
Ben Smithurst
f9a2828541
remove reference to nonexistent ugen(4) manual page.
...
PR: 24622
Submitted by: Ernst de Haan <ernst@jollem.com>
2001-01-25 10:44:06 +00:00
Ruslan Ermilov
e207e465df
Prepare for mdoc(7)NG.
2001-01-16 09:32:40 +00:00
Jeroen Ruigrok van der Werven
eddc45e797
Update @freebsd.org email addresses to @FreeBSD.org as is the
...
precedent.
2000-10-26 15:30:44 +00:00
Nick Hibma
bf1b6fe5ee
Update my e-mail address
2000-05-02 11:58:47 +00:00
Sheldon Hearn
6d249eee27
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 14:50:24 +00:00
Jeroen Ruigrok van der Werven
b9781e2007
Second round of config related changes to the manpages.
...
device blah0 -> device blah for PCI devices and busses.
2000-01-23 16:13:26 +00:00
Jeroen Ruigrok van der Werven
12e4903349
Discourage usage of controller in kernel config files. Reflect this
...
by changing ``controller'' to ``device'' as per GENERIC and LINT.
2000-01-17 08:08:33 +00:00
Nick Hibma
4239682e7f
Update the manpage with the changed usb_devinfo structure.
1999-11-22 14:41:02 +00:00
Alexey Zelkin
474fc32b33
* remove i386 specific mark
...
* some style and syntax fixes
* some duplicated $FreeBSD$ tags removed
1999-11-15 23:14:32 +00:00
Chris Costello
d4be94a1f8
Change NetBSD' in the description to
FreeBSD' in the sentence,
...
"NetBSD provides machine-independent bus support and drivers for USB
devices."
1999-09-03 13:47:58 +00:00
Peter Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
Mike Pritchard
def37e7c68
Various man page cleanup:
...
- Sort xrefs
- FreeBSD.ORG -> FreeBSD.org
- Be consistent with section names as outlined in mdoc(7).
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexey M. Zelkin <phantom@cris.net>
1999-08-15 10:48:36 +00:00
Nick Hibma
b2c1f437de
Added man page usb uhci ohci
1999-02-21 16:56:33 +00:00