summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-12-12 15:09:11 +0000
committerwlemb <wlemb>2001-12-12 15:09:11 +0000
commit603ad92b926901ecb6cd10a35354a5259c2a8732 (patch)
tree37e9090a63d331cfd591755f3c4e85a19682d6f7
parent16f880bdc41591bfc072a0ad5c45f5675394f0ed (diff)
downloadgroff-603ad92b926901ecb6cd10a35354a5259c2a8732.tar.gz
* src/preproc/eqn/main.cc (inline_equation): Fix typos.
* tmac/groff_man.man, doc/groff.texinfo: There is no .R macro.
-rw-r--r--ChangeLog8
-rw-r--r--doc/groff.texinfo9
-rw-r--r--src/preproc/eqn/main.cc2
-rw-r--r--tmac/groff_man.man9
4 files changed, 10 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index 817c4c56..48c8c5d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-12-12 Ralph Corderoy <ralph@inputplus.demon.co.uk>
+
+ * src/preproc/eqn/main.cc (inline_equation): Fix typos.
+
+2001-12-12 Werner LEMBERG <wl@gnu.org>
+
+ * tmac/groff_man.man, doc/groff.texinfo: There is no .R macro.
+
2001-12-10 Gaius Mulley <gaius@glam.ac.uk>
* man/groff_diff.man: Adding documentation for \O.
diff --git a/doc/groff.texinfo b/doc/groff.texinfo
index fbdc2013..24cdb59c 100644
--- a/doc/groff.texinfo
+++ b/doc/groff.texinfo
@@ -2284,13 +2284,6 @@ Set its arguments alternately in bold face and roman.
Set its arguments alternately in roman and bold face.
@endDefmac
-@Defmac {R, [@Var{text}], man}
-Set @var{text} in roman font. If no text is present on the line where
-the macro is called, then the text of the next line appears in roman.
-This is the default font to which text is returned at the end of
-processing of the other macros.
-@endDefmac
-
@Defmac {B, [@Var{text}], man}
Set @var{text} in bold face. If no text is present on the line where
the macro is called, then the text of the next line appears in bold
@@ -7414,7 +7407,7 @@ The @code{als} request can make a macro have more than one name.
This would be called as
@Example
-.vl $Id: groff.texinfo,v 1.85 2001/12/06 10:03:22 wlemb Exp $
+.vl $Id: groff.texinfo,v 1.86 2001/12/12 15:09:12 wlemb Exp $
@endExample
@endDefesc
diff --git a/src/preproc/eqn/main.cc b/src/preproc/eqn/main.cc
index d4a1884d..ade6c1e5 100644
--- a/src/preproc/eqn/main.cc
+++ b/src/preproc/eqn/main.cc
@@ -190,7 +190,7 @@ static int inline_equation(FILE *fp, string &linebuf, string &str)
}
str += ptr;
if (!read_line(fp, &linebuf))
- fatal("unterminated %1' at line %2, looking for %3'",
+ fatal("unterminated `%1' at line %2, looking for `%3'",
start_delim, start_lineno, end_delim);
linebuf += '\0';
ptr = &linebuf[0];
diff --git a/tmac/groff_man.man b/tmac/groff_man.man
index 8e5eaf10..fc2d8ecc 100644
--- a/tmac/groff_man.man
+++ b/tmac/groff_man.man
@@ -335,15 +335,6 @@ The text must be on the same line as the macro call.
Causes text on the same line to appear alternately in roman and bold face.
The text must be on the same line as the macro call.
.TP
-.BI ".R [" text ]
-Causes
-.I text
-to appear in roman font.
-If no text is present on the line where the macro is called, then the text
-of the next line appears in roman.
-This is the default font to which text is returned at the end of processing
-of the other macros.
-.TP
.BI ".B [" text ]
Causes
.I text