diff options
author | Nalin Dahyabhai <nalin@redhat.com> | 2000-01-31 22:24:10 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@redhat.com> | 2000-01-31 22:24:10 +0000 |
commit | a84618ee572933ecd2958963a4e1e3ff1fc41082 (patch) | |
tree | 93a27de64b2837c8e9a813383353ee20b42d89d7 /src/ipcalc.1 | |
parent | d1eccdf7232e954803c3b5379f3a3a6eca5f3b01 (diff) | |
download | initscripts-a84618ee572933ecd2958963a4e1e3ff1fc41082.tar initscripts-a84618ee572933ecd2958963a4e1e3ff1fc41082.tar.gz initscripts-a84618ee572933ecd2958963a4e1e3ff1fc41082.tar.bz2 initscripts-a84618ee572933ecd2958963a4e1e3ff1fc41082.tar.xz initscripts-a84618ee572933ecd2958963a4e1e3ff1fc41082.zip |
* sysconfig/network-scripts/ifdown-post:
attempt to reset the default route in case we dropped it for PPP
* src/ipcalc.1:
document the "--silent" option
* src/shvar.c:
strtok() and other cleanups
* rc.d/rc.sysinit:
make symlinks for System.map and module-info automatically
Diffstat (limited to 'src/ipcalc.1')
-rw-r--r-- | src/ipcalc.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ipcalc.1 b/src/ipcalc.1 index 2a72aa3d..c637eb4a 100644 --- a/src/ipcalc.1 +++ b/src/ipcalc.1 @@ -27,6 +27,9 @@ be returned. .IP \fI--network\fR Display the network address for the given IP address and netmask. +.IP \fI--silent\fR +Don't ever display error messages. + .SH AUTHOR .nf Erik Troan <ewt@redhat.com> |