In SLIP section:

s/hostname and password/username and password/ since it's related to an
example of Kermit session asking for a username.
This commit is contained in:
Marc Fonvieille 2005-03-04 11:42:32 +00:00
parent 8a02bc7059
commit eb426977eb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23989

View file

@ -2608,7 +2608,7 @@ output slip\x0d, input 10 Username:, if failure stop, -
output silvia\x0d, input 10 Password:, if failure stop, -
output ***\x0d, echo \x0aCONNECTED\x0a</programlisting>
<para>Of course, you have to change the hostname and password
<para>Of course, you have to change the username and password
to fit yours. After doing so, you can just type
<command>slip</command> from the <application>Kermit</application> prompt to
connect.</para>