From 9c3e4f11fa55b58ad0054a6f90d93194bf83d846 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Fri, 29 Oct 2021 14:12:09 -0700 Subject: [PATCH] Update manpage source to match rasctl output (#404) --- doc/rasctl.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/rasctl.1 b/doc/rasctl.1 index eff1aa6b..71cdd7c8 100644 --- a/doc/rasctl.1 +++ b/doc/rasctl.1 @@ -150,11 +150,11 @@ Show a listing of all of the SCSI devices and their current status. Example output: - +----+----+------+------------------------------------- - | ID | UN | TYPE | DEVICE STATUS - +----+----+------+------------------------------------- - | 0 | 1 | SCHD | /home/pi/harddisk.hda - +----+----+------+------------------------------------- + +----+-----+------+------------------------------------- + | ID | LUN | TYPE | IMAGE FILE + +----+-----+------+------------------------------------- + | 0 | 1 | SCHD | /home/pi/harddisk.hda + +----+-----+------+------------------------------------- Request the RaSCSI process to attach a disk (assumed) to SCSI ID 0 with the contents of the file system image "HDIIMAGE0.HDS". rasctl -i 0 -f HDIIMAGE0.HDS