mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 16:33:17 +00:00
Correct reference to the interface parameter. (#984)
This commit is contained in:
parent
a7a8510796
commit
5920315730
@ -84,7 +84,7 @@ Overrides the default locale for client-faces error messages. The client can ove
|
|||||||
.BR \-ID\fIn[:u] " " \fIFILE
|
.BR \-ID\fIn[:u] " " \fIFILE
|
||||||
n is the SCSI ID number (0-7). u (0-31) is the optional LUN (logical unit). The default LUN is 0.
|
n is the SCSI ID number (0-7). u (0-31) is the optional LUN (logical unit). The default LUN is 0.
|
||||||
.IP
|
.IP
|
||||||
FILE is the name of the image file to use for the SCSI device. For devices that do not support an image file (SCBR, SCDP, SCLP, SCHS) the filename may have a special meaning or a dummy name can be provided. For SCBR and SCDP it is an optioinal prioritized list of network interfaces, an optional IP address and netmask, e.g. "interfaces=eth0,eth1,wlan0:inet=10.10.20.1/24". For SCLP it is the print command to be used and a reservation timeout in seconds, e.g. "cmd=lp -oraw %f:timeout=60".
|
FILE is the name of the image file to use for the SCSI device. For devices that do not support an image file (SCBR, SCDP, SCLP, SCHS) the filename may have a special meaning or a dummy name can be provided. For SCBR and SCDP it is an optioinal prioritized list of network interfaces, an optional IP address and netmask, e.g. "interface=eth0,eth1,wlan0:inet=10.10.20.1/24". For SCLP it is the print command to be used and a reservation timeout in seconds, e.g. "cmd=lp -oraw %f:timeout=60".
|
||||||
.IP
|
.IP
|
||||||
FILE is the name of the image file to use for the SCSI device.
|
FILE is the name of the image file to use for the SCSI device.
|
||||||
.IP
|
.IP
|
||||||
|
@ -113,7 +113,7 @@ OPTIONS
|
|||||||
SCHS) the filename may have a special meaning or a dummy name
|
SCHS) the filename may have a special meaning or a dummy name
|
||||||
can be provided. For SCBR and SCDP it is an optioinal priori‐
|
can be provided. For SCBR and SCDP it is an optioinal priori‐
|
||||||
tized list of network interfaces, an optional IP address and
|
tized list of network interfaces, an optional IP address and
|
||||||
netmask, e.g. "interfaces=eth0,eth1,wlan0:inet=10.10.20.1/24".
|
netmask, e.g. "interface=eth0,eth1,wlan0:inet=10.10.20.1/24".
|
||||||
For SCLP it is the print command to be used and a reservation
|
For SCLP it is the print command to be used and a reservation
|
||||||
timeout in seconds, e.g. "cmd=lp -oraw %f:timeout=60".
|
timeout in seconds, e.g. "cmd=lp -oraw %f:timeout=60".
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user