1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-04 09:18:36 +03:00

Fix man page for lvchange. The example seems to have been lifted from pvchange.

This commit is contained in:
Patrick Caulfield 2004-09-13 08:01:54 +00:00
parent 953ab8a351
commit 075ab744c5
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,7 @@
Version 2.00.23 - Version 2.00.23 -
==================================== ====================================
Fix lvchange example on man page.
Version 2.00.22 - 3rd September 2004 Version 2.00.22 - 3rd September 2004
==================================== ====================================

View File

@ -44,8 +44,9 @@ Change access permission to read-only or read/write.
Change read ahead sector count per logical between 2 and 120. Change read ahead sector count per logical between 2 and 120.
Not used by device-mapper. Not used by device-mapper.
.SH Examples .SH Examples
"lvchange -x n vg00/lvol1" prevents the allocation of any physical "lvchange -p r vg00/lvol1" changes the permission on
extents on logical volume lvol1 in volume group vg00. volume lvol1 in volume group vg00 to be read-only.
.SH SEE ALSO .SH SEE ALSO
.BR lvm (8), .BR lvm (8),
.BR lvcreate (8) .BR lvcreate (8)