From 402a1ba380a9234c773f3cff214b47466cbef5f4 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Tue, 4 Oct 2022 01:08:23 -0700 Subject: [PATCH] Fix corruption in manpage; remove sasidump references (#886) * Fix corruption in manpage * Remove sasidump references --- doc/rascsi.1 | 10 +++++----- doc/rascsi_man_page.txt | 6 +++--- doc/rasctl.1 | 2 +- doc/rasctl_man_page.txt | 2 +- doc/scsimon.1 | 2 +- doc/scsimon_man_page.txt | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/rascsi.1 b/doc/rascsi.1 index ac2a115d..de8d2430 100644 --- a/doc/rascsi.1 +++ b/doc/rascsi.1 @@ -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] @@ -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: diff --git a/doc/rascsi_man_page.txt b/doc/rascsi_man_page.txt index 81e1468d..48275194 100644 --- a/doc/rascsi_man_page.txt +++ b/doc/rascsi_man_page.txt @@ -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. @@ -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: diff --git a/doc/rasctl.1 b/doc/rasctl.1 index 383b34fb..a644934a 100644 --- a/doc/rasctl.1 +++ b/doc/rasctl.1 @@ -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: diff --git a/doc/rasctl_man_page.txt b/doc/rasctl_man_page.txt index 9996fd84..ae2d31c9 100644 --- a/doc/rasctl_man_page.txt +++ b/doc/rasctl_man_page.txt @@ -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: diff --git a/doc/scsimon.1 b/doc/scsimon.1 index 67b76f74..a5c1c880 100644 --- a/doc/scsimon.1 +++ b/doc/scsimon.1 @@ -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: diff --git a/doc/scsimon_man_page.txt b/doc/scsimon_man_page.txt index 78a8bee2..a35d48e5 100644 --- a/doc/scsimon_man_page.txt +++ b/doc/scsimon_man_page.txt @@ -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: