diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 18:05:25 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 18:05:25 -0400 |
commit | c03e20fb7041ee502c386af1e59baa590b605852 (patch) | |
tree | 03537447d3b08fb2fd103bd43ac481fcd3be60dc /network/ipcalc/README | |
parent | 754c318d5bffa35e48d2c73e8420e8d9ead8d7c8 (diff) |
network/ipcalc: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/ipcalc/README')
-rw-r--r-- | network/ipcalc/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/network/ipcalc/README b/network/ipcalc/README index 93860e8cac71..54cea5ec5d24 100644 --- a/network/ipcalc/README +++ b/network/ipcalc/README @@ -1,4 +1,5 @@ -ipcalc takes an IP address and netmask and calculates the resulting broadcast, -network, Cisco wildcard mask, and host range. By giving a second netmask, you -can design sub- and supernetworks. It is also intended to be a teaching tool -and presents the results as easy-to-understand binary values. +ipcalc takes an IP address and netmask and calculates the resulting +broadcast, network, Cisco wildcard mask, and host range. By giving +a second netmask, you can design sub- and supernetworks. It is +also intended to be a teaching tool and presents the results as +easy-to-understand binary values. |