File manpage-lvscan-fix.patch of Package lvm2.3105
References: bnc#841060
lvscan has no output when it is in silent mode, which is inconsistent
with man/lvscan.
Signed-off-by: Liuhua Wang <lwang@suse.com>
---
man/lvscan.8.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/man/lvscan.8.in b/man/lvscan.8.in
index 0b6e50b..bc4dc5c 100644
--- a/man/lvscan.8.in
+++ b/man/lvscan.8.in
@@ -16,7 +16,8 @@ lvscan \(em scan (all disks) for Logical Volumes
lvscan scans all known volume groups or all supported LVM block devices
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.
+a snapshot or origin, the size of the device and its allocation policy when
+it is not in silent mode.
Use \fBlvs\fP(8) or \fBlvdisplay\fP(8) to obtain more-comprehensive
information about the Logical Volumes.
.SH OPTIONS
--
2.1.2