diff --git a/kexec-tools.spec b/kexec-tools.spec index 3e6a94d..864b02d 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 2.0.0 -Release: 45%{?dist} +Release: 46%{?dist} License: GPLv2 Group: Applications/System Summary: The kexec/kdump userspace component. @@ -282,6 +282,9 @@ done %changelog +* Tue Apr 26 2011 Neil Horman - 2.0.0-46 +- Fix some grammer in man page (bz 673817) + * Mon Mar 28 2011 Neil Horman - 2.0.0-45 - Fix misuse of basename in mkdumprd (bz 683769) diff --git a/mkdumprd.8 b/mkdumprd.8 index fb8cb37..5618aa0 100644 --- a/mkdumprd.8 +++ b/mkdumprd.8 @@ -23,14 +23,14 @@ to the modules as they are loaded by the initial ramdisk. be loaded in the initramfs (based on configuration retrieved from \fI/etc/kdump.conf)\fR -\fBmkdumprd\fR was origionally derived from the \fBmkinitrd\fR utility (hence -the simmilarity in option sets), however mkdumprds purpose and mission is +\fBmkdumprd\fR was originally derived from the \fBmkinitrd\fR utility (hence +the similarity in option sets), however mkdumprds purpose and mission is significantly different than that of \fBmkinitrd\fR. As such, while most of the -options still exist, and may work, they are largely vestigual at this point. +options still exist, and may work, they are largely historic remnants. \fBmkdumprd\fR was not intended for casual use outside of the service initialization script for the kdump utility, and should not be run manually. If you require a custom kdump initramfs image, it is suggested that you use the -kdump service infrastrucutre to create one, and then manually unpack, modify and +kdump service infrastructure to create one, and then manually unpack, modify and repack the image.