diff --git a/WHATS_NEW b/WHATS_NEW index 703bf2c67..08d401064 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,6 +1,6 @@ Version 2.02.44 - ==================================== - Add --nameprefixes and --rows to pvs, vgs, lvs man pages. + Add --nameprefixes, --unquoted, --rows to pvs, vgs, lvs man pages. Fix fsadm failure with block size != 1K. Fix pvs segfault when run with orphan PV and some VG fields. Display a 'dev_size' of zero for missing devices in reports. diff --git a/man/lvs.8.in b/man/lvs.8.in index 3482871c8..c6b116075 100644 --- a/man/lvs.8.in +++ b/man/lvs.8.in @@ -10,6 +10,7 @@ lvs \- report information about logical volumes [\-P|\-\-partial] [\-\-rows] [\-\-segments] [\-\-separator Separator] [\-\-unbuffered] [\-\-units hsbkmgtHKMGT] +[\-\-unquoted] [\-v|\-\-verbose] [\-\-version] [VolumeGroupName [VolumeGroupName...]] .SH DESCRIPTION @@ -90,6 +91,9 @@ All sizes are output in these units: (h)uman-readable, (s)ectors, (b)ytes, (k)ilobytes, (m)egabytes, (g)igabytes, (t)erabytes. Capitalise to use multiples of 1000 (S.I.) instead of 1024. Can also specify custom (u)nits e.g. \-\-units 3M +.TP +.I \-\-unquoted +When used with --nameprefixes, output values in the field=value pairs are not quoted. .SH SEE ALSO .BR lvm (8), .BR lvdisplay (8), diff --git a/man/pvs.8.in b/man/pvs.8.in index 7c78f4aee..4a667fcc2 100644 --- a/man/pvs.8.in +++ b/man/pvs.8.in @@ -10,6 +10,7 @@ pvs \- report information about physical volumes [\-\-rows] [\-\-segments] [\-\-separator Separator] [\-\-unbuffered] [\-\-units hsbkmgtHKMGT] +[\-\-unquoted] [\-v|\-\-verbose] [\-\-version] [PhysicalVolume [PhysicalVolume...]] .SH DESCRIPTION @@ -67,6 +68,9 @@ All sizes are output in these units: (h)uman-readable, (s)ectors, (b)ytes, (k)ilobytes, (m)egabytes, (g)igabytes, (t)erabytes. Capitalise to use multiples of 1000 (S.I.) instead of 1024. Can also specify custom (u)nits e.g. \-\-units 3M +.TP +.I \-\-unquoted +When used with --nameprefixes, output values in the field=value pairs are not quoted. .SH SEE ALSO .BR lvm (8), .BR pvdisplay (8), diff --git a/man/vgs.8.in b/man/vgs.8.in index c84323ec2..fa42f6fd5 100644 --- a/man/vgs.8.in +++ b/man/vgs.8.in @@ -10,6 +10,7 @@ vgs \- report information about volume groups [\-P|\-\-partial] [\-\-rows] [\-\-separator Separator] [\-\-unbuffered] [\-\-units hsbkmgtHKMGT] +[\-\-unquoted] [\-v|\-\-verbose] [\-\-version] [VolumeGroupName [VolumeGroupName...]] .SH DESCRIPTION @@ -78,6 +79,9 @@ All sizes are output in these units: (h)uman-readable, (s)ectors, (b)ytes, (k)ilobytes, (m)egabytes, (g)igabytes, (t)erabytes. Capitalise to use multiples of 1000 (S.I.) instead of 1024. Can also specify custom (u)nits e.g. \-\-units 3M +.TP +.I \-\-unquoted +When used with --nameprefixes, output values in the field=value pairs are not quoted. .SH SEE ALSO .BR lvm (8), .BR vgdisplay (8),