From 16b1fe4a081e08d3d401df55db84887e3c02b9cd Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Mon, 24 Jan 2011 20:02:07 +0000 Subject: [PATCH] Bring lvscan man page up-to-date. --- WHATS_NEW | 1 + man/lvscan.8.in | 13 +++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/WHATS_NEW b/WHATS_NEW index 5e8464f13..3af27179f 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.02.82 - =================================== + Bring lvscan man page up-to-date. Fix lvchange --test to exit cleanly. Add change_tag to toollib. Allow multiple pvchange command line options to be specified together. diff --git a/man/lvscan.8.in b/man/lvscan.8.in index 3dbe9d8f0..dff7d21c3 100644 --- a/man/lvscan.8.in +++ b/man/lvscan.8.in @@ -1,6 +1,6 @@ .TH LVSCAN 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*- .SH NAME -lvscan \- scan (all disks) for logical volumes +lvscan \- scan (all disks) for Logical Volumes .SH SYNOPSIS .B lvscan .RB [ \-a | \-\-all] @@ -13,7 +13,11 @@ lvscan \- scan (all disks) for logical volumes .SH DESCRIPTION .B lvscan scans all known volume groups or all supported LVM block devices -in the system for defined logical volumes. +in the system for defined Logical Volumes. The output consists +of one line for each Logical Volume indicating whether or not it is active, +a snapshot or origin, the size of the device and its allocation policy. +Use \fBlvs(8)\fP or \fBlvdisplay(8)\fP to obtain more-comprehensive information +about the Logical Volumes. .SH OPTIONS See \fBlvm\fP for common options. .TP @@ -26,9 +30,10 @@ this option will reveal three internal Logical Volumes, with suffixes mimage_0, mimage_1, and mlog. .TP .BR \-b ", " \-\-blockdevice -Adds the device major and minor numbers to the display -of each logical volume. +This option is now ignored. Instead, use \fBlvs(8)\fP or \fBlvdisplay(8)\fP to obtain +the device number. .SH SEE ALSO .BR lvm (8), .BR lvcreate (8), .BR lvdisplay (8) +.BR lvs (8)