Manpage update

This commit is contained in:
Uwe Seimet 2021-12-17 19:17:05 +01:00
parent 4179110bac
commit 7a94c0e6e0
2 changed files with 9 additions and 5 deletions

View File

@ -6,6 +6,7 @@ rasctl \- Sends management commands to the rascsi process
\fB\-e\fR | \fB\-e\fR |
\fB\-l\fR | \fB\-l\fR |
\fB\-m\fR | \fB\-m\fR |
\fB\-o\fR |
\fB\-s\fR | \fB\-s\fR |
\fB\-v\fR | \fB\-v\fR |
\fB\-D\fR | \fB\-D\fR |
@ -78,6 +79,9 @@ List all of the devices that are currently being emulated by RaSCSI, as well as
.BR \-m\fI .BR \-m\fI
List all file extensions recognized by RaSCSI and the device types they map to. List all file extensions recognized by RaSCSI and the device types they map to.
.TP .TP
.BR \-o\fI
Display operation meta data information.
.TP
.BR \-R\fI " "\fICURRENT_NAME:NEW_NAME .BR \-R\fI " "\fICURRENT_NAME:NEW_NAME
Rename an image file in the default image folder. Rename an image file in the default image folder.
.TP .TP

View File

@ -1,15 +1,13 @@
!! ------ THIS FILE IS AUTO_GENERATED! DO NOT MANUALLY UPDATE!!! !! ------ THIS FILE IS AUTO_GENERATED! DO NOT MANUALLY UPDATE!!!
!! ------ The native file is rasctl.1. Re-run 'make docs' after updating !! ------ The native file is rasctl.1. Re-run 'make docs' after updating\n\n
rascsi(1) General Commands Manual rascsi(1) rascsi(1) General Commands Manual rascsi(1)
NAME NAME
rasctl - Sends management commands to the rascsi process rasctl - Sends management commands to the rascsi process
SYNOPSIS SYNOPSIS
rasctl -e | -l | -m | -s | -v | -D | -I | -L | -O | -T | -V | -X | [-C rasctl -e | -l | -m | -o | -s | -v | -D | -I | -L | -O | -T | -V | -X |
FILENAME:FILESIZE] [-E FILENAME] [-F IMAGE_FOLDER] [-R CUR [-C FILENAME:FILESIZE] [-E FILENAME] [-F IMAGE_FOLDER] [-R CUR
RENT_NAME:NEW_NAME] [-c CMD] [-f FILE|PARAM] [-g LOG_LEVEL] [-h HOST] RENT_NAME:NEW_NAME] [-c CMD] [-f FILE|PARAM] [-g LOG_LEVEL] [-h HOST]
[-i ID [-n NAME] [-p PORT] [-r RESERVED_IDS] [-t TYPE] [-u UNIT] [-x [-i ID [-n NAME] [-p PORT] [-r RESERVED_IDS] [-t TYPE] [-u UNIT] [-x
CURRENT_NAME:NEW_NAME] CURRENT_NAME:NEW_NAME]
@ -61,6 +59,8 @@ OPTIONS
-m List all file extensions recognized by RaSCSI and the device -m List all file extensions recognized by RaSCSI and the device
types they map to. types they map to.
-o Display operation meta data information.
-R CURRENT_NAME:NEW_NAME -R CURRENT_NAME:NEW_NAME
Rename an image file in the default image folder. Rename an image file in the default image folder.