diff options
author | Darren 'Tadgy' Austin <darren@afterdark.org.uk> | 2021-04-16 19:44:42 +0100 |
---|---|---|
committer | Darren 'Tadgy' Austin <darren@afterdark.org.uk> | 2021-04-16 19:44:42 +0100 |
commit | e3cb064e1b353070e0625519e85e3531625c73d4 (patch) | |
tree | 2b9b9f1c55cf5f0556eadb6034c0562fd1795710 /netconfig | |
parent | d6a0382cf0e974b9f70fd9ef30d066256aa67f96 (diff) | |
download | slacknetsetup-e3cb064e1b353070e0625519e85e3531625c73d4.tar.xz |
Correct spelling mistake of equivalent in netconfig.
Diffstat (limited to 'netconfig')
-rw-r--r-- | netconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -639,7 +639,7 @@ space delimited, IPv4 addresses with netmasks in the format: <IP address>/<CIDR netmask> For example: 111.112.113.114/24 or 111.112.113.114/24 10.0.1.114/8 -Old style netmask 255.255.255.0 is equilivant of 24 in CIDR style. +Old style netmask 255.255.255.0 is equivalent of 24 in CIDR style. If a netmask is not specified a default of 24 will be used. The first address entered will become the primary IPv4 address |