]> sourceware.org Git - lvm2.git/commitdiff
man: show hidden pieces
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 21 Jan 2016 10:31:18 +0000 (11:31 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 21 Jan 2016 11:11:35 +0000 (12:11 +0100)
W: manual-page-warning /usr/share/man/man8/lvm.8.gz 491: warning: macro `_cdata',' not defined

rpmlint actually notices we had few hidden word in man page.
the line cannot start with apostrophe as it has then a different
meaning.

WHATS_NEW
man/lvm.8.in

index 20f86d28fb2d15473eb1b42abb9f1deac0a64ff8..0a9e17a859b3ef4b7898690f2a1831340ced4e60 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.141 - 
 ====================================
+  Fix lvm.8 man to show again prohibited suffixes.
   Fix configure to set proper use_blkid_wiping if autodetected as disabled.
   Initialise udev in clvmd for use in device scanning. (2.02.116)
   Add seg_le_ranges report field for common format when displaying seg devices.
index 4e9e1dd5e007d263d6768be218d3d05b07660f3b..4f801c9a8069592c2ce30b971e3c7471384b1336 100644 (file)
@@ -402,8 +402,8 @@ Characters allowed in tags are:
 .BR 0 - 9
 .BR "_ + . -"
 and as of version 2.02.78 the following characters are also accepted:
-.BR "/ = ! : # &"
-..
+.BR "/ = ! : # &" .
+.
 .HP
 .BR \-\-deltag
 .IR Tag
@@ -488,8 +488,8 @@ not be used as LV or VG names. A VG cannot be called anything that exists in
 \fI/dev/\fP at the time of creation, nor can it be called '.' or '..'.
 An LV cannot be called '.', '..', 'snapshot' or 'pvmove'.
 The LV name may also not contain any of the following strings:
-'_cdata', '_cmeta', '_corig', '_mlog', '_mimage', '_pmspare', '_rimage',
-'_rlog', '_tdata' or '_tmeta'.
+\fR'_cdata', '_cmeta', '_corig', '_mlog', '_mimage', '_pmspare',
+\fR'_rimage', '_rlog', '_tdata' or '_tmeta'.
 A directory bearing the name of each Volume Group is created under
 \fI/dev\fP when any of its Logical Volumes are activated.
 Each active Logical Volume is accessible from this directory as a symbolic
This page took 0.055116 seconds and 5 git commands to generate.