0intro(1), acme(1), con(1), rcpu(1), rio(1), namespace(4), authsrv(6), aan(8): cpu -> rcpu
This commit is contained in:
parent
31f66da433
commit
2d105c2d32
9 changed files with 16 additions and 31 deletions
|
@ -208,13 +208,13 @@ such as running the window system
|
|||
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
|
||||
|
|
|
@ -399,7 +399,6 @@ is restricted but is sufficient to run
|
|||
.IR 9fs
|
||||
(see
|
||||
.IR srv (4)),
|
||||
.IR import (4),
|
||||
etc.,
|
||||
and to set environment variables such as
|
||||
.BR $objtype .
|
||||
|
|
|
@ -289,7 +289,7 @@ do each stage of a pipeline on a different machine.
|
|||
.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
|
||||
|
|
|
@ -218,17 +218,7 @@ and
|
|||
.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 @@ will not work on APE programs.
|
|||
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 .
|
||||
|
|
|
@ -205,9 +205,7 @@ tunnel.
|
|||
.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)
|
||||
|
|
|
@ -523,7 +523,6 @@ messages.
|
|||
.SH "SEE ALSO"
|
||||
.IR rio (4),
|
||||
.IR rc (1),
|
||||
.IR cpu (1),
|
||||
.IR sam (1),
|
||||
.IR mail (1),
|
||||
.IR proof (1),
|
||||
|
|
|
@ -395,7 +395,7 @@ Mount point for the window system.
|
|||
.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
|
||||
|
|
|
@ -592,15 +592,14 @@ authentication files
|
|||
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
|
||||
|
|
|
@ -62,10 +62,8 @@ already-announced network directory
|
|||
.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 @@ Log file
|
|||
.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).
|
||||
|
|
Loading…
Reference in a new issue