Fix markup and bump .Dd.

This commit is contained in:
Warner Losh
2017-12-21 18:58:14 +00:00
parent 3386009737
commit 3ca6eb9faf
+6 -4
View File
@@ -27,7 +27,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd November 28, 2005 .Dd December 21, 2017
.Dt DEVINFO 8 .Dt DEVINFO 8
.Os .Os
.Sh NAME .Sh NAME
@@ -39,7 +39,7 @@
.Nm .Nm
.Fl u .Fl u
.Nm .Nm
.Fl p dev .Fl p Ar dev
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm
@@ -64,8 +64,10 @@ the IRQ consumers together.
Display all devices in the driver tree, not just those that are attached or Display all devices in the driver tree, not just those that are attached or
busy. busy.
Without this flag, only those devices that have attached are reported. Without this flag, only those devices that have attached are reported.
.It Fl p dev .It Fl p Ar dev
Display the path of dev back to the root of the device tree. Display the path of
.Ar dev
back to the root of the device tree.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr systat 1 , .Xr systat 1 ,