diff options
Diffstat (limited to 'tmac')
| -rw-r--r-- | tmac/tmac.an | 2 | ||||
| -rw-r--r-- | tmac/tmac.anhtml | 2 | ||||
| -rw-r--r-- | tmac/tmac.pm | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/tmac/tmac.an b/tmac/tmac.an index 28c6f6f1..f52afb4d 100644 --- a/tmac/tmac.an +++ b/tmac/tmac.an @@ -3,7 +3,7 @@ .fp 3 B LuxiSans-Bold .fp 4 BI LuxiSans-BoldOblique .fp 5 L LuxiMono -.ds 9 /usr/local/plan9 +.ds 9 /Users/ethan/plan9port .if n .uf 4 .if n .bd 3 .if n .rm bd diff --git a/tmac/tmac.anhtml b/tmac/tmac.anhtml index 5e3782b0..579a6792 100644 --- a/tmac/tmac.anhtml +++ b/tmac/tmac.anhtml @@ -1,4 +1,4 @@ -.so /usr/local/plan9/tmac/tmac.an +.so /Users/ethan/plan9port/tmac/tmac.an .de }H .. .de }F diff --git a/tmac/tmac.pm b/tmac/tmac.pm index 1333a31c..19fa81a6 100644 --- a/tmac/tmac.pm +++ b/tmac/tmac.pm @@ -1,5 +1,5 @@ .\" 10/22/92 activate next line before installing -.pi /usr/local/plan9/bin/auxpm +.pi /Users/ethan/plan9port/bin/auxpm . . \" IZ - initialization .de IZ @@ -963,4 +963,4 @@ Naperville, Illinois 60540 .. .IZ .rm IZ -.so /usr/local/plan9/tmac/tmac.srefs +.so /Users/ethan/plan9port/tmac/tmac.srefs |