Fixing some grammer in man pages

Resolves: bz673817
This commit is contained in:
guest 2011-04-26 09:48:49 -04:00
parent 678b7b882f
commit 4baddcfbfa
2 changed files with 8 additions and 5 deletions

View File

@ -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 <nhorman@redhat.com> - 2.0.0-46
- Fix some grammer in man page (bz 673817)
* Mon Mar 28 2011 Neil Horman <nhorman@redhat.com> - 2.0.0-45
- Fix misuse of basename in mkdumprd (bz 683769)

View File

@ -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.