mdoc.7: Fixing a warning and a table

Fis warning 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?)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Bjarni Ingi Gislason 2012-06-08 02:50:34 +12:00 committed by Michael Kerrisk
parent 15a1234317
commit 0a2d769764
1 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@ Create lists or columns.
Options: Options:
.Bl -tag -width flag -compact .Bl -tag -width flag -compact
.It Ar List-types .It Ar List-types
.Bl -column xbullet -compact .Bl -column ".Fl bullet" -compact
.It Fl bullet Ta "Bullet Item List" .It Fl bullet Ta "Bullet Item List"
.It Fl item Ta "Unlabeled List" .It Fl item Ta "Unlabeled List"
.It Fl enum Ta "Enumerated List" .It Fl enum Ta "Enumerated List"
@ -291,7 +291,7 @@ Produces
.ne 1i .ne 1i
.Ss Manual Domain Macros .Ss Manual Domain Macros
.Bl -column "Name" "Parsed" Callable" -compact .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 \&Ad Ta Yes Ta Yes Ta "Address. (This macro may be deprecated.)"
.It Li \&An Ta Yes Ta Yes Ta "Author name." .It Li \&An Ta Yes Ta Yes Ta "Author name."
.It Li \&Ar Ta Yes Ta Yes Ta "Command-line argument." .It Li \&Ar Ta Yes Ta Yes Ta "Command-line argument."