From 0a2d769764f162b0b8a11290af9ba4496f917e15 Mon Sep 17 00:00:00 2001 From: Bjarni Ingi Gislason Date: Fri, 8 Jun 2012 02:50:34 +1200 Subject: [PATCH] mdoc.7: Fixing a warning and a table Fis warning from "groff -ww ..." (or "man --warnings=w ..."): :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 --- man7/mdoc.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/mdoc.7 b/man7/mdoc.7 index 76d245768..a1fb29a1c 100644 --- a/man7/mdoc.7 +++ b/man7/mdoc.7 @@ -201,7 +201,7 @@ Create lists or columns. Options: .Bl -tag -width flag -compact .It Ar List-types -.Bl -column xbullet -compact +.Bl -column ".Fl bullet" -compact .It Fl bullet Ta "Bullet Item List" .It Fl item Ta "Unlabeled List" .It Fl enum Ta "Enumerated List" @@ -291,7 +291,7 @@ Produces .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."