diff options
author | Erik Troan <ewt@redhat.com> | 1998-03-22 20:14:31 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1998-03-22 20:14:31 +0000 |
commit | b93c29b101f48037b803dee1e82bae733af20d86 (patch) | |
tree | ade77f72846d5ef71bd5b2e4f761b70359b3b4c9 /src/ipcalc.1 | |
parent | b9954eb55fd79de0b966e6da16a2288a70edf274 (diff) | |
download | initscripts-b93c29b101f48037b803dee1e82bae733af20d86.tar initscripts-b93c29b101f48037b803dee1e82bae733af20d86.tar.gz initscripts-b93c29b101f48037b803dee1e82bae733af20d86.tar.bz2 initscripts-b93c29b101f48037b803dee1e82bae733af20d86.tar.xz initscripts-b93c29b101f48037b803dee1e82bae733af20d86.zip |
fixed man page
Diffstat (limited to 'src/ipcalc.1')
-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 |