Fixed spelling error in ifconfig line for ed0, from netwask to netmask

This commit is contained in:
Rodney W. Grimes 1993-08-09 09:14:47 +00:00
parent 78d172cab6
commit 1a2659b6e6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260

View File

@ -20,7 +20,7 @@ hostname $hostname
# ifconfig ne0 inet $hostname netmask my-netmask
# ifconfig ec0 inet $hostname netmask my-netmask
# ifconfig is0 inet $hostname netmask my-netmask
# ifconfig ed0 inet $hostname netwask my-netmask
# ifconfig ed0 inet $hostname netmask my-netmask
# set the address for the loopback interface
ifconfig lo0 inet localhost