From c95fc9b4795d70d7a7d116bc7d2561324fcbf04d Mon Sep 17 00:00:00 2001 From: wlemb Date: Fri, 18 Jan 2002 06:18:41 +0000 Subject: * tmac/doc.common: Initialize %I register for the %I macro to avoid (harmless) warning. * tmac/doc.tmac (Bd): There is no reason to enforce -compact when in the SYNOPSIS section. --- tmac/doc-common | 1 + 1 file changed, 1 insertion(+) (limited to 'tmac/doc-common') diff --git a/tmac/doc-common b/tmac/doc-common index c5a83e4a..3c588400 100644 --- a/tmac/doc-common +++ b/tmac/doc-common @@ -40,6 +40,7 @@ .nr %A 1 .nr %B 1 .nr %D 1 +.nr %I 1 .nr %J 1 .nr %N 1 .nr %O 1 -- cgit v1.2.1