Re: [PATCH][Trivial] mdadm man page: fix typo
From: NeilBrown <hidden>
Date: 2012-04-12 02:44:27
Attachments
- signature.asc [application/pgp-signature] 828 bytes
From: NeilBrown <hidden>
Date: 2012-04-12 02:44:27
On Thu, 12 Apr 2012 06:11:19 +0400 CoolCold [off-list ref] wrote:
manpage for mdadm(8) contains typo - missing "d" at the end of "describe" word. Signed-off-by: Roman Ovchinnikov <redacted> --- mdadm.8.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)diff --git a/mdadm.8.in b/mdadm.8.in index 4f06a88..bddecd9 100644 --- a/mdadm.8.in +++ b/mdadm.8.in@@ -1166,7 +1166,7 @@ will report failure if these specifiers didn'tfind any match. .BR \-a ", " \-\-add hot-add listed devices. If a device appears to have recently been part of the array -(possibly it failed or was removed) the device is re\-added as describe +(possibly it failed or was removed) the device is re\-added as described in the next point. If that fails or the device was never part of the array, the device is added as a hot-spare. -- 1.7.2.5 1.7.2.5
Thanks.
Patch was slightly malformed ("find any match" should have been on end of
previous line) but I fixed that and applied.
NeilBrown