Sergey B Kirpichev: Fix spelling in binaries, fix lintian warnings manpage-has-errors-from-man and hyphen-used-as-minus-sign

Michael Tokarev mjt at alioth.debian.org
Fri Jun 22 08:13:32 UTC 2012


Module: mdadm
Branch: master
Commit: 24b90c5578f774e0d6503b7e32fa87dd0c0d9382
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=24b90c5578f774e0d6503b7e32fa87dd0c0d9382

Author: Sergey B Kirpichev <skirpichev at gmail.com>
Date:   Thu Jun 14 14:58:57 2012 +0400

Fix spelling in binaries, fix lintian warnings manpage-has-errors-from-man and hyphen-used-as-minus-sign

---

 debian/patches/series                      |    1 +
 debian/patches/spelling-and-manpages.patch |  101 ++++++++++++++++++++++++++++
 2 files changed, 102 insertions(+), 0 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 23da48d..d679ef1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ debian-conffile-location.diff
 debian-disable-udev-incr-assembly.diff
 debian-no-Werror.diff
 sha1-includes.diff
+spelling-and-manpages.patch
diff --git a/debian/patches/spelling-and-manpages.patch b/debian/patches/spelling-and-manpages.patch
new file mode 100644
index 0000000..0d89bb8
--- /dev/null
+++ b/debian/patches/spelling-and-manpages.patch
@@ -0,0 +1,101 @@
+---
+ Build.c      |    2 +-
+ md.4         |    2 +-
+ mdadm.8.in   |   26 --------------------------
+ mdadm.conf.5 |    2 +-
+ super0.c     |    2 +-
+ 5 files changed, 4 insertions(+), 30 deletions(-)
+
+--- a/Build.c
++++ b/Build.c
+@@ -174,7 +174,7 @@
+ 			goto abort;
+ 		}
+ 		if ((stb.st_mode & S_IFMT)!= S_IFBLK) {
+-			fprintf(stderr, Name ": Wierd: %s is no longer a block device.\n",
++			fprintf(stderr, Name ": Weird: %s is no longer a block device.\n",
+ 				dv->devname);
+ 			goto abort;
+ 		}
+--- a/md.4
++++ b/md.4
+@@ -773,7 +773,7 @@
+ .I n
+ gives the md device number,
+ .I l
+-gives the level, 0 for RAID0 or -1 for LINEAR,
++gives the level, 0 for RAID0 or \-1 for LINEAR,
+ .I c
+ gives the chunk size as a base-2 logarithm offset by twelve, so 0
+ means 4K, 1 means 8K.
+--- a/mdadm.conf.5
++++ b/mdadm.conf.5
+@@ -573,7 +573,7 @@
+ .br
+ HOMEHOST <system>
+ .br
+-AUTO +1.x homehost -all
++AUTO +1.x homehost \-all
+ 
+ .SH SEE ALSO
+ .BR mdadm (8),
+--- a/super0.c
++++ b/super0.c
+@@ -445,7 +445,7 @@
+ 		       sb32+MD_SB_GENERIC_CONSTANT_WORDS+7+1,
+ 		       (MD_SB_WORDS - (MD_SB_GENERIC_CONSTANT_WORDS+7+1))*4);
+ 		if (verbose >= 0)
+-			fprintf (stderr, Name ": adjusting superblock of %s for 2.2/sparc compatability.\n",
++			fprintf (stderr, Name ": adjusting superblock of %s for 2.2/sparc compatibility.\n",
+ 				 devname);
+ 	} else if (strcmp(update, "super-minor") ==0) {
+ 		sb->md_minor = info->array.md_minor;
+--- a/mdadm.8.in
++++ b/mdadm.8.in
+@@ -332,7 +332,6 @@
+ .IP "0, 0.90, default"
+ .el
+ .IP "0, 0.90"
+-..
+ Use the original 0.90 format superblock.  This format limits arrays to
+ 28 component devices and limits component devices of levels 1 and
+ greater to 2 terabytes.  It is also possible for there to be confusion
+@@ -342,7 +341,6 @@
+ .IP "1, 1.0, 1.1, 1.2"
+ .el
+ .IP "1, 1.0, 1.1, 1.2 default"
+-..
+ Use the new version-1 format superblock.  This has fewer restrictions.
+ It can easily be moved between hosts with different endian-ness, and a
+ recovery operation can be checkpointed and restarted.  The different
+@@ -888,30 +886,6 @@
+ or
+ .BR \-\-build .
+ 
+-.ig XX
+-.\".TP
+-.\".BR \-\-symlink = no
+-.\"Normally when
+-.\".B \-\-auto
+-.\"causes
+-.\".I mdadm
+-.\"to create devices in
+-.\".B /dev/md/
+-.\"it will also create symlinks from
+-.\".B /dev/
+-.\"with names starting with
+-.\".B md
+-.\"or
+-.\".BR md_ .
+-.\"Use
+-.\".B \-\-symlink=no
+-.\"to suppress this, or
+-.\".B \-\-symlink=yes
+-.\"to enforce this even if it is suppressing
+-.\".IR mdadm.conf .
+-.\"
+-.XX
+-
+ .TP
+ .BR \-a ", " "\-\-add"
+ This option can be used in Grow mode in two cases.




More information about the pkg-mdadm-commits mailing list