]> sourceware.org Git - lvm2.git/commitdiff
Add --unquoted to pvs, vgs, lvs man pages.
authorDave Wysochanski <dwysocha@redhat.com>
Tue, 20 Jan 2009 17:39:07 +0000 (17:39 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Tue, 20 Jan 2009 17:39:07 +0000 (17:39 +0000)
WHATS_NEW
man/lvs.8.in
man/pvs.8.in
man/vgs.8.in

index 703bf2c67e468eaf109b4d92ae5ac6e6945362ae..08d401064d25175ac9a0dc0f0f9ad45c32287c05 100644 (file)
--- 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.
index 3482871c8b756cb1c54f48b8556466888d17f237..c6b11607552521b245594d7930332324ab6a9adb 100644 (file)
@@ -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),
index 7c78f4aee455a79a2bd9fae52095dbbe0f583b88..4a667fcc255194c6c0735bf50785aeb11abcc405 100644 (file)
@@ -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),
index c84323ec251ada67b1b1dc2ce0996512b858600f..fa42f6fd5371179056bc1667e9bd8b41d8a646c1 100644 (file)
@@ -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),
This page took 0.048035 seconds and 5 git commands to generate.