summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-10-27 18:02:37 +0000
committerCharles.Forsyth <devnull@localhost>2008-10-27 18:02:37 +0000
commitcfc0614bf25125c89bd75b85ef2d3b7df5dceb5a (patch)
treeeb5ed5e4a08b0a180ebe13e194950129529c76f0
parent803bada65cd0a14dda7d7ba9b9752802986438f3 (diff)
20081027-1802
-rw-r--r--man/1/grid-localreg4
-rw-r--r--man/1/grid-ns14
-rw-r--r--man/1/grid-query2
-rw-r--r--man/1/grid-register4
-rw-r--r--man/1/grid-session (renamed from man/1/session)28
5 files changed, 26 insertions, 26 deletions
diff --git a/man/1/grid-localreg b/man/1/grid-localreg
index e72d8e09..ce1c74b7 100644
--- a/man/1/grid-localreg
+++ b/man/1/grid-localreg
@@ -1,7 +1,7 @@
.TH GRID-LOCALREG 1
.SH NAME
-localreg \- starts a
-.IR registry (4)
+grid: localreg \- starts a
+registry
on the local machine
.SH SYNOPSIS
.B grid/localreg
diff --git a/man/1/grid-ns b/man/1/grid-ns
index 7cc57252..928d1cb7 100644
--- a/man/1/grid-ns
+++ b/man/1/grid-ns
@@ -1,7 +1,7 @@
.TH GRID-NS 1
.SH NAME
-ns \- exports a selected namespace and serves it on
-.I stdin.
+grid: ns \- exports a selected namespace and serves it on
+standard input
.SH SYNOPSIS
.BI "grid/srv/ns [ -r " "relpath " "]" " path1 path2...path n"
.br
@@ -31,8 +31,8 @@ would be listed as
and
.B /tmp
would not be listed at all.
-
-.IR Register (1)
+.PP
+.IR Grid-register (1)
may be used in conjunction with
.I ns
to register it with a
@@ -56,12 +56,12 @@ if possible and start up the graphical display to show connections to the resour
outside of
.I runns
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/ns.b
.SH "SEE ALSO"
-.IR cpu (4),
+.IR grid-cpu (4),
.IR grid-monitor (1),
.IR grid-register (1),
-.IR session (1)
+.IR grid-session (1)
diff --git a/man/1/grid-query b/man/1/grid-query
index 036e250e..4c1c6ed3 100644
--- a/man/1/grid-query
+++ b/man/1/grid-query
@@ -1,6 +1,6 @@
.TH GRID-QUERY 1
.SH NAME
-query \- graphical interface to view resources registered with a known
+grid: query \- graphical interface to view resources registered with a known
.IR registry (4)
.SH SYNOPSIS
.B grid/query
diff --git a/man/1/grid-register b/man/1/grid-register
index 70e32eeb..8eeca460 100644
--- a/man/1/grid-register
+++ b/man/1/grid-register
@@ -1,6 +1,6 @@
.TH GRID-REGISTER 1
.SH NAME
-register \- registers a resource with a known
+grid: register \- registers a resource with a known
.IR registry (4)
.SH SYNOPSIS
.B grid/register [
@@ -22,7 +22,7 @@ It then marshals the service by listening for incoming connections and exporting
prints out various status messages to
.I stdout
in the form which may be read by
-.IR monitor (1).
+.IR grid-monitor (1).
.SH OPTIONS
.TP 17
.BI -u " maxusers"
diff --git a/man/1/session b/man/1/grid-session
index 92f8bc42..472809d3 100644
--- a/man/1/session
+++ b/man/1/grid-session
@@ -1,22 +1,22 @@
-.TH SESSION 1
+.TH GRID-SESSION 1
.SH NAME
-session \- graphical interface for configuring tasks using
-.IR cpu (4)
+grid: session \- graphical interface for configuring tasks using
+.IR grid-cpu (4)
and
-.IR ns (1)
+.IR grid-ns (1)
resources
.SH SYNOPSIS
.B grid/session
.SH DESCRIPTION
.I Session
allows the user to build up a single namespace from various different namespace resources and configure a set of commands to be executed within this namespace. The execution then takes place on one or more selected
-.IR cpu (4)
+.IR grid-cpu (4)
resources.
.PP
Once started,
.IR session
presents a heirarchical view of currently registered resources (such as
-.IR ns (1))
+.IR grid-ns (1))
which export a Styx (see
.IR intro (5))
namespace. The top level displays the type of resource e.g.
@@ -44,7 +44,7 @@ and typing into the box. Commands will be executed in order from top (first) to
.SS The Namespace List
This contains a list of all the directories to be imported in order to create the local namespace of the selected
-.IR cpu (4)
+.IR grid-cpu (4)
resource(s). By default, several directories will be imported from the local machine. To select these, click button 3 on
.B import local namespace
and (un)check the directories as required. To toggle this option on and off, click button 1 on
@@ -73,17 +73,17 @@ Once the command and namespace lists have been configured, click
on the
.I Session
window. This will bring up the
-.IR query (1)
+.IR grid-query (1)
window containing a list of the available
-.IR cpu (4)
+.IR grid-cpu (4)
resources. To select one or more of these for execution, click on the name with button 3 and it will be added to the list. If a specific
-.IR cpu (4)
+.IR grid-cpu (4)
resource is not required, click button 3 on
.B CPU resource
and select the number you require by clicking on the number following the list entry and dragging the mouse up or down.
.PP
Once the required
-.IR cpu (4)
+.IR grid-cpu (4)
resources have been selected, click
.B Ok
and execution will commence.
@@ -103,8 +103,8 @@ and execution will commence.
.B /appl/grid/lib/srvbrowse.b
.SH "SEE ALSO"
-.IR query (1),
+.IR grid-query (1),
.IR registries (2)
-.IR ns (1),
-.IR cpu (4),
+.IR grid-ns (1),
+.IR grid-cpu (4),
.IR registry (4)