ref: e7422424f56d5bc6eff76f546c8e5dc68bfee090
parent: aff09057f97829e94006c475b606ebfab79b5429
author: sl <sl@9front>
date: Tue Nov 25 22:56:07 EST 2025
fqa7.ms, fqa8.ms, indicia.ms, mkfile: update for print edition.
--- a/fqa7.ms
+++ b/fqa7.ms
@@ -268,8 +268,11 @@
has not already been bound over
.CW /dev :
.P1
-bind -b \'#S\' /dev # bind the local hard drive kernel device over /dev
-9fs 9fat /dev/sdXX/9fat # specify the full path to the corresponding 9fat
+# bind the local hard drive kernel device over /dev
+bind -b \'#S\' /dev
+
+# specify the full path to the corresponding 9fat
+9fs 9fat /dev/sdXX/9fat
.P2
.B Note:
@@ -386,7 +389,8 @@
For 386:
.P1
-# old kernel is copied to /n/9fat/9pc.o, new kernel is copied to /n/9fat/9pc
+# old kernel is copied to /n/9fat/9pc.o,
+# new kernel is copied to /n/9fat/9pc
cd /sys/src/9/pc
mk install.9fat
.P2
@@ -393,7 +397,8 @@
For amd64:
.P1
-# old kernel is copied to /n/9fat/9pc64.o, new kernel is copied to /n/9fat/9pc64
+# old kernel is copied to /n/9fat/9pc64.o,
+# new kernel is copied to /n/9fat/9pc64
cd /sys/src/9/pc64
mk install.9fat
.P2
@@ -402,7 +407,8 @@
For 386:
.P1
-# old kernel is copied to /n/esp/9pc.o, new kernel is copied to /n/esp/9pc
+# old kernel is copied to /n/esp/9pc.o,
+# new kernel is copied to /n/esp/9pc
cd /sys/src/9/pc
mk install.esp
.P2
@@ -409,7 +415,8 @@
For amd64:
.P1
-# old kernel is copied to /n/esp/9pc64.o, new kernel is copied to /n/esp/9pc64
+# old kernel is copied to /n/esp/9pc64.o,
+# new kernel is copied to /n/esp/9pc64
cd /sys/src/9/pc64
mk install.esp
.P2
@@ -1635,7 +1642,8 @@
([^@]+)@([^@]+)@(.+)\ alias\ \e2!\e1@\e3
([^@]+)@([^@]+)\ alias\ \e2!\e1
-# /mail/lib/remotemail will take care of gating to systems we don't know
+# /mail/lib/remotemail will take care of
+# gating to systems we don't know
([^!]*)!(.*)\ |\ "/mail/lib/qmail \'\es\' \'net!\e1\'" "\'\e2\'"
.P2
.html - Example file: <a href="http://plan9.stanleylieber.com/mail/lib/rewrite">rewrite</a>
--- a/fqa8.ms
+++ b/fqa8.ms
@@ -1472,8 +1472,6 @@
Free Carrots #1: VNC over SSH
.ihtml a
-.FG rails jpg
-
.html - <a name="8.4.6.5.1" />
.ihtml h5 <h5>
.SH
@@ -1617,6 +1615,8 @@
.CW http://swtch.com/drawterm
.ihtml a
+[Continued on next page]
+
.FG embraceextendextinguish png
There also exists a fork of Russ Cox's drawterm that incorporates features from 9front, most importantly DP9IK authentication support (see
@@ -1640,8 +1640,6 @@
.CW http://wiki.9front.org/drawterm
.ihtml a
-[Continued on next page]
-.bp
.html - <a name="8.4.8.1" />
.ihtml h3 <h3>
.SH
@@ -1658,6 +1656,8 @@
http://helpful.cat-v.org/Blog/2017/11/29/0/
.ihtml a
+[Continued on next page]
+
.FG iosprompt2openbsdtmuxdrawterm9front png
.html - <a name="8.4.8.2" />
@@ -1927,8 +1927,6 @@
.B Note:
Devices must be FAT or FAT32 formatted; exFAT is not supported.
-[Continued on next page ]
-.bp
.html - <a name="8.7" />
.ihtml h2 <h2>
.SH
--- a/indicia.ms
+++ b/indicia.ms
@@ -23,7 +23,7 @@
.br
9front.org
-ISBN: 978\-1\-300\-30557\-6
+ISBN: 978\-1\-105\-98775\-5
This is a work of fiction. Names, characters, places and incidents
either are the product of the author's imagination or are used
--- a/mkfile
+++ b/mkfile
@@ -1,4 +1,4 @@
-RELEASE=clause15
+RELEASE=release
%.html: %.ms
htmlroff -u -ms -mhtml $stem.ms >$target
--
⑨