Remove EOL space.
This is a whitespace only change. Reviewed by: rwatson, Hiten Pandya <hiten@uk.FreeBSD.org>
This commit is contained in:
parent
c8d3b41d7c
commit
1a6b42c84b
@ -31,7 +31,7 @@
|
|||||||
.Os
|
.Os
|
||||||
.Dt DEVINFO 8
|
.Dt DEVINFO 8
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm devinfo
|
.Nm devinfo
|
||||||
.Nd Print information about system device configuration.
|
.Nd Print information about system device configuration.
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
@ -39,21 +39,21 @@
|
|||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Pp
|
.Pp
|
||||||
Devinfo with no arguments passed, shows the lists of devices using indentation
|
Devinfo with no arguments passed, shows the lists of devices using indentation
|
||||||
and how they are reached from the device
|
and how they are reached from the device
|
||||||
.Em nexus .
|
.Em nexus .
|
||||||
.Pp
|
.Pp
|
||||||
The following command line arguments are accepted. When no command line
|
The following command line arguments are accepted. When no command line
|
||||||
argument(s) are passed,
|
argument(s) are passed,
|
||||||
.Xr devinfo 8
|
.Xr devinfo 8
|
||||||
simply prints the hierarchy of the device table.
|
simply prints the hierarchy of the device table.
|
||||||
.Bl -bullet -width indent
|
.Bl -bullet -width indent
|
||||||
.It
|
.It
|
||||||
.Op -r :
|
.Op -r :
|
||||||
causes hardware resource information (such as IRQ, I/O ports, I/O memory
|
causes hardware resource information (such as IRQ, I/O ports, I/O memory
|
||||||
addresses) to be listed, under each device that has reserved those resources.
|
addresses) to be listed, under each device that has reserved those resources.
|
||||||
.It
|
.It
|
||||||
.Op -u :
|
.Op -u :
|
||||||
displays the same information as
|
displays the same information as
|
||||||
.Op -r ,
|
.Op -r ,
|
||||||
but sorts by resource type rather than by device, allowing you to review the
|
but sorts by resource type rather than by device, allowing you to review the
|
||||||
set of system resources for usage and available resources. I.e., it lists all
|
set of system resources for usage and available resources. I.e., it lists all
|
||||||
@ -67,5 +67,5 @@ the IRQ consumers together.
|
|||||||
.Xr systat 1
|
.Xr systat 1
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.Pp
|
.Pp
|
||||||
.An "Mike Smith"
|
.An "Mike Smith"
|
||||||
.Aq msmith@FreeBSD.org .
|
.Aq msmith@FreeBSD.org .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user