History log of /freebsd-10.3-release/usr.sbin/devinfo/devinfo.8
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 206622 14-Apr-2010 uqs

mdoc: order prologue macros consistently by Dd/Dt/Os

Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.

Reviewed by: ru
Approved by: philip, ed (mentors)


# 162799 29-Sep-2006 ru

Sync usage() and SYNOPSIS.


# 152884 28-Nov-2005 jkoshy

Follow the rules for the .Dd macro use: use unabbreviated month names.

Submitted by: ru


# 152866 28-Nov-2005 jkoshy

Use a separate synopsis line for -u as devinfo will ignore other
options when -u is specified. Xref device(9) and devclass(9).


# 103663 20-Sep-2002 imp

o Don't print devices that aren't attached unless run with the newly
minted -v flag.
o Print devices that don't return a name as 'unknown' in -v mode.

# Yea! Now I wont think I have 10 different ISA network adapters in my
# laptop.


# 97646 31-May-2002 keramida

Typo fix: syste -> system


# 97605 30-May-2002 ru

mdoc(7) police: Make this look like an average manpage.


# 96504 13-May-2002 keramida

o Uncapitalize .Nd macro arguments and remove punctuation
o Minor grammar fixes.
o Sort SEE ALSO references, and add iostat(8).
o Delete punctuation at end of AUTHORS' section only line

Reviewed by: rwatson, Hiten Pandya <hiten@uk.FreeBSD.org>


# 96503 13-May-2002 keramida

Remove EOL space.
This is a whitespace only change.

Reviewed by: rwatson, Hiten Pandya <hiten@uk.FreeBSD.org>


# 96458 12-May-2002 rwatson

Add a man page for the devinfo command; I'd argue devinfo is the single
most useful new command added to FreeBSD 5.0, but maybe that's just
me :-).

Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>