ipcalc: clarified descriptions
This commit is contained in:

committed by
Agniva De Sarker

parent
eba372ca23
commit
2cda19e75b
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user