From a1dbe74c4cd2b22bc2ef4a9ff55add2e7823e982 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 4 Feb 2011 21:19:03 +0000 Subject: [PATCH] Place back some common options Until man pages are generated keep some common options with all commands. --- man/pvcreate.8.in | 5 +++++ man/pvremove.8.in | 11 +++++++++-- man/pvresize.8.in | 11 +++++++++-- man/pvscan.8.in | 5 +++++ 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/man/pvcreate.8.in b/man/pvcreate.8.in index 14f0a38bd..0aeb2bd06 100644 --- a/man/pvcreate.8.in +++ b/man/pvcreate.8.in @@ -3,6 +3,11 @@ pvcreate \- initialize a disk or partition for use by LVM .SH SYNOPSIS .B pvcreate +.RB [ \-d | \-\-debug ] +.RB [ \-h | \-\-help ] +.RB [ \-t | \-\-test ] +.RB [ \-v | \-\-verbose ] +.RB [ \-\-version ] .RB [ \-f [ f ]| \-\-force " [" \-\-force ]] .RB [ \-y | \-\-yes ] .RB [ \-\-labelsector ] diff --git a/man/pvremove.8.in b/man/pvremove.8.in index d40aa0c7f..515ec07a2 100644 --- a/man/pvremove.8.in +++ b/man/pvremove.8.in @@ -3,9 +3,16 @@ pvremove \- remove a physical volume .SH SYNOPSIS .B pvremove -.RB [ \-f [ f ]| \-\-force " [" \-\-force ]] +.RB [ \-d | \-\-debug ] +.RB [ \-h | \-\-help ] +.RB [ \-t | \-\-test ] +.RB [ \-v | \-\-verbose ] +.RB [ \-\-version ] +.RB [ \-f [ f ]| \-\-force +.RB [ \-\-force ]] .RB [ \-y | \-\-yes ] -.IR PhysicalVolume " [" PhysicalVolume ...] +.I PhysicalVolume +.RI [ PhysicalVolume ...] .SH DESCRIPTION .B pvremove wipes the label on a device so that LVM will no longer recognise it diff --git a/man/pvresize.8.in b/man/pvresize.8.in index 10a0b50fb..dcbbf6505 100644 --- a/man/pvresize.8.in +++ b/man/pvresize.8.in @@ -3,8 +3,15 @@ pvresize \- resize a disk or partition in use by LVM2 .SH SYNOPSIS .B pvresize -.RB [ \-\-setphysicalvolumesize " " \fIsize ] -.IR PhysicalVolume " [" PhysicalVolume ...] +.RB [ \-d | \-\-debug ] +.RB [ \-h | \-\-help ] +.RB [ \-t | \-\-test ] +.RB [ \-v | \-\-verbose ] +.RB [ \-\-version ] +.RB [ \-\-setphysicalvolumesize +.IR size ] +.I PhysicalVolume +.RI [ PhysicalVolume ...] .SH DESCRIPTION .B pvresize resizes diff --git a/man/pvscan.8.in b/man/pvscan.8.in index a3147d719..4bf1fbd32 100644 --- a/man/pvscan.8.in +++ b/man/pvscan.8.in @@ -3,6 +3,11 @@ pvscan \- scan all disks for physical volumes .SH SYNOPSIS .B pvscan +.RB [ \-d | \-\-debug ] +.RB [ \-h | \-\-help ] +.RB [ \-v | \-\-verbose ] +.RB [ \-\-version ] +.RB [ \-\-ignorelockingfailure ] .RB [ \-e | \-\-exported ] .RB [ \-n | \-\-novolumegroup ] .RB [ \-s | \-\-short ] -- 2.43.5