mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-10-11 17:03:21 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<h2 id="补充说明">补充说明</h2>
|
||||
<p><strong>systool命令</strong> 指令显示基于总线、类和拓扑显示系统中设备的信息。</p>
|
||||
<h3 id="语法">语法</h3>
|
||||
<pre><code>systool(选项)(参数)</code></pre>
|
||||
<pre><code class="language-bash">systool(选项)(参数)</code></pre>
|
||||
<h3 id="选项">选项</h3>
|
||||
<pre><code>-a:显示被请求资源的属性;
|
||||
<pre><code class="language-bash">-a:显示被请求资源的属性;
|
||||
-b<总线>:显示指定总线的信息;
|
||||
-c<class>:显示指定类的信息;
|
||||
-d:仅显示设备;
|
||||
@@ -19,7 +19,7 @@
|
||||
<h3 id="参数">参数</h3>
|
||||
<p>设备:指定要查看信息的设备名称。</p>
|
||||
<h3 id="实例">实例</h3>
|
||||
<pre><code>[root@localhost ~]# systool
|
||||
<pre><code class="language-bash">[root@localhost ~]# systool
|
||||
Supported sysfs buses:
|
||||
acpi
|
||||
i2c
|
||||
|
Reference in New Issue
Block a user