From b6c0e2d4ebfa349a01fe09b21172349cf0089608 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 9 Sep 2011 01:15:08 +0200 Subject: [PATCH] hpsa.4: Clarify example shell commands Signed-off-by: Michael Kerrisk --- man4/hpsa.4 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/man4/hpsa.4 b/man4/hpsa.4 index dbd4e1a9d..ee723fdeb 100644 --- a/man4/hpsa.4 +++ b/man4/hpsa.4 @@ -81,7 +81,8 @@ The "firmware_revision" attribute contains the firmware version of the Smart Arr For example: .nf - root@host:/sys/class/scsi_host/host4# cat firmware_revision + # \fBcd /sys/class/scsi_host/host4\fP + # \fBcat firmware_revision\fP 7.14 .fi @@ -93,7 +94,8 @@ contains a 32 hex-digit unique ID for each logical drive For example: - root@host:/sys/class/scsi_disk/4:0:0:0/device# cat unique_id + # \fBcd /sys/class/scsi_disk/4:0:0:0/device\fP + # \fBcat unique_id\fP 600508B1001044395355323037570F77 .fi .TP @@ -102,7 +104,8 @@ contains the RAID level of each logical drive. .nf For example: - root@host:/sys/class/scsi_disk/4:0:0:0/device# cat raid_level + # \fBcd /sys/class/scsi_disk/4:0:0:0/device\fP + # \fBcat raid_level\fP RAID 0 .fi .TP @@ -113,7 +116,8 @@ physical device can be addressed. .nf For example: - root@host:/sys/class/scsi_disk/4:0:0:0/device# cat lunid + # cd /sys/class/scsi_disk/4:0:0:0/device\fP + # cat lunid\fP 0x0000004000000000 .fi .SS Supported ioctl() operations