summaryrefslogtreecommitdiff
path: root/tmac/groff_man.man
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-05-22 06:21:49 +0000
committerwlemb <wlemb>2000-05-22 06:21:49 +0000
commit086d69cc31f1615c03ddd475241eeed7e5dea4bb (patch)
treef469a96f90bccaf78a7a4a08fa07e76ee5dad796 /tmac/groff_man.man
parent8b39e1cf736d1c8fc197f37ab1617a4debe0fa99 (diff)
downloadgroff-086d69cc31f1615c03ddd475241eeed7e5dea4bb.tar.gz
* tmac/tmac.an: Added a new command line option `-rSxx' (`xx' can be
10, 11, or 12) to support output with 11pt and 12pt base font sizes. `.SS' now produces a heading with a smaller size than `.SH'. Completely formatted. * doc/groff.texinfo, tmac/groff_man.man, NEWS: Document it. * man/groff.man: Improved table appearance. Use of `eo' request to reduce number of doubled backslashes in macro definitions. Replacing `e' with `(rs'. Other minor fixes. * src/preproc/tbl/main.cc: Insert HTML table end tag before `lf' to have correct line number. * INSTALL: Small improvement. * man/roff.man, tmac/groff_tmac.man: Updates (with corrections by WL).
Diffstat (limited to 'tmac/groff_man.man')
-rw-r--r--tmac/groff_man.man15
1 files changed, 11 insertions, 4 deletions
diff --git a/tmac/groff_man.man b/tmac/groff_man.man
index 7a3068e7..14bd3b0c 100644
--- a/tmac/groff_man.man
+++ b/tmac/groff_man.man
@@ -68,8 +68,15 @@ Enumeration of pages will start with
.I nnn
rather than with\ 1.
.TP
+.BI \-rS xx
+Base document font size is
+.I xx
+points
+.RI ( xx
+can be 10, 11, or\ 12) rather than 10\ points.
+.TP
.BI \-rX nnn
-After page
+After page\ \c
.IR nnn ,
number pages as
.IR nnn a,
@@ -130,18 +137,18 @@ Prints out all the text following
up to the end of the line (resp. the text in the next line if there is no
argument to
.BR SH )
-in bold face, at a default size of 9\ point.
+in bold face, one size larger than the base document size.
Additionally, the left margin for the following text is reset to its default
value.
.TP
.BI ".SS [" "text for a heading" ]
-Sets up an unnumbered section heading.
+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
.BR SS )
-in bold face, at a default size of 10\ point.
+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
value.
.TP