summaryrefslogtreecommitdiff
path: root/man/lvremove.8_pregen
diff options
context:
space:
mode:
Diffstat (limited to 'man/lvremove.8_pregen')
-rw-r--r--man/lvremove.8_pregen56
1 files changed, 28 insertions, 28 deletions
diff --git a/man/lvremove.8_pregen b/man/lvremove.8_pregen
index ca62d5d65..53ba71e0b 100644
--- a/man/lvremove.8_pregen
+++ b/man/lvremove.8_pregen
@@ -134,21 +134,21 @@ Common options for lvm:
.ad b
.RE
.SH OPTIONS
-.TP
+.HP
.ad l
\fB-A\fP|\fB--autobackup\fP \fBy\fP|\fBn\fP
.br
.ad b
Specifies if metadata should be backed up automatically after a change.
Enabling this is strongly advised! See \fBvgcfgbackup\fP(8) for more information.
-.TP
+.HP
.ad l
\fB--commandprofile\fP \fIString\fP
.br
.ad b
The command profile to use for command configuration.
See \fBlvm.conf\fP(5) for more information about profiles.
-.TP
+.HP
.ad l
\fB--config\fP \fIString\fP
.br
@@ -157,14 +157,14 @@ Config settings for the command. These override lvm.conf settings.
The String arg uses the same format as lvm.conf,
or may use section/field syntax.
See \fBlvm.conf\fP(5) for more information about config.
-.TP
+.HP
.ad l
\fB-d\fP|\fB--debug\fP ...
.br
.ad b
Set debug level. Repeat from 1 to 6 times to increase the detail of
messages sent to the log file and/or syslog (if configured).
-.TP
+.HP
.ad l
\fB--devices\fP \fIPV\fP
.br
@@ -172,7 +172,7 @@ messages sent to the log file and/or syslog (if configured).
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
-.TP
+.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
@@ -182,40 +182,40 @@ The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
-.TP
+.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP
.br
.ad b
If set to no, the command will not attempt to use device-mapper.
For testing and debugging.
-.TP
+.HP
.ad l
\fB-f\fP|\fB--force\fP ...
.br
.ad b
Override various checks, confirmations and protections.
Use with extreme caution.
-.TP
+.HP
.ad l
\fB-h\fP|\fB--help\fP
.br
.ad b
Display help text.
-.TP
+.HP
.ad l
\fB--lockopt\fP \fIString\fP
.br
.ad b
Used to pass options for special cases to lvmlockd.
See \fBlvmlockd\fP(8) for more information.
-.TP
+.HP
.ad l
\fB--longhelp\fP
.br
.ad b
Display long help text.
-.TP
+.HP
.ad l
\fB--nohistory\fP
.br
@@ -223,13 +223,13 @@ Display long help text.
Do not record history of LVs being removed.
This has no effect unless the configuration setting
metadata/record_lvs_history is enabled.
-.TP
+.HP
.ad l
\fB--nolocking\fP
.br
.ad b
Disable locking.
-.TP
+.HP
.ad l
\fB--noudevsync\fP
.br
@@ -238,21 +238,21 @@ Disables udev synchronisation. The process will not wait for notification
from udev. It will continue irrespective of any possible udev processing
in the background. Only use this if udev is not running or has rules that
ignore the devices LVM creates.
-.TP
+.HP
.ad l
\fB--profile\fP \fIString\fP
.br
.ad b
An alias for --commandprofile or --metadataprofile, depending
on the command.
-.TP
+.HP
.ad l
\fB-q\fP|\fB--quiet\fP ...
.br
.ad b
Suppress output and log messages. Overrides --debug and --verbose.
Repeat once to also suppress any prompts with answer 'no'.
-.TP
+.HP
.ad l
\fB--reportformat\fP \fBbasic\fP|\fBjson\fP
.br
@@ -263,7 +263,7 @@ the report/output_format setting in lvm.conf.
If there is more than one report per command, each report is prefixed
with the report name for identification. \fBjson\fP produces report
output in JSON format. See \fBlvmreport\fP(7) for more information.
-.TP
+.HP
.ad l
\fB-S\fP|\fB--select\fP \fIString\fP
.br
@@ -276,7 +276,7 @@ Rows can be displayed with an additional "selected" field (-o selected)
showing 1 if the row matches the selection and 0 otherwise.
For non-reporting commands which process LVM entities, the selection is
used to choose items to process.
-.TP
+.HP
.ad l
\fB-t\fP|\fB--test\fP
.br
@@ -286,20 +286,20 @@ This is implemented by disabling all metadata writing but nevertheless
returning success to the calling function. This may lead to unusual
error messages in multi-stage operations if a tool relies on reading
back metadata it believes has changed but hasn't.
-.TP
+.HP
.ad l
\fB-v\fP|\fB--verbose\fP ...
.br
.ad b
Set verbose level. Repeat from 1 to 4 times to increase the detail
of messages sent to stdout and stderr.
-.TP
+.HP
.ad l
\fB--version\fP
.br
.ad b
Display version information.
-.TP
+.HP
.ad l
\fB-y\fP|\fB--yes\fP
.br
@@ -308,31 +308,31 @@ Do not prompt for confirmation interactively but always assume the
answer yes. Use with extreme caution.
(For automatic no, see -qq.)
.SH VARIABLES
-.TP
+.HP
\fIVG\fP
.br
Volume Group name. See \fBlvm\fP(8) for valid names.
-.TP
+.HP
\fILV\fP
.br
Logical Volume name. See \fBlvm\fP(8) for valid names.
An LV positional arg generally includes the VG name and LV name, e.g. VG/LV.
-.TP
+.HP
\fITag\fP
.br
Tag name. See \fBlvm\fP(8) for information about tag names and using tags
in place of a VG, LV or PV.
-.TP
+.HP
\fISelect\fP
.br
Select indicates that a required positional parameter can
be omitted if the \fB--select\fP option is used.
No arg appears in this position.
-.TP
+.HP
\fIString\fP
.br
See the option description for information about the string content.
-.TP
+.HP
\fISize\fP[UNIT]
.br
Size is an input number that accepts an optional unit.