]> sourceware.org Git - lvm2.git/commitdiff
Fix lvhange and lvcreate man pages to properly describe permissions option.
authorDave Wysochanski <dwysocha@redhat.com>
Fri, 7 Nov 2008 19:23:52 +0000 (19:23 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Fri, 7 Nov 2008 19:23:52 +0000 (19:23 +0000)
James Youngman <jay@gnu.org>

WHATS_NEW
man/lvchange.8.in
man/lvcreate.8.in

index c647825ed779da3458a6ed66ccbbd3e9286e984f..9f409ab137a4243aaee0c17162e543648b5f9922 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.43 -
 ===================================
+  Fix lvchange and lvcreate man pages permissions option.
   Fix vgdisplay return code and exit status.
   Move list.c into libdevmapper and rename functions.
   Rename a couple of variables that matched function names.
index 71d040676bae30dcf4663eb5c323434874658d9e..09c81505db2253f23cf8f34d52581a2b59faaf2a 100644 (file)
@@ -14,7 +14,7 @@ lvchange \- change attributes of a logical volume
 [\-\-monitor {y|n}]
 [\-M/\-\-persistent y/n] [\-\-minor minor]
 [\-P/\-\-partial]
-[\-p/\-\-permission r/w] [\-r/\-\-readahead ReadAheadSectors|auto|none]
+[\-p/\-\-permission r|rw] [\-r/\-\-readahead ReadAheadSectors|auto|none]
 [\-\-refresh]
 [\-t/\-\-test]
 [\-v/\-\-verbose] LogicalVolumePath [LogicalVolumePath...]
@@ -69,7 +69,7 @@ Do not use this if dmeventd is already monitoring a device.
 .I \-M, \-\-persistent y/n
 Set to y to make the minor number specified persistent.
 .TP
-.I \-p, \-\-permission r/w
+.I \-p, \-\-permission r|rw
 Change access permission to read-only or read/write.
 .TP
 .I \-r, \-\-readahead ReadAheadSectors|auto|none
index 0f24547953c5842d3f403b71f9866d00f1c16460..88e4609329cf14715581de0d9fd2a4ef3b29a759 100644 (file)
@@ -14,7 +14,7 @@ lvcreate \- create a logical volume in an existing volume group
 [\-m/\-\-mirrors Mirrors [\-\-nosync] [\-\-mirrorlog {disk|core}] [\-\-corelog]
 [\-R/\-\-regionsize MirrorLogRegionSize]]
 [\-n/\-\-name LogicalVolumeName]
-[\-p/\-\-permission r/rw] [\-r/\-\-readahead ReadAheadSectors|auto|none]
+[\-p/\-\-permission r|rw] [\-r/\-\-readahead ReadAheadSectors|auto|none]
 [\-t/\-\-test]
 [\-v/\-\-verbose] [\-Z/\-\-zero y/n]
 VolumeGroupName [PhysicalVolumePath...]
@@ -113,7 +113,7 @@ The name for the new logical volume.
 Without this option a default names of "lvol#" will be generated where
 # is the LVM internal number of the logical volume.
 .TP
-.I \-p, \-\-permission r/w
+.I \-p, \-\-permission r|rw
 Set access permissions to read only or read and write.
 .br
 Default is read and write.
This page took 0.044395 seconds and 5 git commands to generate.