Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace incorrect text with ix macro #7

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/ch06.t
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ instead of
.CW nroff ,
use the
.CW mmt
129 [mmt] command %key mmt command
.ix [mmt] command %key mmt command
command (another shell script) or invoke
.CW troff
directly, using the
Expand Down Expand Up @@ -4275,7 +4275,7 @@ Fs###Vertical spacing between footnotes.
Hb###T{
Level of heading for which break occurs before output
of body text.
Default is 2 lines.
Default is 2.
T}
.sp 4p
Hc###T{
Expand All @@ -4287,7 +4287,7 @@ Hi###T{
Indent type after heading.
Default is 1 (paragraph indent).
Legal values are:
0=left justified (default);
0=left justified;
1=indented;
2=indented except after
.CW \&.H ,
Expand Down Expand Up @@ -4423,7 +4423,7 @@ start of your document:
\&.nr Hs 3
\&.nr Hb 4
\&.nr Hi 2
\&.ds HF 3 3 3 3 2 2 2
\&.ds HF 3 3 3 3 3 2 2
\&.ds HP 16 14 12 10 10 10 10
.Pe
.LP
Expand Down