summaryrefslogtreecommitdiff
path: root/man/groff_tmac.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/groff_tmac.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/groff_tmac.man')
-rw-r--r--man/groff_tmac.man15
1 files changed, 7 insertions, 8 deletions
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.
.
.