ref: 543077a2b799f2c16238a979ce452a51900036d9
parent: 32526e0f433c7a79b976cc42326cb0ac5ab39eb2
author: sl <sl@stanleylieber.com>
date: Tue Nov 30 16:13:02 EST 2021
fqa7.ms: update references to cpu(1) to reflect rcpu(1 (thanks, stuart morrow)
--- a/fqa7.ms
+++ b/fqa7.ms
@@ -208,12 +208,9 @@
The Organization of Networks in Plan 9,
.R
.ihtml a
-.ihtml a <a href="http://man.9front.org/1/cpu">
-.CW cpu(1) ,
+.ihtml a <a href="http://man.9front.org/1/rcpu">
+.CW rcpu(1)
.ihtml a
-.ihtml a <a href="http://man.9front.org/4/exportfs">
-.CW exportfs(4)
-.ihtml a
.html - <a name="7.1.5" />
.ihtml h3 <h3>
@@ -1348,9 +1345,11 @@
.ihtml a <a href="http://man.9front.org/8/listen">
.CW listen(8) .
.ihtml a
-The script
+The scripts
.CW tcp17019
-handles incoming cpu connections. Authentication for incoming cpu connections is performed by the auth server associated with the
+and
+.CW tcp17020
+handles incoming rcpu connections. Authentication for incoming rcpu connections is performed by the auth server associated with the
.CW authdom
by
.CW ndb .
@@ -1413,11 +1412,11 @@
If the
.CW hostowner
factotum has been loaded with the appropriate key and the system is listening for
-.CW cpu
+.CW rcpu
connections, a user may
-.CW cpu
+.CW rcpu
into a terminal that is not running auth services. To configure a terminal to accept
-.CW cpu
+.CW rcpu
connections in this fashion, substitute your choice of
.CW dom
(this refers to the authdom),
--
⑨