summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--contrib/eqn2graph/eqn2graph.man12
-rw-r--r--contrib/groffer/groffer.man7
-rw-r--r--man/groff_font.man16
-rw-r--r--man/groff_tmac.man15
-rw-r--r--tmac/an-old.tmac3
6 files changed, 40 insertions, 21 deletions
diff --git a/ChangeLog b/ChangeLog
index d7cf3ef0..171f4fa9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-08-20 Werner LEMBERG <wl@gnu.org>
+
+ * tmac/an-old.tmac (T&): New dummy macro to avoid warning.
+ * man/groff_tmac.man: Fix typos.
+ * man/groff_font.man: Minor reordering.
+ * contrib/eqn2graph/eqn2graph.man (Tp): New macro.
+ * contrib/groffer/groffer.man: Fix typos.
+
2002-08-18 Gaius Mulley <gaius@glam.ac.uk>
Avoid endless loops while scanning for tables.
diff --git a/contrib/eqn2graph/eqn2graph.man b/contrib/eqn2graph/eqn2graph.man
index a276e020..aa71405c 100644
--- a/contrib/eqn2graph/eqn2graph.man
+++ b/contrib/eqn2graph/eqn2graph.man
@@ -1,5 +1,15 @@
-.\" $Id: eqn2graph.man,v 1.1 2002/07/07 22:14:56 wlemb Exp $
+.\" $Id: eqn2graph.man,v 1.2 2002/08/21 17:29:17 wlemb Exp $
.\" This documentation is released to the public domain.
+.
+.
+.\" Like TP, but if specified indent is more than half
+.\" the current line-length - indent, use the default indent.
+.de Tp
+.ie \\n(.$=0:((0\\$1)*2u>(\\n(.lu-\\n(.iu)) .TP
+.el .TP "\\$1"
+..
+.
+.
.TH EQN2GRAPH @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@"
.IX eqn2graph
.SH NAME
diff --git a/contrib/groffer/groffer.man b/contrib/groffer/groffer.man
index 182b448d..c1de32c5 100644
--- a/contrib/groffer/groffer.man
+++ b/contrib/groffer/groffer.man
@@ -15,7 +15,7 @@ groffer.1 - man page for groffer (section 1).
File position: <groff_source_top>/contrib/groffer/groffer.man
Version : groffer 0.9.0
-Last update : 28 June 2002
+Last update : 21 Aug 2002
This file is part of groff, the GNU roff type-setting system.
@@ -106,7 +106,6 @@ FDL in the main directory of the groff source package.
.\" Macro definitions
.
.\" Ignore all arguments like a comment, even after a .eo call.
-.c
.de c
..
.c --------------------------------------------------------------------
@@ -527,9 +526,9 @@ FDL in the main directory of the groff source package.
.c
.de Topic
. ie (\\n[.$] = 0) \
-. .ds @indent 2m\"
+. ds @indent 2m\"
. el \
-. .ds @indent \\$1\"
+. ds @indent \\$1\"
. TP \\*[@indent]
. Text \[bu]
. rm @indent
diff --git a/man/groff_font.man b/man/groff_font.man
index 3f640f75..0211f952 100644
--- a/man/groff_font.man
+++ b/man/groff_font.man
@@ -426,6 +426,14 @@ Note that single-letter special characters can't be accessed as
.BI \[rs] c\fR;
the only exception is `\[rs]-' which is identical to `\[rs][-]'.
.
+The name
+.B \-\-\-
+is special and indicates that the character is unnamed;
+such characters can only be used by means of the
+.B \[rs]N
+escape sequence in
+.BR troff .
+.
.LP
Groff supports eight-bit characters; however some utilities
have difficulties with eight-bit characters.
@@ -440,14 +448,6 @@ For example,
would be equivalent to the character with code 163
which is the pounds sterling sign in ISO Latin-1.
.
-The name
-.B \-\-\-
-is special and indicates that the character is unnamed;
-such characters can only be used by means of the
-.B \[rs]N
-escape sequence in
-.BR troff .
-.
.LP
The
.I type
diff --git a/man/groff_tmac.man b/man/groff_tmac.man
index b8d2caf9..c0d34212 100644
--- a/man/groff_tmac.man
+++ b/man/groff_tmac.man
@@ -15,7 +15,7 @@ groff_tmac.5
File position: <groff-source>/man/groff_tmac.man
-Last update: 26 June 2002
+Last update: 21 Aug 2002
This file is part of groff, the GNU roff type-setting system.
@@ -46,7 +46,7 @@ FDL in the main directory of the groff source package.
. ftr CB B
.\}
.
-.ds Ellipsis \.\|.\|.\&\"
+.ds Ellipsis \&.\|.\|.\&\"
.
.\" Global static variables for inter-macro communication
.rr @+Example_font
@@ -227,9 +227,9 @@ FDL in the main directory of the groff source package.
.c
.de Topic
. ie (\\n[.$] = 0) \
-. .ds @indent 2m\"
+. ds @indent 2m\"
. el \
-. .ds @indent \\$1\"
+. ds @indent \\$1\"
. TP \\*[@indent]
. Text \[bu]
. rm @indent
@@ -735,9 +735,9 @@ macro call.
Within the macro definition, the arguments are available as the escape
sequences
.BR $1 ,
-\*[Ellsipsis],
+\*[Ellipsis],
.BR $9 ,
-.BR $[ \*[Ellsipsis] ] ,
+.BR $[ \*[Ellipsis] ] ,
.BR $* ,
and
.BR $@ ,
@@ -776,8 +776,7 @@ escape sequence.
This doubling is most important for the positional parameters.
.
For example, to print information on the arguments that were passed to
-the macro to the terminal, define a macro named
-. print_args ,
+the macro to the terminal, define a macro named `.print_args',
say.
.
.
diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac
index 4b582bc9..3cee9074 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -536,6 +536,9 @@
. HTML-IMAGE
..
.
+.de1 T&
+..
+.
.de1 TE
. HTML-IMAGE-END
..