1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

Fix lvhange and lvcreate man pages to properly describe permissions option.

James Youngman <jay@gnu.org>
This commit is contained in:
Dave Wysochanski 2008-11-07 19:23:52 +00:00
parent 640d07bf35
commit 15a7a4c38b
3 changed files with 5 additions and 4 deletions

View File

@ -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.

View 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

View 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.