martin f. krafft: Use .B instead of undefined .M in manpages

Martin F. Krafft madduck at alioth.debian.org
Wed Oct 15 09:01:13 UTC 2008


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

Author: martin f. krafft <madduck at madduck.net>
Date:   Wed Oct 15 10:43:35 2008 +0200

Use .B instead of undefined .M in manpages

Both mdadm.8 and mdadm.conf.5 used .M where they should be using .B. The
reason I noticed was because of lintian complaining:

W: mdadm: manpage-has-errors-from-man usr/share/man/man5/mdadm.conf.5.gz 200: warning: `M' not defined
W: mdadm: manpage-has-errors-from-man usr/share/man/man8/mdadm.8.gz 691: warning: `M' not defined

Signed-off-by: martin f. krafft <madduck at debian.org>

---

 mdadm.8      |    2 +-
 mdadm.conf.5 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mdadm.8 b/mdadm.8
index e3bf32e..8c39577 100644
--- a/mdadm.8
+++ b/mdadm.8
@@ -688,7 +688,7 @@ will cause
 to use the minor number of the md device that is being assembled.
 e.g. when assembling
 .BR /dev/md0 ,
-.M \-\-super\-minor=dev
+.B \-\-super\-minor=dev
 will look for super blocks with a minor number of 0.
 
 .TP
diff --git a/mdadm.conf.5 b/mdadm.conf.5
index aadfb23..bcc8127 100644
--- a/mdadm.conf.5
+++ b/mdadm.conf.5
@@ -197,7 +197,7 @@ The
 .B mailaddr
 line gives an E-mail address that alerts should be
 sent to when
-.M mdadm
+.B mdadm
 is running in
 .B \-\-monitor
 mode (and was given the




More information about the pkg-mdadm-commits mailing list