summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-08-21 17:29:17 +0000
committerwlemb <wlemb>2002-08-21 17:29:17 +0000
commit9b9bce557e77e8ab45ca7ae54c29b6f0d61a618f (patch)
tree0a47ae32217eadca3aabab20be3bef88cdb35a71 /man
parentf2716958707d44528ea64752c9bc27698b92d3e3 (diff)
downloadgroff-9b9bce557e77e8ab45ca7ae54c29b6f0d61a618f.tar.gz
* 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.
Diffstat (limited to 'man')
-rw-r--r--man/groff_font.man16
-rw-r--r--man/groff_tmac.man15
2 files changed, 15 insertions, 16 deletions
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.
.
.