diff options
-rw-r--r-- | src/ipcalc.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ipcalc.1 b/src/ipcalc.1 index 782f8f8e..c5153293 100644 --- a/src/ipcalc.1 +++ b/src/ipcalc.1 @@ -3,14 +3,14 @@ ipcalc \- perform simple manipulation of ip addresses .SH SYNOPSIS .B ipcalc -\fI[--hostname] [--broadcast] [--netmask] \fBip \fI[netmask]\fR +\fI[--hostname] [--broadcast] [--network] \fBip \fI[netmask]\fR .SH DESCRIPTION -\fBipcalc\fR provides a simple way to find the broadcast address, netmask, -or hostname for a given IP address and netmask (no netmask is needed if -only the hostname is requested). The various options specify what information -\fBipcalc\fR should display on standard out. Multiple options may be -specified. +\fBipcalc\fR provides a simple way to find the broadcast address, network +address, or hostname for a given IP address and netmask (no netmask is +needed if only the hostname is requested). The various options specify +what information \fBipcalc\fR should display on standard out. Multiple +options may be specified. .SH OPTIONS .TP |