~ubuntu-branches/ubuntu/raring/mdadm/raring

« back to all changes in this revision

Viewing changes to debian/patches/spelling-and-manpages.patch

  • Committer: Package Import Robot
  • Author(s): Michael Tokarev, Sergey B Kirpichev, Michael Tokarev, Dmitrijs Ledkovs
  • Date: 2012-08-25 16:25:37 UTC
  • mto: This revision was merged to the branch mainline in revision 68.
  • Revision ID: package-import@ubuntu.com-20120825162537-3zezwh0cezycilrx
Tags: 3.2.5-2
[ Sergey B Kirpichev ]
* Fix mdadm.lintian-overrides
* Fix spelling in binaries, fix lintian warnings
  manpage-has-errors-from-man and hyphen-used-as-minus-sign
* Drop unused debconf templates
* Implement status option for mdadm-raid init.d script
* Fix lintian info's conflicts-with-version: Conflicts -> Breaks

[ Michael Tokarev ]
* fix spelling mistakes in previous changelog entry
* some cleanups for checkarray:
 - change --help printing and shorten/simplify the text
 - make --quiet cumulative and stop documenting --real-quiet
 - do not prduce help in case of incorrect usage, and exit with 1
* fixes for initramfs integration (Closes: #644389, #678262, #685161):
 - check INITRDSTART=none early
 - do not explicitly load raid level modules (modprobe/kmod does this)
 - do not collect needed raid levels (we include all modules anyway)
 - load md_mod explicitly since we need to change global parameter

[ Dmitrijs Ledkovs ]
* Use dh_installinit with --no-restart-on-upgrade, which will start
  arrays, but will not stop them during upgrade. (Closes: 678971)
* Copy local administrator's modified udev rules as well as the system
  one. (Closes: #678973)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
---
 
2
 Build.c      |    2 +-
 
3
 md.4         |    2 +-
 
4
 mdadm.8.in   |   26 --------------------------
 
5
 mdadm.conf.5 |    2 +-
 
6
 super0.c     |    2 +-
 
7
 5 files changed, 4 insertions(+), 30 deletions(-)
 
8
 
 
9
--- a/Build.c
 
10
+++ b/Build.c
 
11
@@ -174,7 +174,7 @@
 
12
                        goto abort;
 
13
                }
 
14
                if ((stb.st_mode & S_IFMT)!= S_IFBLK) {
 
15
-                       fprintf(stderr, Name ": Wierd: %s is no longer a block device.\n",
 
16
+                       fprintf(stderr, Name ": Weird: %s is no longer a block device.\n",
 
17
                                dv->devname);
 
18
                        goto abort;
 
19
                }
 
20
--- a/md.4
 
21
+++ b/md.4
 
22
@@ -773,7 +773,7 @@
 
23
 .I n
 
24
 gives the md device number,
 
25
 .I l
 
26
-gives the level, 0 for RAID0 or -1 for LINEAR,
 
27
+gives the level, 0 for RAID0 or \-1 for LINEAR,
 
28
 .I c
 
29
 gives the chunk size as a base-2 logarithm offset by twelve, so 0
 
30
 means 4K, 1 means 8K.
 
31
--- a/mdadm.conf.5
 
32
+++ b/mdadm.conf.5
 
33
@@ -573,7 +573,7 @@
 
34
 .br
 
35
 HOMEHOST <system>
 
36
 .br
 
37
-AUTO +1.x homehost -all
 
38
+AUTO +1.x homehost \-all
 
39
 
 
40
 .SH SEE ALSO
 
41
 .BR mdadm (8),
 
42
--- a/super0.c
 
43
+++ b/super0.c
 
44
@@ -445,7 +445,7 @@
 
45
                       sb32+MD_SB_GENERIC_CONSTANT_WORDS+7+1,
 
46
                       (MD_SB_WORDS - (MD_SB_GENERIC_CONSTANT_WORDS+7+1))*4);
 
47
                if (verbose >= 0)
 
48
-                       fprintf (stderr, Name ": adjusting superblock of %s for 2.2/sparc compatability.\n",
 
49
+                       fprintf (stderr, Name ": adjusting superblock of %s for 2.2/sparc compatibility.\n",
 
50
                                 devname);
 
51
        } else if (strcmp(update, "super-minor") ==0) {
 
52
                sb->md_minor = info->array.md_minor;
 
53
--- a/mdadm.8.in
 
54
+++ b/mdadm.8.in
 
55
@@ -332,7 +332,6 @@
 
56
 .IP "0, 0.90, default"
 
57
 .el
 
58
 .IP "0, 0.90"
 
59
-..
 
60
 Use the original 0.90 format superblock.  This format limits arrays to
 
61
 28 component devices and limits component devices of levels 1 and
 
62
 greater to 2 terabytes.  It is also possible for there to be confusion
 
63
@@ -342,7 +341,6 @@
 
64
 .IP "1, 1.0, 1.1, 1.2"
 
65
 .el
 
66
 .IP "1, 1.0, 1.1, 1.2 default"
 
67
-..
 
68
 Use the new version-1 format superblock.  This has fewer restrictions.
 
69
 It can easily be moved between hosts with different endian-ness, and a
 
70
 recovery operation can be checkpointed and restarted.  The different
 
71
@@ -888,30 +886,6 @@
 
72
 or
 
73
 .BR \-\-build .
 
74
 
 
75
-.ig XX
 
76
-.\".TP
 
77
-.\".BR \-\-symlink = no
 
78
-.\"Normally when
 
79
-.\".B \-\-auto
 
80
-.\"causes
 
81
-.\".I mdadm
 
82
-.\"to create devices in
 
83
-.\".B /dev/md/
 
84
-.\"it will also create symlinks from
 
85
-.\".B /dev/
 
86
-.\"with names starting with
 
87
-.\".B md
 
88
-.\"or
 
89
-.\".BR md_ .
 
90
-.\"Use
 
91
-.\".B \-\-symlink=no
 
92
-.\"to suppress this, or
 
93
-.\".B \-\-symlink=yes
 
94
-.\"to enforce this even if it is suppressing
 
95
-.\".IR mdadm.conf .
 
96
-.\"
 
97
-.XX
 
98
-
 
99
 .TP
 
100
 .BR \-a ", " "\-\-add"
 
101
 This option can be used in Grow mode in two cases.