summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/1/calc2
-rw-r--r--man/1/grid-monitor4
-rw-r--r--man/1/grid-ns2
-rw-r--r--man/1/grid-query6
-rw-r--r--man/1/mprof2
-rw-r--r--man/1/prof4
-rw-r--r--man/1/sh-expr2
-rw-r--r--man/1/wm2
-rw-r--r--man/1/zeros9
-rw-r--r--man/10/acid10
-rw-r--r--man/4/dbfs2
-rw-r--r--man/4/grid-cpu10
12 files changed, 26 insertions, 29 deletions
diff --git a/man/1/calc b/man/1/calc
index 04543195..8c59e888 100644
--- a/man/1/calc
+++ b/man/1/calc
@@ -269,4 +269,4 @@ for(i = 0; i < 4; i++)
.B /appl/cmd/calc.b
.SH "SEE ALSO"
.IR fc (1),
-.IR math (2)
+.IR math-intro (2)
diff --git a/man/1/grid-monitor b/man/1/grid-monitor
index 91e61b02..f5669c9f 100644
--- a/man/1/grid-monitor
+++ b/man/1/grid-monitor
@@ -11,7 +11,7 @@ monitor \- graphical display for viewing resource use.
.SH DESCRIPTION
.I Monitor
is designed to work with resources that deal with incoming connections (such as
-.IR register (1))
+.IR grid-register (1))
to visually display the connections to a specific resource.
.I Interface
sets the style of interface, this can be 1 or 2. Interface 1 is the simplest, displaying only a list of connections to the resource. Interface 2 is slightly more complex, allowing extra data to be displayed for each connection. While interface 1 shows all the connections at any one time, interface 2 displays a selection of 'slots' which have buttons that light up to signify a connection. Clicking on a lit button will display any data given about that connection in the main window.
@@ -81,6 +81,6 @@ Input messages of any other form will simply be ignored.
.br
.SH "SEE ALSO"
-.IR register (1),
+.IR grid-register (1),
.IR ns (1),
.IR cpu (4)
diff --git a/man/1/grid-ns b/man/1/grid-ns
index 928d1cb7..5eef02d5 100644
--- a/man/1/grid-ns
+++ b/man/1/grid-ns
@@ -40,7 +40,7 @@ to register it with a
and to export and serve its namespace across
.IR dial (2)
network connections. Incoming connections may also be displayed visually using
-.IR monitor (1).
+.IR grid-monitor (1).
For example:
.PP
.BI "grid/register [" " options ..." " ] { grid/srv/ns " "paths..." " } | grid/srv/monitor 1 'NS resource'
diff --git a/man/1/grid-query b/man/1/grid-query
index 4c1c6ed3..f04a9c7a 100644
--- a/man/1/grid-query
+++ b/man/1/grid-query
@@ -38,9 +38,7 @@ is only implemented in a very simple way. Given the attribute
pairs, the search will return all resources whose attributes exactly match the specified values.
.B *
may be used to match any attribute value but not name.
-
.SH "SEE ALSO"
-.IR grid-query (2),
+.IR grid-localreg (1),
.IR registries (2),
-.IR registry (4),
-.IR grid-localreg (1)
+.IR registry (4)
diff --git a/man/1/mprof b/man/1/mprof
index a56e209b..3c7f5b55 100644
--- a/man/1/mprof
+++ b/man/1/mprof
@@ -164,7 +164,7 @@ Can take quite a time to present statistics when profiling all modules in the
system.
.SH SEE ALSO
.IR cprof (1),
-.IR wm-cprof (1),
+.IR cprof (1),
.IR prof (2),
.IR prof (3)
diff --git a/man/1/prof b/man/1/prof
index ac6c23b7..82ca953b 100644
--- a/man/1/prof
+++ b/man/1/prof
@@ -128,8 +128,8 @@ is present.
.SH SEE ALSO
.IR cprof (1),
.IR mprof (1),
-.IR wm-cprof (1),
-.IR wm-mprof (1),
+.IR cprof (1),
+.IR mprof (1),
.IR prof (2),
.IR prof (3)
.SH BUGS
diff --git a/man/1/sh-expr b/man/1/sh-expr
index be9d2b97..8ad03dac 100644
--- a/man/1/sh-expr
+++ b/man/1/sh-expr
@@ -169,7 +169,7 @@ the argument value gives the size of the number, in bits.
.TP
.BR expmod ", " invert " (2)"
(\fImpexpr\fP only). See
-.IR ipint (2).
+.IR keyring-ipint (2).
.TP
.BR exp ", " xx ", " **
(\fImpexpr\fP only). Exponentiation.
diff --git a/man/1/wm b/man/1/wm
index 06b70145..a4678390 100644
--- a/man/1/wm
+++ b/man/1/wm
@@ -58,7 +58,7 @@ is the decimal value of the character that has been
pressed. The character will be sent exactly as if it
had been typed on the keyboard. This facility
is used by
-.IR keyboard (2).
+.IR keyboard (1).
.TP
.B !reshape \fItag\fP \fIreqid\fP \fIminx miny maxx maxy\fI \fR[\fIhow\fR]
Reshape or create the window named
diff --git a/man/1/zeros b/man/1/zeros
index d3dd0009..68e1a9fb 100644
--- a/man/1/zeros
+++ b/man/1/zeros
@@ -31,15 +31,14 @@ has a specialised use:
ensuring a file has the desired number of blocks in it to hold a file system image,
before reaming it.
.SH EXAMPLE
-To create and initialize a file system containing 2880 1024 byte
+To create and initialize a file system containing 2048 1024 byte
blocks
.IP
.EX
-zeros 1024 2880 > kfs
-echo 'ream fs kfs' > '#Kcons/kfsctl'
-echo halt > '#Kcons/kfscons'
+zeros 1024 2048 >kfs.file
+mount -c {disk/kfs -r kfs.file} /n/local
.EE
.SH SOURCE
.B /appl/cmd/zeros.b
.SH SEE ALSO
-.IR kfs (3)
+.IR kfs (4)
diff --git a/man/10/acid b/man/10/acid
index ea816187..d2c1455a 100644
--- a/man/10/acid
+++ b/man/10/acid
@@ -104,9 +104,9 @@ Lists are sequences of expressions surrounded by
.BR {\^}
and separated by commas.
.PP
-Expressions are much as in C or Alef,
+Expressions are much as in C,
but yield both a value and a format.
-Alef-style casts to complex types are allowed.
+Casts to complex types are allowed.
Lists admit the following operators, with
subscripts counted from 0.
.IP
@@ -184,8 +184,9 @@ Print 10 lines of source around the program address.
.BI Bsrc( address )
Get the source line for the program address
into a window of a running
-.IR sam (10.1)
+editor
and select it.
+(This works only on Plan 9, or a Unix-like system running `Plan 9 Ports'.)
.TP
.BI line( address )
Print source line nearest to the program address.
@@ -275,7 +276,7 @@ Make the given process current.
.TP
.BI rc( string )
Escape to the shell,
-.IR rc (10.1),
+.....IR rc (10.1),
to execute the command string.
.SH EXAMPLES
Start to debug
@@ -353,7 +354,6 @@ notation)
.IR 2a (10.1),
.IR 2c (10.1),
.IR 2l (10.1),
-.IR alef (10.1),
.IR mk (10.1),
.IR db (10.1)
.br
diff --git a/man/4/dbfs b/man/4/dbfs
index e0911b56..e7d8afc2 100644
--- a/man/4/dbfs
+++ b/man/4/dbfs
@@ -117,7 +117,7 @@ will remain the same between runs of
.SH SEE ALSO
.IR memfs (4),
.IR ramfile (4),
-.IR wm-calendar (1)
+.IR calendar (1)
.SH BUGS
Write offsets are ignored, so the maximum amount of data
that can be stored in a record is ATOMICIO bytes (i.e. 8K).
diff --git a/man/4/grid-cpu b/man/4/grid-cpu
index fdabb15a..b30c3740 100644
--- a/man/4/grid-cpu
+++ b/man/4/grid-cpu
@@ -1,6 +1,6 @@
-.TH CPU 4
+.TH GRID-CPU 4
.SH NAME
-cpu \- cpu server resource
+grid: cpu \- cpu server resource
.SH SYNOPSIS
.B grid/srv/cpu
.br
@@ -104,11 +104,11 @@ the minimum recommended namespace to import would be:
may be used in conjunction with
.I cpu
to register it with a
-.IR registry(4)
+.IR registry (4)
and to export and serve its namespace across
.IR dial(2)
network connections. Incoming connections may also be displayed visually using
-.IR monitor (1).
+.IR grid-monitor (1).
For example:
.PP
.BI "grid/register [" " options ..." " ] { grid/srv/cpu } | grid/srv/monitor 2 'CPU resource'
@@ -124,7 +124,7 @@ if possible and start up the graphical display to show connections to the resour
outside of
.I runcpu
unless the namespace it provides is required to be accessible in a different way to that provided by
-.IR register (1).
+.IR grid-register (1).
.SH SOURCE
.B /appl/grid/srv/cpu.b