diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-12-31 15:53:00 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-12-31 15:53:00 +0000 |
commit | 2d105c2d327a7609f79d6dc75d8e8d5b4868adc2 (patch) | |
tree | f9b447755e63df4c43a1246388d94f7e2db8bcb3 /sys/man/1 | |
parent | 31f66da43347e73de92995b7e50f1df1c0e8131f (diff) |
0intro(1), acme(1), con(1), rcpu(1), rio(1), namespace(4), authsrv(6), aan(8): cpu -> rcpu
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/0intro | 4 | ||||
-rw-r--r-- | sys/man/1/acme | 1 | ||||
-rw-r--r-- | sys/man/1/con | 2 | ||||
-rw-r--r-- | sys/man/1/leak | 19 | ||||
-rw-r--r-- | sys/man/1/rcpu | 2 | ||||
-rw-r--r-- | sys/man/1/rio | 1 |
6 files changed, 9 insertions, 20 deletions
diff --git a/sys/man/1/0intro b/sys/man/1/0intro index dc31e4989..711659b3c 100644 --- a/sys/man/1/0intro +++ b/sys/man/1/0intro @@ -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 diff --git a/sys/man/1/acme b/sys/man/1/acme index 347a5befb..27d67efe2 100644 --- a/sys/man/1/acme +++ b/sys/man/1/acme @@ -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 . diff --git a/sys/man/1/con b/sys/man/1/con index 8c2f9f74f..c49536348 100644 --- a/sys/man/1/con +++ b/sys/man/1/con @@ -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 diff --git a/sys/man/1/leak b/sys/man/1/leak index 6628bbe12..45d91a0a1 100644 --- a/sys/man/1/leak +++ b/sys/man/1/leak @@ -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 . diff --git a/sys/man/1/rcpu b/sys/man/1/rcpu index edafa8cfc..7b4868236 100644 --- a/sys/man/1/rcpu +++ b/sys/man/1/rcpu @@ -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) diff --git a/sys/man/1/rio b/sys/man/1/rio index 4f42d4f61..80e882e38 100644 --- a/sys/man/1/rio +++ b/sys/man/1/rio @@ -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), |