summaryrefslogtreecommitdiff
path: root/tmac
diff options
context:
space:
mode:
Diffstat (limited to 'tmac')
-rw-r--r--tmac/an-old.tmac17
-rw-r--r--tmac/groff_man.man26
2 files changed, 22 insertions, 21 deletions
diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac
index e662eb51..c6243204 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -1,6 +1,7 @@
.\" an-old.tmac
.\"
-.\" Copyright (C) 1989, 1990, 1991, 1992, 2001 Free Software Foundation, Inc.
+.\" Copyright (C) 1989, 1990, 1991, 1992, 2001, 2002
+.\" Free Software Foundation, Inc.
.\" Written by James Clark (jjc@jclark.com)
.\"
.\" This file is part of groff.
@@ -250,7 +251,7 @@
. in \\n[an-margin]u
. ti 0
. HTML-TAG ".NH \\n[an-level]"
-. itc 1 an-trap
+. it 1 an-trap
. nr an-no-space-flag 1
. nr an-break-flag 1
. ps \\n[PS-SH]u
@@ -267,7 +268,7 @@
. fi
. in \\n[IN]u
. ti \\n[SN]u
-. itc 1 an-trap
+. it 1 an-trap
. nr an-no-space-flag 1
. nr an-break-flag 1
. ps \\n[PS-SS]u
@@ -277,25 +278,25 @@
..
.
.de1 B
-. itc 1 an-trap
+. it 1 an-trap
. ft B
. if \\n[.$] \&\\$*
..
.
.de1 I
-. itc 1 an-trap
+. it 1 an-trap
. ft I
. if \\n[.$] \&\\$*
..
.
.de1 SM
-. itc 1 an-trap
+. it 1 an-trap
. ps -1
. if \\n[.$] \&\\$*
..
.
.de1 SB
-. itc 1 an-trap
+. it 1 an-trap
. ps -1
. ft B
. if \\n[.$] \&\\$*
@@ -304,7 +305,7 @@
.de1 TP
. sp \\n[PD]u
. if \\n[.$] .nr an-prevailing-indent (n;\\$1)
-. itc 1 an-trap
+. it 1 an-trap
. if !\\n[an-div?] .di an-div
. ie \\n[an-html] .in \\n[an-margin]u
. el \{\
diff --git a/tmac/groff_man.man b/tmac/groff_man.man
index fc2d8ecc..379f13b8 100644
--- a/tmac/groff_man.man
+++ b/tmac/groff_man.man
@@ -1,5 +1,5 @@
.ig
-Copyright (C) 1999-2000, 2001 Free Software Foundation, Inc.
+Copyright (C) 1999-2000, 2001, 2002 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@@ -151,8 +151,8 @@ macro at the beginning of the file.
Sets up an unnumbered section heading sticking out to the left.
Prints out all the text following
.B SH
-up to the end of the line (resp. the text in the next line if there is no
-argument to
+up to the end of the line (resp. the text in the next input line if there is
+no argument to
.BR SH )
in bold face, one size larger than the base document size.
Additionally, the left margin for the following text is reset to its default
@@ -162,8 +162,8 @@ value.
Sets up an secondary, unnumbered section heading.
Prints out all the text following
.B SS
-up to the end of the line (resp. the text in the next line if there is no
-argument to
+up to the end of the line (resp. the text in the next input line if there is
+no argument to
.BR SS )
in bold face, at the same size as the base document size.
Additionally, the left margin for the following text is reset to its default
@@ -175,8 +175,8 @@ The indentation is set to
.I nnn
if that argument is supplied (the default unit is `n' if omitted), otherwise
it is set to the default indentation value.
-The first line of text following this macro is interpreted as a string to be
-printed flush-left, as it is appropriate for a label.
+The first input line of text following this macro is interpreted as a string
+to be printed flush-left, as it is appropriate for a label.
It is not interpreted as part of a paragraph, so there is no attempt to fill
the first line with text from the following input lines.
Nevertheless, if the label is not as wide as the indentation, then the
@@ -296,12 +296,12 @@ also cause a break but no insertion of vertical space.
The standard font is Roman; the default text size is 10\ point.
.TP
.BI ".SM [" text ]
-Causes the text on the same line or the text on the next line to appear in a
-font that is one point size smaller than the default font.
+Causes the text on the same line or the text on the next input line to
+appear in a font that is one point size smaller than the default font.
.TP
.BI ".SB [" text ]
-Causes the text on the same line or the text on the next line to appear in
-boldface font, one point size smaller than the default font.
+Causes the text on the same line or the text on the next input line to
+appear in boldface font, one point size smaller than the default font.
.TP
.BI ".BI " text
Causes text on the same line to appear alternately in bold face and italic.
@@ -340,14 +340,14 @@ Causes
.I text
to appear 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 face.
+of the next input line appears in bold face.
.TP
.BI ".I [" text ]
Causes
.I text
to appear in italic.
If no text is present on the line where the macro is called, then the text
-of the next line appears in italic.
+of the next input line appears in italic.
.
.SH "MISCELLANEOUS"
.