ref: 2d105c2d327a7609f79d6dc75d8e8d5b4868adc2
parent: 31f66da43347e73de92995b7e50f1df1c0e8131f
author: cinap_lenrek <[email protected]>
date: Fri Dec 31 10:53:00 EST 2021
0intro(1), acme(1), con(1), rcpu(1), rio(1), namespace(4), authsrv(6), aan(8): cpu -> rcpu
--- a/sys/man/1/0intro
+++ b/sys/man/1/0intro
@@ -208,13 +208,13 @@
on a terminal.
.PP
To do heavy work such as compiling, the
-.IR cpu (1)
+.IR rcpu (1)
command connects a window to a CPU server;
the same environment variables are set (to different values)
and the same profile is run.
The initial directory is the current directory in the terminal window
where
-.I cpu
+.I rcpu
was typed.
The value of
.B $service
--- a/sys/man/1/acme
+++ b/sys/man/1/acme
@@ -399,7 +399,6 @@
.IR 9fs
(see
.IR srv (4)),
-.IR import (4),
etc.,
and to set environment variables such as
.BR $objtype .
--- a/sys/man/1/con
+++ b/sys/man/1/con
@@ -289,7 +289,7 @@
.B /sys/src/cmd/con
for all other commands
.SH SEE ALSO
-.IR cpu (1),
+.IR rcpu (1),
.IR telco (4)
.SH BUGS
.I Con
--- a/sys/man/1/leak
+++ b/sys/man/1/leak
@@ -218,17 +218,7 @@
.I kmem
depend on the internal structure of the
libc pool memory allocator (see
-.IR pool (2))
-and require
-.B /sys/src/libc/port/pool.$objtype.acid
-to be present and generated from
-.BR pool.c
-as follows:
-.IP
-.EX
-% cd /sys/src/libc/port && mk pool.$objtype.acid
-.EE
-.PP
+.IR pool (2)).
Since the ANSI/POSIX environment uses a different
allocator,
.I leak
@@ -238,5 +228,8 @@
is not speedy, and
.I acidleak
can consume more memory than the process(es) being examined.
-
-
+.PP
+These commands require
+.B /sys/src/libc/port/pool.acid
+to be present and generated from
+.BR pool.c .
--- a/sys/man/1/rcpu
+++ b/sys/man/1/rcpu
@@ -205,9 +205,7 @@
.B /rc/bin/rconnect
.SH "SEE ALSO"
.IR rc (1) ,
-.IR cpu (1) ,
.IR con (1) ,
-.IR import (4) ,
.IR exportfs (4) ,
.IR tlssrv (8) ,
.IR aan (8)
--- a/sys/man/1/rio
+++ b/sys/man/1/rio
@@ -523,7 +523,6 @@
.SH "SEE ALSO"
.IR rio (4),
.IR rc (1),
-.IR cpu (1),
.IR sam (1),
.IR mail (1),
.IR proof (1),
--- a/sys/man/4/namespace
+++ b/sys/man/4/namespace
@@ -395,7 +395,7 @@
.B /mnt/term
Mount point for the terminal's name space as seen by the CPU server
after a
-.IR cpu (1)
+.IR rcpu (1)
command.
.TP
.B /n/kremvax
--- a/sys/man/6/authsrv
+++ b/sys/man/6/authsrv
@@ -592,15 +592,14 @@
and
.IR attach (5)).
Other services, such as
-.IR cpu (1),
-.IR exportfs (4)
+.IR rcpu (1),
+.IR rexport(1),
+.IR rimport(1)
and
.IR tlssrv (8)
run
.I p9any
over the network and then use the session secret to derive an
-.IR ssl (3)
-or
.IR tls (3)
key to encrypt the rest of their communications.
.SS "Password Change
--- a/sys/man/8/aan
+++ b/sys/man/8/aan
@@ -62,10 +62,8 @@
.I Aan
is usually run automatically through the
.B -p
-option of
-.IR import (4)
-and
-.IR cpu (1).
+option of rimport, rexport and
+.IR rcpu (1).
.PP
.I Aanuke
prints commands that will cause all processes called
@@ -124,9 +122,8 @@
.br
.B /rc/bin/aanuke
.SH SEE ALSO
-.IR import (4),
.IR exportfs (4),
-.IR cpu (1)
+.IR rcpu (1)
.SH HISTORY
.I Aanuke
first appeared in 9front (April, 2014).