]> sourceware.org Git - lvm2.git/commitdiff
man: syntax and spelling fixes.
authorVille Skyttä <ville.skytta@iki.fi>
Tue, 17 Dec 2013 18:26:10 +0000 (20:26 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 18 Dec 2013 08:03:42 +0000 (09:03 +0100)
WHATS_NEW
man/dmsetup.8.in
man/lvconvert.8.in
man/lvm.8.in
man/lvreduce.8.in
man/lvresize.8.in
man/pvmove.8.in

index a7522f9effe52936b3dbe0a6acd336298a1e58a9..fe8f1ea9bcc1226fb4b07d6ddfd55dbb0aee15b1 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.105 -
 =====================================
+  Syntax and spelling fixes in some man pages.
   Dependency scan counts with snapshots and external origins.
   Make sure VG extent size is always greater or equal to PV phys. block size.
   Optimize double call of stat() for cached devices.
index 93621a56db362181e0eb21b7db8de90d845519be..599c843d6aa559414fe1428aae074a969f344db6 100644 (file)
@@ -484,7 +484,7 @@ Default subsystem is LVM.
 .B status
 .RB [ \-\-target
 .IR target_type ]
-.RB [ \-\-\noflush ]
+.RB [ \-\-noflush ]
 .RI [ device_name ]
 .br
 Outputs status information for each of the device's targets.
index 44b89afc8e3bf88e51b8fddc8acff4d57ea7854e..c8cb2dc67c9a9d8476e737d1ba154c9ce1d19988 100644 (file)
@@ -203,7 +203,7 @@ a mirror logical volume.
 .B \-\-trackchanges
 Used with \fB\-\-splitmirrors\fP on a raid1 device, this tracks changes so
 that the read-only detached image can be merged efficiently back into
-the mirror later. Only the regions of the detatched device where
+the mirror later. Only the regions of the detached device where
 the data changed get resynchronized.
 
 Please note that this feature is only supported with the new md-based mirror
index 13e66d09efa31e5230090008a8164775aec59854..d78281a8eafbf110dc33a9e6a75b529f50788d6a 100644 (file)
@@ -21,7 +21,7 @@ that command.
 On invocation, \fBlvm\fP requires that only the standard file descriptors
 stdin, stdout and stderr are available.  If others are found, they
 get closed and messages are issued warning about the leak.
-This warning can be suppressed by setting enviromental variable
+This warning can be suppressed by setting the environment variable
 .B LVM_SUPPRESS_FD_WARNINGS\fP.
 .LP
 Where commands take VG or LV names as arguments, the full path name is
@@ -46,7 +46,7 @@ being created in the filesystem for them.
 \fBdumpconfig\fP \(em Display the configuration information after
 loading \fBlvm.conf\fP(5) and any other configuration files.
 .TP
-\fBdevtypes\fP \(dm Display the recognised built-in block device types.
+\fBdevtypes\fP \(em Display the recognised built-in block device types.
 .TP
 \fBformats\fP \(em Display recognised metadata formats.
 .TP
index dabdc880152d113eb4b499aa3b70743d9f65493f..2c38f5b54411461d8592ef794008ce5f679c9f6b 100644 (file)
@@ -57,7 +57,7 @@ size of the Logical Volume with the suffix \fI%LV\fP, as a percentage of the
 remaining free space in the Volume Group with the suffix \fI%FREE\fP, or (for
 a snapshot) as a percentage of the total space in the Origin Logical
 Volume with the suffix \fI%ORIGIN\fP.
-The resulting value for the substraction is rounded downward, for the absolute
+The resulting value for the subtraction is rounded downward, for the absolute
 size it is rounded upward.
 .TP
 .IR \fB\-L ", " \fB\-\-size " [" \- ] LogicalVolumeSize [ bBsSkKmMgGtTpPeE ]
index e04869db82c85579d71b1d1a1667f14a301baf59..360676207d82fff1e67a66dda3f29d2244673c53 100644 (file)
@@ -56,7 +56,7 @@ the remaining free space of the PhysicalVolumes on the command line with the
 suffix \fI%PVS\fP, as a percentage of the remaining free space in the
 Volume Group with the suffix \fI%FREE\fP, or (for a snapshot) as a percentage
 of the total space in the Origin Logical Volume with the suffix \fI%ORIGIN\fP.
-The resulting value is rounded downward for the substraction otherwise
+The resulting value is rounded downward for the subtraction otherwise
 it is rounded upward.
 .TP
 .IR \fB\-L ", " \fB\-\-size " [" + | - ] LogicalVolumeSize [ bBsSkKmMgGtTpPeE ]
index c77dcbc1899776d69165915178327e927dbb8934..bb695476b38d05bdb28e3dd3ce2e90eacdcf1b3e 100644 (file)
@@ -131,7 +131,7 @@ also refers to 1000 Physical Extents starting from Physical Extent number 1000.
 (Counting starts from 0, so this refers to the 1001st to the 2000th inclusive.)
 .P
 To move a range of Physical Extents to a specific location (which must have
-sufficent free extents) use the form:
+sufficient free extents) use the form:
 .sp
 .B pvmove /dev/sdb1:1000-1999 /dev/sdc1
 .sp
This page took 0.060242 seconds and 5 git commands to generate.