From 88f59a6f1e37c3b7a3ef8650d597d44e3a175abe Mon Sep 17 00:00:00 2001 From: uweseimet <48174652+uweseimet@users.noreply.github.com> Date: Sat, 19 Jun 2021 17:17:23 +0200 Subject: [PATCH] Fixed typos (#110) --- doc/rascsi.1 | 4 ++-- doc/rasctl.1 | 6 +++--- doc/scsimon.1 | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/rascsi.1 b/doc/rascsi.1 index 07ab3e05..da72b97f 100644 --- a/doc/rascsi.1 +++ b/doc/rascsi.1 @@ -10,10 +10,10 @@ rascsi \- Emulates SCSI devices using the Raspberry Pi GPIO pins Emulates SCSI devices using the Raspberry Pi GPIO pins. .PP 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. .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) hds: SCSI Hard Disk image (XM6 SCSI HD image - typically only used with X68000) hdn: SCSI Hard Disk image (NEC GENUINE) diff --git a/doc/rasctl.1 b/doc/rasctl.1 index 1533a182..b542d7f8 100644 --- a/doc/rasctl.1 +++ b/doc/rasctl.1 @@ -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. -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 .TP @@ -38,7 +38,7 @@ Command is the operation being requested. options are: eject: eject media (Magneto-Optical and CD only) protect: Write protect the media (Magneto-Optical only) .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 .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: @@ -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. .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 diff --git a/doc/scsimon.1 b/doc/scsimon.1 index 670c2103..a226f018 100644 --- a/doc/scsimon.1 +++ b/doc/scsimon.1 @@ -9,7 +9,7 @@ Monitors all of the traffic on the SCSI bus, using a RaSCSI device. The data is .PP 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.