summaryrefslogtreecommitdiff
path: root/src/roff
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-08-06 11:33:51 +0000
committerwlemb <wlemb>2000-08-06 11:33:51 +0000
commite2bdac31c0280f8ef3b0607cf8f3122a53f557d9 (patch)
treec47b624d5c4946f01f9457dec64ec648c1b81580 /src/roff
parent954974ce728b12e429a1962dbeac8a6c4bf0c7ee (diff)
downloadgroff-e2bdac31c0280f8ef3b0607cf8f3122a53f557d9.tar.gz
Add support for new BSD-style man pages (with ".Dd" instead of
".TH"), so that "groff -man" understands both styles, even when running "groff -man" on a host whose system man page macros don't support ".Dd". * tmac/Makefile.sub (NORMALFILES): Add tmac.an.old. (stamp-wrap): Source tmac.andoc first when wrapping man macros, in case the system man macros don't define Dd or TH. * tmac/tmac.an.old: Renamed from tmac/tmac.an. * tmac/tmac.an: New one-line file. * tmac/tmac.andoc (TH): Adjust to the tmac.an.old file renaming. * src/roff/troff/troff.man: Fixing typos.
Diffstat (limited to 'src/roff')
-rw-r--r--src/roff/troff/troff.man12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/roff/troff/troff.man b/src/roff/troff/troff.man
index 616dcade..d97bf920 100644
--- a/src/roff/troff/troff.man
+++ b/src/roff/troff/troff.man
@@ -257,7 +257,7 @@ is equal to 1/sizescale
points, where
sizescale is specified in the
.B DESC
-file (1 by default.)
+file (1 by default).
There is a new scale indicator
.B z
which has the effect of multiplying by sizescale.
@@ -407,7 +407,7 @@ The use of
ensures that these definitions will work even if
.B \e*{
gets interpreted in copy-mode
-(for example, by being used in a macro argument.)
+(for example, by being used in a macro argument).
.RE
.TP
.BI \eN' n '
@@ -1575,17 +1575,17 @@ request.
.B \en[.hy]
The current hyphenation flags (as set by the
.B hy
-request.)
+request).
.TP
.B \en[.hym]
The current hyphenation margin (as set by the
.B hym
-request.)
+request).
.TP
.B \en[.hys]
The current hyphenation space (as set by the
.B hys
-request.)
+request).
.TP
.B \en[.in]
The indent that applies to the current output line.
@@ -1599,7 +1599,7 @@ otherwise.
.B \en[.lg]
The current ligature mode (as set by the
.B lg
-request.)
+request).
.TP
.B \en[.ll]
The line length that applies to the current output line.