Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=bf73ccb8483219c72... Commit: bf73ccb8483219c72cb7e80daf2e40f0a14db4e1 Parent: 08a82aa940ad3c2841c52544543a08919c0ed110 Author: David Teigland teigland@redhat.com AuthorDate: Wed Apr 29 10:13:13 2015 -0500 Committer: David Teigland teigland@redhat.com CommitterDate: Wed Apr 29 10:14:23 2015 -0500
man: 'lvmconfig' is preferred over 'lvm config'
--- man/lvm.8.in | 2 +- man/lvm.conf.5.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/man/lvm.8.in b/man/lvm.8.in index 7ed35c8..298d05b 100644 --- a/man/lvm.8.in +++ b/man/lvm.8.in @@ -321,7 +321,7 @@ way it fits with other LVM configuration methods. A short form of \fB--metadataprofile\fP for \fBvgcreate\fP, \fBlvcreate\fP, \fBvgchange\fP and \fBlvchange\fP command and a short form of \fB--commandprofile\fP for any other command (with the exception of \fBlvmconfig\fP command where the ---profile has special meaning, see \fBlvm config\fP(8) for more information). +--profile has special meaning, see \fBlvmconfig\fP(8) for more information). .TP .IR \fB--config " " \fIConfigurationString Uses the ConfigurationString as direct string representation of the configuration diff --git a/man/lvm.conf.5.in b/man/lvm.conf.5.in index 88694a1..6ff8674 100644 --- a/man/lvm.conf.5.in +++ b/man/lvm.conf.5.in @@ -65,8 +65,8 @@ For this purpose, there's the \fBcommand_profile_template.profile\fP (for metadata profiles) which contain all settings that are customizable by profiles of certain type. Users are encouraged to copy these template profiles and edit them as needed. Alternatively, the -\fBlvm config --file <ProfileName.profile> --type profilable-command <section>\fP -or \fBlvm config --file <ProfileName.profile> --type profilable-metadata <section>\fP +\fBlvmconfig --file <ProfileName.profile> --type profilable-command <section>\fP +or \fBlvmconfig --file <ProfileName.profile> --type profilable-metadata <section>\fP can be used to generate a configuration with profilable settings in either of the type for given section and save it to new ProfileName.profile (if the section is not specified, all profilable settings are reported).
lvm2-commits@lists.fedorahosted.org