语法高亮,滚动条美化,设置页面调整

This commit is contained in:
fofolee
2019-04-19 02:41:09 +08:00
parent 1e8f76c000
commit 359d29ee0b
1590 changed files with 12328 additions and 11441 deletions

View File

@@ -3,9 +3,9 @@
<h2 id="补充说明">补充说明</h2>
<p><strong>lspci命令</strong> 用于显示当前主机的所有PCI总线信息以及所有已连接的PCI设备信息。</p>
<h3 id="语法">语法</h3>
<pre><code>lspci(选项)</code></pre>
<pre><code class="language-bash">lspci(选项)</code></pre>
<h3 id="选项">选项</h3>
<pre><code>-n以数字方式显示PCI厂商和设备代码
<pre><code class="language-bash">-n以数字方式显示PCI厂商和设备代码
-t以树状结构显示PCI设备的层次关系包括所有的总线、桥、设备以及它们之间的联接
-b以总线为中心的视图
-d仅显示给定厂商和设备的信息
@@ -13,7 +13,7 @@
-i指定PCI编号列表文件而不使用默认的文件
-m以机器可读方式显示PCI设备信息。</code></pre>
<h3 id="实例">实例</h3>
<pre><code>[root@localhost ~]# lspci
<pre><code class="language-bash">[root@localhost ~]# lspci
00:00.0 host bridge: Intel Corporation 5500 I/O Hub to ESI Port (rev 22)
00:01.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 (rev 22)
00:02.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 2 (rev 22)