From 5920315730a679a7031da43f8ef8659635529e91 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sat, 12 Nov 2022 12:28:52 -0800 Subject: [PATCH] Correct reference to the interface parameter. (#984) --- doc/rascsi.1 | 2 +- doc/rascsi_man_page.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rascsi.1 b/doc/rascsi.1 index 7c592786..4dee42aa 100644 --- a/doc/rascsi.1 +++ b/doc/rascsi.1 @@ -84,7 +84,7 @@ Overrides the default locale for client-faces error messages. The client can ove .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. .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 FILE is the name of the image file to use for the SCSI device. .IP diff --git a/doc/rascsi_man_page.txt b/doc/rascsi_man_page.txt index 26286057..db7e88aa 100644 --- a/doc/rascsi_man_page.txt +++ b/doc/rascsi_man_page.txt @@ -113,7 +113,7 @@ OPTIONS SCHS) the filename may have a special meaning or a dummy name can be provided. For SCBR and SCDP it is an optioinal prioriā€ 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 timeout in seconds, e.g. "cmd=lp -oraw %f:timeout=60".