mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-21 23:29:39 +00:00
Fixed typos (#110)
This commit is contained in:
parent
a41855c038
commit
88f59a6f1e
@ -10,10 +10,10 @@ rascsi \- Emulates SCSI devices using the Raspberry Pi GPIO pins
|
|||||||
Emulates SCSI devices using the Raspberry Pi GPIO pins.
|
Emulates SCSI devices using the Raspberry Pi GPIO pins.
|
||||||
.PP
|
.PP
|
||||||
In the arguments to RaSCSI, one or more SCSI (-IDn) or SASI (-HDn) devices can be specified.
|
In the arguments to RaSCSI, one or more SCSI (-IDn) or SASI (-HDn) devices can be specified.
|
||||||
The number (n) after the ID or HD idnetifier specifies the ID number for that device.
|
The number (n) after the ID or HD identifier specifies the ID number for that device.
|
||||||
For SCSI: The ID is limited from 0-7. However, typically SCSI ID 7 is reserved for the "initiator" (the host computer).Note that SASI is considered rare and only used on very early Sharp X68000 computers.
|
For SCSI: The ID is limited from 0-7. However, typically SCSI ID 7 is reserved for the "initiator" (the host computer).Note that SASI is considered rare and only used on very early Sharp X68000 computers.
|
||||||
.PP
|
.PP
|
||||||
RaSCSI will determin the type of device based upon the file extension of the FILE argument.
|
RaSCSI will determine the type of device based upon the file extension of the FILE argument.
|
||||||
hdf: SASI Hard Disk image (XM6 SASI HD image - typically only used with X68000)
|
hdf: SASI Hard Disk image (XM6 SASI HD image - typically only used with X68000)
|
||||||
hds: SCSI Hard Disk image (XM6 SCSI HD image - typically only used with X68000)
|
hds: SCSI Hard Disk image (XM6 SCSI HD image - typically only used with X68000)
|
||||||
hdn: SCSI Hard Disk image (NEC GENUINE)
|
hdn: SCSI Hard Disk image (NEC GENUINE)
|
||||||
|
@ -17,7 +17,7 @@ Either the -i or -l option should be specified at one time. Not both.
|
|||||||
|
|
||||||
You do NOT need root privileges to use rasctl.
|
You do NOT need root privileges to use rasctl.
|
||||||
|
|
||||||
Note: The command and type arguments are case insensitive. Only the first letter of the command/type are evaluated by the tool.
|
Note: The command and type arguments are case insensitive. Only the first letter of the command/type is evaluated by the tool.
|
||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
@ -38,7 +38,7 @@ Command is the operation being requested. options are:
|
|||||||
eject: eject media (Magneto-Optical and CD only)
|
eject: eject media (Magneto-Optical and CD only)
|
||||||
protect: Write protect the media (Magneto-Optical only)
|
protect: Write protect the media (Magneto-Optical only)
|
||||||
.IP
|
.IP
|
||||||
When the command is omited, rasctl will default to the 'attach' command
|
When the command is omitted, rasctl will default to the 'attach' command.
|
||||||
.TP
|
.TP
|
||||||
.BR \-t\fI " " \fITYPE
|
.BR \-t\fI " " \fITYPE
|
||||||
Specifies the type of disk. If this disagrees with the file extension of the specified image, the TYPE argument is ignored. Available drive types are:
|
Specifies the type of disk. If this disagrees with the file extension of the specified image, the TYPE argument is ignored. Available drive types are:
|
||||||
@ -51,7 +51,7 @@ Specifies the type of disk. If this disagrees with the file extension of the spe
|
|||||||
Path to the disk image file. See the rascsi(1) man page for allowable file types.
|
Path to the disk image file. See the rascsi(1) man page for allowable file types.
|
||||||
|
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
Show a listing of all of the SCSI devices and their current status
|
Show a listing of all of the SCSI devices and their current status.
|
||||||
rasctl -l
|
rasctl -l
|
||||||
|
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ Monitors all of the traffic on the SCSI bus, using a RaSCSI device. The data is
|
|||||||
.PP
|
.PP
|
||||||
The logged data is stored in a file called "log.vcd" in the current working directory from where scsimon was launched.
|
The logged data is stored in a file called "log.vcd" in the current working directory from where scsimon was launched.
|
||||||
|
|
||||||
Currently, scsimon doesn't accept any agruments.
|
Currently, scsimon doesn't accept any arguments.
|
||||||
|
|
||||||
To quit scsimon, press Control + C.
|
To quit scsimon, press Control + C.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user