Blame man/scanpci.man

Packit 7d1034
.\" Copyright (C) 2000 The XFree86 Project, Inc.  All Rights Reserved.
Packit 7d1034
.\"
Packit 7d1034
.\" Permission is hereby granted, free of charge, to any person obtaining a copy
Packit 7d1034
.\" of this software and associated documentation files (the "Software"), to
Packit 7d1034
.\" deal in the Software without restriction, including without limitation the
Packit 7d1034
.\" rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
Packit 7d1034
.\" sell copies of the Software, and to permit persons to whom the Software is
Packit 7d1034
.\" furnished to do so, subject to the following conditions:
Packit 7d1034
.\"
Packit 7d1034
.\" The above copyright notice and this permission notice shall be included in
Packit 7d1034
.\" all copies or substantial portions of the Software.
Packit 7d1034
.\"
Packit 7d1034
.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Packit 7d1034
.\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Packit 7d1034
.\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
Packit 7d1034
.\" XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
Packit 7d1034
.\" IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
Packit 7d1034
.\" CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Packit 7d1034
.\"
Packit 7d1034
.\" Except as contained in this notice, the name of the XFree86 Project shall
Packit 7d1034
.\" not be used in advertising or otherwise to promote the sale, use or other
Packit 7d1034
.\" dealings in this Software without prior written authorization from the
Packit 7d1034
.\" XFree86 Project.
Packit 7d1034
.\"
Packit 7d1034
.TH SCANPCI 1 __xorgversion__
Packit 7d1034
.SH NAME
Packit 7d1034
scanpci - scan/probe PCI buses
Packit 7d1034
.SH SYNOPSIS
Packit 7d1034
.B scanpci
Packit 7d1034
.RB [ \-v ]
Packit 7d1034
.SH DESCRIPTION
Packit 7d1034
.I Scanpci
Packit 7d1034
is a utility that can be used to scan PCI buses and report information
Packit 7d1034
about the configuration space settings for each PCI device.
Packit 7d1034
On most platforms,
Packit 7d1034
.I scanpci
Packit 7d1034
can only be run by the root user.
Packit 7d1034
.SH OPTIONS
Packit 7d1034
.TP 8
Packit 7d1034
.B \-v
Packit 7d1034
Print the configuration space information for each device in a verbose
Packit 7d1034
format.  Without this option, only a brief description is printed for
Packit 7d1034
each device.
Packit 7d1034