All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Man page syntax fixes.
@ 2013-12-17 18:26 Ville Skyttä
  2013-12-17 18:26 ` [PATCH 2/2] Man page spelling fixes Ville Skyttä
  0 siblings, 1 reply; 3+ messages in thread
From: Ville Skyttä @ 2013-12-17 18:26 UTC (permalink / raw)
  To: lvm-devel

---
 man/dmsetup.8.in | 2 +-
 man/lvm.8.in     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/dmsetup.8.in b/man/dmsetup.8.in
index 93621a5..599c843 100644
--- a/man/dmsetup.8.in
+++ b/man/dmsetup.8.in
@@ -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.
diff --git a/man/lvm.8.in b/man/lvm.8.in
index 13e66d0..02a8c0d 100644
--- a/man/lvm.8.in
+++ b/man/lvm.8.in
@@ -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
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] Man page spelling fixes.
  2013-12-17 18:26 [PATCH 1/2] Man page syntax fixes Ville Skyttä
@ 2013-12-17 18:26 ` Ville Skyttä
  2013-12-18  8:05   ` Zdenek Kabelac
  0 siblings, 1 reply; 3+ messages in thread
From: Ville Skyttä @ 2013-12-17 18:26 UTC (permalink / raw)
  To: lvm-devel

---
 man/lvconvert.8.in | 2 +-
 man/lvm.8.in       | 2 +-
 man/lvreduce.8.in  | 2 +-
 man/lvresize.8.in  | 2 +-
 man/pvmove.8.in    | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/man/lvconvert.8.in b/man/lvconvert.8.in
index 44b89af..c8cb2dc 100644
--- a/man/lvconvert.8.in
+++ b/man/lvconvert.8.in
@@ -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
diff --git a/man/lvm.8.in b/man/lvm.8.in
index 02a8c0d..d78281a 100644
--- a/man/lvm.8.in
+++ b/man/lvm.8.in
@@ -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
diff --git a/man/lvreduce.8.in b/man/lvreduce.8.in
index dabdc88..2c38f5b 100644
--- a/man/lvreduce.8.in
+++ b/man/lvreduce.8.in
@@ -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 ]
diff --git a/man/lvresize.8.in b/man/lvresize.8.in
index e04869d..3606762 100644
--- a/man/lvresize.8.in
+++ b/man/lvresize.8.in
@@ -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 ]
diff --git a/man/pvmove.8.in b/man/pvmove.8.in
index c77dcbc..bb69547 100644
--- a/man/pvmove.8.in
+++ b/man/pvmove.8.in
@@ -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
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] Man page spelling fixes.
  2013-12-17 18:26 ` [PATCH 2/2] Man page spelling fixes Ville Skyttä
@ 2013-12-18  8:05   ` Zdenek Kabelac
  0 siblings, 0 replies; 3+ messages in thread
From: Zdenek Kabelac @ 2013-12-18  8:05 UTC (permalink / raw)
  To: lvm-devel

Dne 17.12.2013 19:26, Ville Skytt? napsal(a):
> ---
>   man/lvconvert.8.in | 2 +-
>   man/lvm.8.in       | 2 +-
>   man/lvreduce.8.in  | 2 +-
>   man/lvresize.8.in  | 2 +-
>   man/pvmove.8.in    | 2 +-
>   5 files changed, 5 insertions(+), 5 deletions(-)
>

Thanks for the patch - committed

Zdenek






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-12-18  8:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-17 18:26 [PATCH 1/2] Man page syntax fixes Ville Skyttä
2013-12-17 18:26 ` [PATCH 2/2] Man page spelling fixes Ville Skyttä
2013-12-18  8:05   ` Zdenek Kabelac

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.