summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorwl <wl>2007-02-08 09:37:47 +0000
committerwl <wl>2007-02-08 09:37:47 +0000
commit350b8dfef046b1e81c56af74f41c4cc4aaa83e04 (patch)
treeb03209e73b5f69a043e3a0fe91aab0331d0dedd8 /man
parenteb108b083c15218f12c6ad726ec47a3f9d612c34 (diff)
downloadgroff-350b8dfef046b1e81c56af74f41c4cc4aaa83e04.tar.gz
formatting, typos
Diffstat (limited to 'man')
-rw-r--r--man/groff_tmac.man38
1 files changed, 19 insertions, 19 deletions
diff --git a/man/groff_tmac.man b/man/groff_tmac.man
index 5dade94b..0d9e8bbf 100644
--- a/man/groff_tmac.man
+++ b/man/groff_tmac.man
@@ -3,11 +3,11 @@ groff_tmac.5
File position: <groff-source>/man/groff_tmac.man
-Last update: 4 Feb 2007
+Last update: 8 Feb 2007
This file is part of groff, the GNU roff type-setting system.
-Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006
+Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006, 2007
Free Software Foundation, Inc.
written by Bernd Warken <bwarken@mayn.de> and Werner Lemberg
<wl@gnu.org>
@@ -473,7 +473,7 @@ modern C
.BR getopt (3)
call evolved, and used a naming scheme for macro packages that looks
odd to modern eyes. Macro packages were always included with the option
-.BR -m ;
+.BR \-m ;
when this option was directly followed by its argument without an
intervening space, this looked like a long option preceded by a single
minus \[em] a sensation in the computer stone age.
@@ -490,9 +490,9 @@ while its macro file
So it could be activated by the argument
.I an
to option
-.BR -m ,
+.BR \-m ,
or
-.BR -man
+.BR \-man
for short.
.
.
@@ -508,7 +508,7 @@ in the documentation, although a more suitable name would be
.IR doc .
For, when omitting the space between the option and its argument, the
command line option for activating this package reads
-.BR -mdoc .
+.BR \-mdoc .
.
.
.P
@@ -551,7 +551,7 @@ macro package may be specified only as one of the two methods:
.
.P
Obviously, variants like
-.I -mmwww
+.I \-mmwww
would not make much sense.
.
.
@@ -611,24 +611,24 @@ is searched for instead.
.P
Alternatively, it is also possible to include a macro file by adding
the request
-.B \&.so
+.B .so
.I filename
into the document; the argument must be the full file name of an
existing file, possibly with the directory where it is kept.
.
In groff, this was improved by the similar request
-.B \&.mso
+.B .mso
.IR package ,
which added searching in the tmac path, just like option
-.BR -m
+.BR \-m
does.
.
.
.P
Note that in order to resolve the
-.B \&.so
+.B .so
and
-.B \&.mso
+.B .mso
requests, the roff preprocessor
.BR soelim (@MAN1EXT@)
must be called if the files to be included need preprocessing.
@@ -688,9 +688,9 @@ If you want to write your own groff macro file, call it
and put it in some directory of the tmac path, see section
.BR FILES .
Then documents can include it with the
-.B \&.mso
+.B .mso
request or the option
-.BR -m .
+.BR \-m .
.
.
.ig
@@ -831,7 +831,7 @@ the macro to the terminal, define a macro named `.print_args',
say.
.
.
-.P
+.IP
.ds @1 \ef[I]\e\e$0\ef[]\"
.ds @2 arguments:\"
.EX
@@ -848,7 +848,7 @@ say.
.P
When calling this macro by
.
-.P
+.IP
.EX
\&.print_args arg1 arg2
.EE
@@ -856,7 +856,7 @@ When calling this macro by
.P
the following text is printed to the terminal:
.
-.P
+.IP
.EX
\&\f[CI]print_args\f[] was called with the following 2 arguments:
arg1 arg2
@@ -914,7 +914,7 @@ strings, registers, etc.
For example, the code above can be written in a simpler way by
.
.
-.P
+.IP
.ds @1 \ef[I]\e$0\ef[]\"
.ds @2 arguments:\"
.EX
@@ -1118,7 +1118,7 @@ See the previous section for a detailed description.
.SH AUTHOR
.\" --------------------------------------------------------------------
.
-Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006
+Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006, 2007
Free Software Foundation, Inc.
.
.P