summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-29 12:33:33 +0000
committerjkh <jkh@FreeBSD.org>1995-05-29 12:33:33 +0000
commitde59700f8a0065c74d50fdd973d0e6cb3427df58 (patch)
tree7307184b0559b9be18b803d3847952678e6ac59c
parent24012abaf9a00e1c672f23851c3e886afcd3f764 (diff)
downloadFreeBSD-src-de59700f8a0065c74d50fdd973d0e6cb3427df58.zip
FreeBSD-src-de59700f8a0065c74d50fdd973d0e6cb3427df58.tar.gz
My first attempt at a TCP/IP help screen. The label and partition
help screens aren't even started yet.. If someone's feeling like they have some extra time there.. ahem.. :-)
-rw-r--r--release/sysinstall/help/en_US.ISO8859-1/tcp.hlp27
-rw-r--r--release/sysinstall/help/en_US.ISO_8859-1/tcp.hlp27
2 files changed, 54 insertions, 0 deletions
diff --git a/release/sysinstall/help/en_US.ISO8859-1/tcp.hlp b/release/sysinstall/help/en_US.ISO8859-1/tcp.hlp
new file mode 100644
index 0000000..3ab5d7c
--- /dev/null
+++ b/release/sysinstall/help/en_US.ISO8859-1/tcp.hlp
@@ -0,0 +1,27 @@
+This screen allows you to set up your general network parameters
+(hostname, domain name, DNS server, etc) as well as the settings for a
+given interface (which was selected from the menu before this screen).
+
+You can move through the fields with the TAB, BACK-TAB and RETURN
+keys. To edit a field, use DELETE or BACKSPACE. You may also use ^A
+(control-A) to go to the beginning of the line, ^E (control-E) to go
+to the end, ^F (control-F) to go forward a character, ^B (control-B)
+to go backward one character, ^D (control-D) to delete the character
+under the cursor and ^K (control-K) to delete to the end of the line.
+Basically, the standard EMACS motion sequences.
+
+The ``Extra options to ifconfig'' is kind of special (read: a hack :-).
+
+You can use it for specifying the foreign side of a PLIP or SLIP line
+(simply type the foreign address in) as well as selecting a given
+"link" on an ethernet card that has more than one (e.g. AUI, 10BT,
+10B2, etc). The following links are recognised:
+
+ link0 - AUI * highest precedence
+ link1 - BNC
+ link2 - UTP * lowest precedence
+
+That is to say that you can enter one of "link0", "link1" or "link2"
+into the `Extra options' field to select a different link.
+
+When you're done with this form, select OK.
diff --git a/release/sysinstall/help/en_US.ISO_8859-1/tcp.hlp b/release/sysinstall/help/en_US.ISO_8859-1/tcp.hlp
new file mode 100644
index 0000000..3ab5d7c
--- /dev/null
+++ b/release/sysinstall/help/en_US.ISO_8859-1/tcp.hlp
@@ -0,0 +1,27 @@
+This screen allows you to set up your general network parameters
+(hostname, domain name, DNS server, etc) as well as the settings for a
+given interface (which was selected from the menu before this screen).
+
+You can move through the fields with the TAB, BACK-TAB and RETURN
+keys. To edit a field, use DELETE or BACKSPACE. You may also use ^A
+(control-A) to go to the beginning of the line, ^E (control-E) to go
+to the end, ^F (control-F) to go forward a character, ^B (control-B)
+to go backward one character, ^D (control-D) to delete the character
+under the cursor and ^K (control-K) to delete to the end of the line.
+Basically, the standard EMACS motion sequences.
+
+The ``Extra options to ifconfig'' is kind of special (read: a hack :-).
+
+You can use it for specifying the foreign side of a PLIP or SLIP line
+(simply type the foreign address in) as well as selecting a given
+"link" on an ethernet card that has more than one (e.g. AUI, 10BT,
+10B2, etc). The following links are recognised:
+
+ link0 - AUI * highest precedence
+ link1 - BNC
+ link2 - UTP * lowest precedence
+
+That is to say that you can enter one of "link0", "link1" or "link2"
+into the `Extra options' field to select a different link.
+
+When you're done with this form, select OK.
OpenPOWER on IntegriCloud