From 2cda19e75be4ddcf30af1ba880bcac8c6a6c5f81 Mon Sep 17 00:00:00 2001 From: Raymond Douglas Date: Sat, 1 Sep 2018 16:29:13 -0700 Subject: [PATCH] ipcalc: clarified descriptions --- pages/linux/ipcalc.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/linux/ipcalc.md b/pages/linux/ipcalc.md index 79af684a74..f8eb3e5666 100644 --- a/pages/linux/ipcalc.md +++ b/pages/linux/ipcalc.md @@ -1,23 +1,23 @@ # ipcalc -> Perform simple operations/calculations on IP addresses and networks. +> Perform simple operations and calculations on IP addresses and networks. -- Show information about an address/network: +- Show information about an address or network: `ipcalc {{ip_address}} {{subnet_mask}}` -- Show information about an address/network in CIDR notation: +- Show information about an address or network in CIDR notation: `ipcalc {{ip_address}}/{{masked_bits}}` -- Show broadcast address of an address/network: +- Show the broadcast address of an address or network: `ipcalc -b {{ip_address}}/{{masked_bits}}` -- Show network address of provided IP address and netmask: +- Show the network address of provided IP address and netmask: `ipcalc -n {{ip_address}}/{{masked_bits}}` -- Display geographic information of provided IP address: +- Display geographic information about a given IP address: `ipcalc -g {{ip_address}}`