From c5c6042f36f71756c2855b201bb005fe2bc4a3b6 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 15 Feb 2004 07:58:02 +0000 Subject: [PATCH] (eF, EF): Font C doesn't exist, use R. --- info/TROFF.MAC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info/TROFF.MAC b/info/TROFF.MAC index 40c5e68e..77bf68c0 100644 --- a/info/TROFF.MAC +++ b/info/TROFF.MAC @@ -4,9 +4,9 @@ .\" Normal font name: must match value of nF! .ds N R .\" example Font - Times Roman -.ds eF \\fC +.ds eF \\fR .\" Example Font name (used with .cs requests): must match value of eF! -.ds EF C +.ds EF R .\" bold Font - Times Bold .ds bF \\fB .\" italic Font - Times Italic