mosquitto: fix build
[oi-userland.git] / components / x11 / libpciaccess / files / scanpci.1
blob4e405562c6d3495ea92ace4e4fbd9153adfe8819
1 '\" te
2 .\" Copyright (C) 2000 The XFree86 Project, Inc.  All Rights Reserved.
3 .\"
4 .\" Permission is hereby granted, free of charge, to any person obtaining a copy
5 .\" of this software and associated documentation files (the "Software"), to
6 .\" deal in the Software without restriction, including without limitation the
7 .\" rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
8 .\" sell copies of the Software, and to permit persons to whom the Software is
9 .\" furnished to do so, subject to the following conditions:
10 .\"
11 .\" The above copyright notice and this permission notice shall be included in
12 .\" all copies or substantial portions of the Software.
13 .\"
14 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 .\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 .\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
17 .\" XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18 .\" IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19 .\" CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 .\"
21 .\" Except as contained in this notice, the name of the XFree86 Project shall
22 .\" not be used in advertising or otherwise to promote the sale, use or other
23 .\" dealings in this Software without prior written authorization from the
24 .\" XFree86 Project.
25 .\"
26 .TH SCANPCI 1
27 .SH NAME
28 scanpci - scan/probe PCI buses
29 .SH SYNOPSIS
30 .B scanpci
31 .RB [ \-v ]
32 .SH DESCRIPTION
33 .I Scanpci
34 is a utility that can be used to scan PCI buses and report information
35 about the configuration space settings for each PCI device.
36 On most platforms,
37 .I scanpci
38 can only be run by the root user.
39 On OpenIndiana it may also be run using the 
40 .I "Desktop Configuration"
41 rights profile.  See \fBrbac\fR(5) and \fBuser_attr\fR(4).
42 .SH OPTIONS
43 .TP 8
44 .B \-v
45 Print the configuration space information for each device in a verbose
46 format.  Without this option, only a brief description is printed for
47 each device.
49 .\" Oracle has added the ARC stability level to this manual page
50 .SH ATTRIBUTES
51 See
52 .BR attributes (5)
53 for descriptions of the following attributes:
54 .sp
55 .TS
56 box;
57 cbp-1 | cbp-1
58 l | l .
59 ATTRIBUTE TYPE  ATTRIBUTE VALUE 
61 Availability    diagnostic/scanpci
63 Stability       Uncommitted
64 .TE
65 .PP
66 .SH "SEE ALSO"
67 .BR prtconf "(1M), " prtdiag "(1M), " smbios "(1M), "
68 .BR user_attr "(4), " rbac "(5)."
72 .SH NOTES
74 .\" Oracle has added source availability information to this manual page