summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-16 11:46:15 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-10-16 11:46:15 -0400
commit7b9f0f82bf8fb28b113ac74b14497df7a66904f0 (patch)
tree2b5f3600a7a58d67b9569626332157d44e2f98ce /doc
parent6e8752e628915c2ecdef3465df80cf7e0abda39c (diff)
downloadbcfg2-7b9f0f82bf8fb28b113ac74b14497df7a66904f0.tar.gz
bcfg2-7b9f0f82bf8fb28b113ac74b14497df7a66904f0.tar.bz2
bcfg2-7b9f0f82bf8fb28b113ac74b14497df7a66904f0.zip
fixing the fix
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/probes/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/server/plugins/probes/index.txt b/doc/server/plugins/probes/index.txt
index 472c2e754..306a752b6 100644
--- a/doc/server/plugins/probes/index.txt
+++ b/doc/server/plugins/probes/index.txt
@@ -64,7 +64,7 @@ very simple ``Probes/scratchlocal`` script:
.. code-block:: bash
- grep -c /proc/scsi/scsi
+ grep -c Vendor /proc/scsi/scsi
Running this on a node with *n* disks will return the number *n+1*, as
it also counts the controller as a device. To differentiate between the