summaryrefslogtreecommitdiff
path: root/tmac/groff_man.man
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-01-07 23:04:01 +0000
committerwlemb <wlemb>2002-01-07 23:04:01 +0000
commitdcc5ec5b4060ab4b0979ee0ef4fec23f40109500 (patch)
treef7f32e20b15814705863da410d885de76b465ac4 /tmac/groff_man.man
parent93b7c9550d2689f1d805cd32ba39fb531f432264 (diff)
downloadgroff-dcc5ec5b4060ab4b0979ee0ef4fec23f40109500.tar.gz
doc/groff.texinfo: Fix documentation of glyph searching algorithm.
* tmac/an-old.tmac: Revert change 2001-12-23. This breaks too many man pages. * tmac/groff_man.man: Small improvements.
Diffstat (limited to 'tmac/groff_man.man')
-rw-r--r--tmac/groff_man.man26
1 files changed, 13 insertions, 13 deletions
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"
.