mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
Patch paths.
This commit is contained in:
parent
fdd79b2faf
commit
218dae2733
7 changed files with 8 additions and 8 deletions
2
tmac/mmn
2
tmac/mmn
|
@ -24,7 +24,7 @@
|
|||
.nr!8 0
|
||||
.nr!9 0
|
||||
.nr!M 0
|
||||
.so#9/sys/lib/tmac/strings.mm
|
||||
.so #9/tmac/strings.mm
|
||||
.if\*(]S .ds ]S \*(}Z
|
||||
.dsBU \(bu
|
||||
.dsEM \%--
|
||||
|
|
2
tmac/mmt
2
tmac/mmt
|
@ -23,7 +23,7 @@
|
|||
.nr!8 0
|
||||
.nr!9 0
|
||||
.nr!M 0
|
||||
.so#9/sys/lib/tmac/strings.mm
|
||||
.so #9/tmac/strings.mm
|
||||
.if\*(]S .ds ]S \s14\f3\*(}Z\fP\s0
|
||||
.dsBU \s-2\(bu\s0
|
||||
.dsEM \(em
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.so #9/sys/lib/tmac/tmac.an
|
||||
.so #9/tmac/tmac.an
|
||||
.de }H
|
||||
..
|
||||
.de }F
|
||||
|
|
|
@ -918,7 +918,7 @@
|
|||
.nr ii 5n
|
||||
.nr $m 1
|
||||
.nr $s 4n
|
||||
.ds || #9/sys/lib/tmac/me
|
||||
.ds || #9/tmac/me
|
||||
.bd S B 3
|
||||
.ds [ \u\x'-0.25v'
|
||||
.ds ] \d
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
'''\" TMAC.M @(#)tmacs.src 1.7
|
||||
.if n .so #9/sys/lib/tmac/mmn
|
||||
.if t .so #9/sys/lib/tmac/mmt
|
||||
.if n .so #9/tmac/mmn
|
||||
.if t .so #9/tmac/mmt
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.lg 0
|
||||
.ds sd #9/sys/lib/tmac
|
||||
.ds sd #9/tmac
|
||||
.\" RT - reset everything to normal state
|
||||
.de RT
|
||||
.if \\n(CS \{\
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
..... July 1, 1991
|
||||
.so #9/sys/lib/tmac/tmac.pm
|
||||
.so #9/tmac/tmac.pm
|
||||
.
|
||||
.ig
|
||||
.nr VN 1 \" VN -- volume
|
||||
|
|
Loading…
Reference in a new issue