mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Fixed spelling error in ifconfig line for ed0, from netwask to netmask
This commit is contained in:
parent
78d172cab6
commit
1a2659b6e6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user