Update generated manpage

This commit is contained in:
Uwe Seimet 2023-11-20 07:44:41 +01:00
parent 64e373c678
commit de77bc5c0f
1 changed files with 17 additions and 18 deletions

View File

@ -1,33 +1,32 @@
!! ------ THIS FILE IS AUTO_GENERATED! DO NOT MANUALLY UPDATE!!!
!! ------ 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
scsidump - SCSI action execution tool for PiSCSI
scsiexec - SCSI command execution tool for PiSCSI
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]
DESCRIPTION
scsiexec wraps JSON or binary input data in protobuf format into a cus
tom PiSCSI SCSI command, has piscsi execute it and display the results
in JSON format. The input data must be legal commands for the PiSCSi
protobuf interface. See the file piscsi_interface.proto for details.
scsiexec helps with advanced testing. It requires two connected PiSCSI
boards.
scsiexec wraps protobuf input data into a custom PiSCSI SCSI command,
has piscsi execute it and display the results. The input data must be a
legal command for the PiSCSi protobuf interface. See the file
piscsi_interface.proto for details.
NOTES
scsidump requires either a direct connection (one without transceivers)
or a FULLSPEC PiSCSI/RaSCSI board.
scsiexec helps with advanced testing. It requires two connected PiSCSI
boards. The board scsiexec is running on must be a FULLSPEC board be
cause scsiexec requires SCSI initiator mode support.
OPTIONS
-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.
-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
-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
"Initiator" device.
-f FILE
@ -42,14 +41,14 @@ OPTIONS
-T Generate a protobuf text format file.
-L LOG_LEVEL
The scsiexec log level (trace, debug, info, warning, error,
off). The default log level is 'info'.
Set the log level (trace, debug, info, warning, error, off). The
default log level is 'info'.
-X Shut down piscsi.
-X Shut down piscsi with a SCSI command.
SEE ALSO
scsictl(1), piscsi(1), scsidump(1), scsimon(1)
Full documentation is available at: <https://www.piscsi.com>
scsidump(1)
scsiexec(1)