From 4022dd564bf768662059b1af9baa9d9ce5d99346 Mon Sep 17 00:00:00 2001 From: Dave Wysochanski Date: Tue, 20 Jan 2009 16:55:24 +0000 Subject: [PATCH] Add --rows option to pvs, vgs, lvs man pages. --- man/lvs.8.in | 5 ++++- man/pvs.8.in | 4 ++++ man/vgs.8.in | 5 ++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/man/lvs.8.in b/man/lvs.8.in index 981924185..7eb5c8fde 100644 --- a/man/lvs.8.in +++ b/man/lvs.8.in @@ -7,7 +7,7 @@ lvs \- report information about logical volumes [\-\-ignorelockingfailure] [\-\-noheadings] [\-\-nosuffix] [\-o|\-\-options [+]Field[,Field]] [\-O|\-\-sort [+|-]Key1[,[+|-]Key2[,...]]] -[\-P|\-\-partial] [\-\-segments] +[\-P|\-\-partial] [\-\-rows] [\-\-segments] [\-\-separator Separator] [\-\-unbuffered] [\-\-units hsbkmgtHKMGT] [\-v|\-\-verbose] @@ -71,6 +71,9 @@ Use default columns that emphasize segment information. Comma-separated ordered list of columns to sort by. Replaces the default selection. Precede any column with - for a reverse sort on that column. .TP +.I \-\-rows +Output columns as rows. +.TP .I \-\-separator Separator String to use to separate each column. Useful if grepping the output. .TP diff --git a/man/pvs.8.in b/man/pvs.8.in index 49810b688..161b5a68e 100644 --- a/man/pvs.8.in +++ b/man/pvs.8.in @@ -7,6 +7,7 @@ pvs \- report information about physical volumes [\-\-ignorelockingfailure] [\-\-noheadings] [\-\-nosuffix] [\-o|\-\-options [+]Field[,Field]] [\-O|\-\-sort [+|-]Key1[,[+|-]Key2[,...]]] +[\-\-rows] [\-\-separator Separator] [\-\-unbuffered] [\-\-units hsbkmgtHKMGT] [\-v|\-\-verbose] @@ -47,6 +48,9 @@ units of physical extents. Comma-separated ordered list of columns to sort by. Replaces the default selection. Precede any column with - for a reverse sort on that column. .TP +.I \-\-rows +Output columns as rows. +.TP .I \-\-separator Separator String to use to separate each column. Useful if grepping the output. .TP diff --git a/man/vgs.8.in b/man/vgs.8.in index 0ae5c7b90..b606bdcad 100644 --- a/man/vgs.8.in +++ b/man/vgs.8.in @@ -7,7 +7,7 @@ vgs \- report information about volume groups [\-\-ignorelockingfailure] [\-\-noheadings] [\-\-nosuffix] [\-o|\-\-options [+]Field[,Field]] [\-O|\-\-sort [+|-]Key1[,[+|-]Key2[,...]]] -[\-P|\-\-partial] +[\-P|\-\-partial] [\-\-rows] [\-\-separator Separator] [\-\-unbuffered] [\-\-units hsbkmgtHKMGT] [\-v|\-\-verbose] @@ -59,6 +59,9 @@ Allocation policy: (c)ontiguous, c(l)ing, (n)ormal, (a)nywhere, (i)nherited Comma-separated ordered list of columns to sort by. Replaces the default selection. Precede any column with - for a reverse sort on that column. .TP +.I \-\-rows +Output columns as rows. +.TP .I \-\-separator Separator String to use to separate each column. Useful if grepping the output. .TP -- 2.43.5