diff options
author | David Cantrell <dcantrell@redhat.com> | 2008-09-26 16:11:27 -1000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-03-19 15:50:16 -0400 |
commit | 08cb5b4fbc941c606bbd5073e8094c5538873cd3 (patch) | |
tree | 7ed32ec0589a546b733ac21b33d62b9f189a5451 /src/ipcalc.c | |
parent | d91005f0d149124749ad6cc98bc42b4111900963 (diff) | |
download | initscripts-08cb5b4fbc941c606bbd5073e8094c5538873cd3.tar initscripts-08cb5b4fbc941c606bbd5073e8094c5538873cd3.tar.gz initscripts-08cb5b4fbc941c606bbd5073e8094c5538873cd3.tar.bz2 initscripts-08cb5b4fbc941c606bbd5073e8094c5538873cd3.tar.xz initscripts-08cb5b4fbc941c606bbd5073e8094c5538873cd3.zip |
Man page updates for ipcalc(1)
Make sure the ipcalc man page explains the -c, -4, and -6 options.
Update some other things. Shamelessly add my name.
Diffstat (limited to 'src/ipcalc.c')
-rw-r--r-- | src/ipcalc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ipcalc.c b/src/ipcalc.c index ede86145..e3a6a7f5 100644 --- a/src/ipcalc.c +++ b/src/ipcalc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997-2003 Red Hat, Inc. All rights reserved. + * Copyright (c) 1997-2008 Red Hat, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, @@ -17,6 +17,7 @@ * Authors: * Erik Troan <ewt@redhat.com> * Preston Brown <pbrown@redhat.com> + * David Cantrell <dcantrell@redhat.com> */ |