From: Bjarni Ingi Gislason <bjarniig-2945IVfuVpf1P9xLtpHBDw@public.gmane.org>
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [patch], mdoc(7): Fixing a warning and a table
Date: Fri, 11 May 2012 19:54:30 +0000 [thread overview]
Message-ID: <20120511195430.GA28822@rhi.hi.is> (raw)
Package: man-pages
Version: 3.40
Severity: minor
Tags: patch
From "groff -ww ..." (or "man --warnings=w ..."):
<groff: mdoc.7>:294: warning: tab character in unquoted macro argument
In one table the distance between columns is too small in the
"ps" output. (Bug in the groff "doc.tmac" macro?)
Patch:
--- mdoc.7 2012-04-26 22:58:40.000000000 +0000
+++ mdoc.7.new 2012-05-11 13:57:40.000000000 +0000
@@ -201,7 +201,10 @@
Options:
.Bl -tag -width flag -compact
.It Ar List-types
-.Bl -column xbullet -compact
+.\" The width "xbullet" is too small in the "ps" output.
+.\" Spaces to increase the width result in too little space in
+.\" the "ps" output (bug in the groff <= 1.21 "doc.tmac" macro?)
+.Bl -column xbulletM -compact
.It Fl bullet Ta "Bullet Item List"
.It Fl item Ta "Unlabeled List"
.It Fl enum Ta "Enumerated List"
@@ -291,7 +294,7 @@
.ne 1i
.Ss Manual Domain Macros
.Bl -column "Name" "Parsed" Callable" -compact
-.It Em Name Parsed Callable Description
+.It Em "Name Parsed Callable Description"
.It Li \&Ad Ta Yes Ta Yes Ta "Address. (This macro may be deprecated.)"
.It Li \&An Ta Yes Ta Yes Ta "Author name."
.It Li \&Ar Ta Yes Ta Yes Ta "Command-line argument."
--
Bjarni I. Gislason
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2012-05-11 19:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-11 19:54 Bjarni Ingi Gislason [this message]
[not found] ` <20120511195430.GA28822-2945IVfuVpf1P9xLtpHBDw@public.gmane.org>
2012-05-14 19:08 ` [patch], mdoc(7): Fixing a warning and a table Bjarni Ingi Gislason
2012-06-07 11:58 ` Michael Kerrisk (man-pages)
[not found] ` <CAKgNAkjiK4=cDo712__HrS5M4U8AFiyXFYc1vk2c5e7vc=YNmA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-06-07 20:31 ` Bjarni Ingi Gislason
[not found] ` <20120607203122.GA2595-2945IVfuVpf1P9xLtpHBDw@public.gmane.org>
2012-06-08 16:35 ` Michael Kerrisk (man-pages)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120511195430.GA28822@rhi.hi.is \
--to=bjarniig-2945ivfuvpf1p9xltphbdw@public.gmane.org \
--cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).