Browse Source

ipcalc: clarified descriptions

Raymond Douglas 6 years ago
parent
commit
2cda19e75b
1 changed files with 6 additions and 6 deletions
  1. 6 6
      pages/linux/ipcalc.md

+ 6 - 6
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}}`