Skip to content

Commit

Permalink
Fix corruption in manpage; remove sasidump references (#886)
Browse files Browse the repository at this point in the history
* Fix corruption in manpage

* Remove sasidump references
  • Loading branch information
rdmark authored Oct 4, 2022
1 parent dcb4b33 commit 402a1ba
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions doc/rascsi.1
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
rascsi \- Emulates SCSI devices using the Raspberry Pi GPIO pins
.SH SYNOPSIS
.B rascsi
[\fB\-F\f® \fIFOLDER\fR]
[\fB\-L\f® \fILOG_LEVEL\fR]
[\fB\-P\f® \fIACCESS_TOKEN_FILE\fR]
[\fB\-F\fR \fIFOLDER\fR]
[\fB\-L\fR \fILOG_LEVEL\fR]
[\fB\-P\fR \fIACCESS_TOKEN_FILE\fR]
[\fB\-R\fR \fISCAN_DEPTH\fR]
[\fB\-h\fR]
[\fB\-n\fR \fIVENDOR:PRODUCT:REVISION\fR]
[\fB\-p\f® \fIPORT\fR]
[\fB\-p\fR \fIPORT\fR]
[\fB\-r\fR \fIRESERVED_IDS\fR]
[\fB\-n\fR \fITYPE\fR]
[\fB\-v\fR]
Expand Down Expand Up @@ -106,6 +106,6 @@ In case the fallocate command is available a much faster alternative to the dd c
fallocate -l 104857600 /path/to/newimage.hda

.SH SEE ALSO
rasctl(1), scsimon(1), rasdump(1), sasidump(1)
rasctl(1), scsimon(1), rasdump(1)

Full documentation is available at: <https://www.github.com/akuker/RASCSI/wiki/>
6 changes: 3 additions & 3 deletions doc/rascsi_man_page.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ NAME
rascsi - Emulates SCSI devices using the Raspberry Pi GPIO pins

SYNOPSIS
rascsi [-F[u00AE] FOLDER] [-L[u00AE] LOG_LEVEL] [-P[u00AE] ACCESS_TOKEN_FILE] [-R SCAN_DEPTH] [-h] [-n VENDOR:PRODUCT:REVI‐
SION] [-p[u00AE] PORT] [-r RESERVED_IDS] [-n TYPE] [-v] [-z LOCALE] [-IDn:[u] FILE] [-HDn[:u] FILE]...
rascsi [-F FOLDER] [-L LOG_LEVEL] [-P ACCESS_TOKEN_FILE] [-R SCAN_DEPTH] [-h] [-n VENDOR:PRODUCT:REVISION] [-p PORT] [-r
RESERVED_IDS] [-n TYPE] [-v] [-z LOCALE] [-IDn:[u] FILE] [-HDn[:u] FILE]...

DESCRIPTION
rascsi emulates SCSI devices using the Raspberry Pi GPIO pins.
Expand Down Expand Up @@ -108,7 +108,7 @@ EXAMPLES
fallocate -l 104857600 /path/to/newimage.hda

SEE ALSO
rasctl(1), scsimon(1), rasdump(1), sasidump(1)
rasctl(1), scsimon(1), rasdump(1)

Full documentation is available at: <https://www.github.com/akuker/RASCSI/wiki/>

Expand Down
2 changes: 1 addition & 1 deletion doc/rasctl.1
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,6 @@ Request the RaSCSI process to attach a disk (assumed) to SCSI ID 0 with the cont
rasctl -i 0 -f HDIIMAGE0.HDS

.SH SEE ALSO
rascsi(1), scsimon(1), rasdump(1), sasidump(1)
rascsi(1), scsimon(1), rasdump(1)

Full documentation is available at: <https://www.github.com/akuker/RASCSI/wiki/>
2 changes: 1 addition & 1 deletion doc/rasctl_man_page.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ EXAMPLES
rasctl -i 0 -f HDIIMAGE0.HDS

SEE ALSO
rascsi(1), scsimon(1), rasdump(1), sasidump(1)
rascsi(1), scsimon(1), rasdump(1)

Full documentation is available at: <https://www.github.com/akuker/RASCSI/wiki/>

Expand Down
2 changes: 1 addition & 1 deletion doc/scsimon.1
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Launch scsimon to capture all SCSI traffic available to the RaSCSI hardware:
scsimon

.SH SEE ALSO
rasctl(1), rascsi(1), rasdump(1), sasidump(1)
rasctl(1), rascsi(1), rasdump(1)

Full documentation is available at: <https://www.github.com/akuker/RASCSI/wiki/>
2 changes: 1 addition & 1 deletion doc/scsimon_man_page.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ EXAMPLES
scsimon

SEE ALSO
rasctl(1), rascsi(1), rasdump(1), sasidump(1)
rasctl(1), rascsi(1), rasdump(1)

Full documentation is available at: <https://www.github.com/akuker/RASCSI/wiki/>

Expand Down

0 comments on commit 402a1ba

Please sign in to comment.