Update generated manpage

This commit is contained in:
Uwe Seimet 2023-11-20 07:44:41 +01:00
parent 64e373c678
commit de77bc5c0f

View File

@ -1,33 +1,32 @@
!! ------ THIS FILE IS AUTO_GENERATED! DO NOT MANUALLY UPDATE!!! !! ------ THIS FILE IS AUTO_GENERATED! DO NOT MANUALLY UPDATE!!!
!! ------ The native file is scsiexec.1. Re-run 'make docs' after updating\n\n !! ------ The native file is scsiexec.1. Re-run 'make docs' after updating\n\n
scsidump(1) General Commands Manual scsidump(1) scsiexec(1) General Commands Manual scsiexec(1)
NAME NAME
scsidump - SCSI action execution tool for PiSCSI scsiexec - SCSI command execution tool for PiSCSI
SYNOPSIS SYNOPSIS
scsidump -t ID[:LUN] [-i BID] -f FILENAME [-b] [-F] [-B] [-T] [-tR] scsiexec -t ID[:LUN] [-i BID] -f FILENAME [-b] [-F] [-B] [-T] [-tR]
ID[:LUN] [-L LOG_LEVEL] [-X] ID[:LUN] [-L LOG_LEVEL] [-X]
DESCRIPTION DESCRIPTION
scsiexec wraps JSON or binary input data in protobuf format into a cus scsiexec wraps protobuf input data into a custom PiSCSI SCSI command,
tom PiSCSI SCSI command, has piscsi execute it and display the results has piscsi execute it and display the results. The input data must be a
in JSON format. The input data must be legal commands for the PiSCSi legal command for the PiSCSi protobuf interface. See the file
protobuf interface. See the file piscsi_interface.proto for details. piscsi_interface.proto for details.
scsiexec helps with advanced testing. It requires two connected PiSCSI
boards.
NOTES NOTES
scsidump requires either a direct connection (one without transceivers) scsiexec helps with advanced testing. It requires two connected PiSCSI
or a FULLSPEC PiSCSI/RaSCSI board. boards. The board scsiexec is running on must be a FULLSPEC board be
cause scsiexec requires SCSI initiator mode support.
OPTIONS OPTIONS
-t ID[:LUN] -t ID[:LUN]
SCSI ID and optional LUN of the remote SCSI device. The remote SCSI ID and optional LUN of the second PiSCSI board. The remote
SCSI device will be functioning as the "Target" device. SCSI device will be functioning as the "Target" device.
-i BID SCSI ID of the PiSCSI device. If not specified, the PiSCSI de -i BID SCSI ID of the PiSCSI device. If not specified, the PiSCSI de
vice will use ID 7. The PiSCSI host will be functioning as the vice will use ID 7. The PiSCSI host will be functioning as the
"Initiator" device. "Initiator" device.
-f FILE -f FILE
@ -42,14 +41,14 @@ OPTIONS
-T Generate a protobuf text format file. -T Generate a protobuf text format file.
-L LOG_LEVEL -L LOG_LEVEL
The scsiexec log level (trace, debug, info, warning, error, Set the log level (trace, debug, info, warning, error, off). The
off). The default log level is 'info'. default log level is 'info'.
-X Shut down piscsi. -X Shut down piscsi with a SCSI command.
SEE ALSO SEE ALSO
scsictl(1), piscsi(1), scsidump(1), scsimon(1) scsictl(1), piscsi(1), scsidump(1), scsimon(1)
Full documentation is available at: <https://www.piscsi.com> Full documentation is available at: <https://www.piscsi.com>
scsidump(1) scsiexec(1)