From bf73ccb8483219c72cb7e80daf2e40f0a14db4e1 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Wed, 29 Apr 2015 10:13:13 -0500 Subject: [PATCH] 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 7ed35c859..298d05b11 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 88694a16d..6ff8674a6 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 \-\-type profilable-command
\fP -or \fBlvm config \-\-file \-\-type profilable-metadata
\fP +\fBlvmconfig \-\-file \-\-type profilable-command
\fP +or \fBlvmconfig \-\-file \-\-type profilable-metadata
\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).