summaryrefslogtreecommitdiff
path: root/man/1
diff options
context:
space:
mode:
Diffstat (limited to 'man/1')
-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
9 files changed, 15 insertions, 18 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)