| #
22ea1ec0
|
| 25-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
newbus: introduce DEVICE_UNIT_ANY
Right now we pass a bare -1 for situations where any unit number will do. Instead, introduce a DEVICE_UNIT_ANY to use instead of the bare constant. Update documenta
newbus: introduce DEVICE_UNIT_ANY
Right now we pass a bare -1 for situations where any unit number will do. Instead, introduce a DEVICE_UNIT_ANY to use instead of the bare constant. Update documentation and examples where -1 is currently used, though additional doc updates may be needed.
Sponsored by: Netflix
show more ...
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
22ea1ec0
|
| 25-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
newbus: introduce DEVICE_UNIT_ANY
Right now we pass a bare -1 for situations where any unit number will do. Instead, introduce a DEVICE_UNIT_ANY to use instead of the bare constant. Update documenta
newbus: introduce DEVICE_UNIT_ANY
Right now we pass a bare -1 for situations where any unit number will do. Instead, introduce a DEVICE_UNIT_ANY to use instead of the bare constant. Update documentation and examples where -1 is currently used, though additional doc updates may be needed.
Sponsored by: Netflix
show more ...
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
571dba6e
|
| 28-Jun-2005 |
Hiten Pandya <hmp@FreeBSD.org> |
Use 'manual page' instead of 'man page' for consistency.
Approved by: re (hrs)
|
| #
a0942a60
|
| 23-Oct-2003 |
Hiten Pandya <hmp@FreeBSD.org> |
Mdoc Janitor:
* Fix hard sentence breaks.
* NOTE: devstat(9) requires more mdoc(7) work.
|
| #
f8801468
|
| 02-Jun-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
The devclass is an object type, mark it as such. This also unbreaks the devclass_find(9) manpage.
|
| #
0640e9e0
|
| 31-May-2003 |
Hiten Pandya <hmp@FreeBSD.org> |
Some mdoc(7) fixes:
Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately. The .Ar mdoc(7) specifier should only be used when displaying command line arguments.
Approved by: de
Some mdoc(7) fixes:
Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately. The .Ar mdoc(7) specifier should only be used when displaying command line arguments.
Approved by: des (mentor)
show more ...
|
| #
3d45e180
|
| 10-Jul-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: removed HISTORY info from the .Os call.
|
| #
70d51341
|
| 09-Jul-2001 |
Dima Dorfman <dd@FreeBSD.org> |
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
|
| #
d0353b83
|
| 01-Feb-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: split punctuation characters + misc fixes.
|
| #
23209510
|
| 23-Nov-2000 |
Daniel C. Sobral <dcs@FreeBSD.org> |
Add a brief warning about devclass and multiple device driver attachments.
|
| #
7f3dea24
|
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
| #
def37e7c
|
| 15-Aug-1999 |
Mike Pritchard <mpp@FreeBSD.org> |
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. Zelk
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>
show more ...
|
| #
a04dd748
|
| 01-Feb-1999 |
Mike Pritchard <mpp@FreeBSD.org> |
Fix some spelling errors.
|
| #
cefd51ec
|
| 03-Sep-1998 |
Doug Rabson <dfr@FreeBSD.org> |
Add manpages for the new device framework.
|
| #
22ea1ec0
|
| 25-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
newbus: introduce DEVICE_UNIT_ANY
Right now we pass a bare -1 for situations where any unit number will do. Instead, introduce a DEVICE_UNIT_ANY to use instead of the bare constant. Update documenta
newbus: introduce DEVICE_UNIT_ANY
Right now we pass a bare -1 for situations where any unit number will do. Instead, introduce a DEVICE_UNIT_ANY to use instead of the bare constant. Update documentation and examples where -1 is currently used, though additional doc updates may be needed.
Sponsored by: Netflix
show more ...
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
571dba6e
|
| 28-Jun-2005 |
Hiten Pandya <hmp@FreeBSD.org> |
Use 'manual page' instead of 'man page' for consistency.
Approved by: re (hrs)
|
| #
a0942a60
|
| 23-Oct-2003 |
Hiten Pandya <hmp@FreeBSD.org> |
Mdoc Janitor:
* Fix hard sentence breaks.
* NOTE: devstat(9) requires more mdoc(7) work.
|
| #
f8801468
|
| 02-Jun-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
The devclass is an object type, mark it as such. This also unbreaks the devclass_find(9) manpage.
|
| #
0640e9e0
|
| 31-May-2003 |
Hiten Pandya <hmp@FreeBSD.org> |
Some mdoc(7) fixes:
Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately. The .Ar mdoc(7) specifier should only be used when displaying command line arguments.
Approved by: de
Some mdoc(7) fixes:
Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately. The .Ar mdoc(7) specifier should only be used when displaying command line arguments.
Approved by: des (mentor)
show more ...
|
| #
3d45e180
|
| 10-Jul-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: removed HISTORY info from the .Os call.
|
| #
70d51341
|
| 09-Jul-2001 |
Dima Dorfman <dd@FreeBSD.org> |
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
|
| #
d0353b83
|
| 01-Feb-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: split punctuation characters + misc fixes.
|