From 312065e97893f691bdce357b1aeacf2d64c1e9cc Mon Sep 17 00:00:00 2001 From: wlemb Date: Sat, 3 Jul 2004 12:46:54 +0000 Subject: * tmac/an-old.tmac (RI): Always start with font `R'. (RI, IR): Properly end with font `R'. * man/ditroff.man, man/groff_font.man, man/groff_out.man, src/devices/grohtml/grohtml.man, src/preproc/grn/grn.man, src/preproc/pic/pic.man, tmac/groff_man.man, tmac/groff_ms.man: Don't pass more than six arguments to .R, .I, .B, etc., for compatibility with traditional troff macros. --- tmac/groff_ms.man | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tmac/groff_ms.man') diff --git a/tmac/groff_ms.man b/tmac/groff_ms.man index 8d62e8de..39dd43e6 100644 --- a/tmac/groff_ms.man +++ b/tmac/groff_ms.man @@ -361,7 +361,7 @@ The macros provide a variety of methods to highlight or emphasize text: .TP -.BI "\&.B [" txt " [" post " [" pre ]]] +.B "\&.B [\fItxt\fP [\fIpost\fP [\fIpre\fP]]]" Sets its first argument in .BR "bold type" . If you specify a second argument, @@ -389,27 +389,27 @@ If you give this macro no arguments, prints all text following in bold until the next highlighting, paragraph, or heading macro. .TP -.BI "\&.R [" txt " [" post " [" pre ]]] +.B "\&.R [\fItxt\fP [\fIpost\fP [\fIpre\fP]]]" Sets its first argument in roman (or regular) type. It operates similarly to the .B B macro otherwise. .TP -.BI "\&.I [" txt " [" post " [" pre ]]] +.B "\&.I [\fItxt\fP [\fIpost\fP [\fIpre\fP]]]" Sets its first argument in .IR "italic type" . It operates similarly to the .B B macro otherwise. .TP -.BI "\&.CW [" txt " [" post " [" pre ]]] +.B "\&.CW [\fItxt\fP [\fIpost\fP [\fIpre\fP]]]" Sets its first argument in a constant width face. It operates similarly to the .B B macro otherwise. .TP -.BI "\&.BI [" txt " [" post " [" pre ]]] +.B "\&.BI [\fItxt\fP [\fIpost\fP [\fIpre\fP]]]" Sets its first argument in bold italic type. It operates similarly to the .B B @@ -758,7 +758,7 @@ This is more flexible than defining the individual strings. The syntax for these macros is as follows: .RS .IP -.BI "\&.OH '" left ' center ' right ' +.B "\&.OH '\fIleft\fP'\fIcenter\fP'\fIright\fP'" .RE .IP You can replace the quote (') marks with any character not -- cgit v1.2.1