diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-10-27 17:53:12 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-10-27 17:53:12 +0000 |
| commit | 803bada65cd0a14dda7d7ba9b9752802986438f3 (patch) | |
| tree | c72f3dae2af1c7897e687821838c21f6ef11d67d | |
| parent | 528235e8944bc361c3d6259eba198e0174870621 (diff) | |
20081027-1752
| -rw-r--r-- | include/version.h | 2 | ||||
| -rw-r--r-- | man/4/grid-cpu (renamed from man/4/cpu) | 10 | ||||
| -rw-r--r-- | man/8/cs | 7 |
3 files changed, 11 insertions, 8 deletions
diff --git a/include/version.h b/include/version.h index 8424c2cc..04cac725 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20081026)" +#define VERSION "Fourth Edition (20081027)" diff --git a/man/4/cpu b/man/4/grid-cpu index e6de49c4..fdabb15a 100644 --- a/man/4/cpu +++ b/man/4/grid-cpu @@ -87,7 +87,7 @@ files will give the following output: .br .B 1: /dis (200.1.5.53!7003) .br -.B 2: /dis (200.1.5.53!7003) +.B 2: /dev (200.1.5.53!7003) .PP Once the client disconnects from (unmounts) the cpu, the selected namespaces will be imported and the commands executed. Note: A .I cpu @@ -135,7 +135,7 @@ will only import namespaces across an unauthenticated connection as provided by .IR ns (1). .SH "SEE ALSO" -.IR monitor (1), -.IR ns (1), -.IR register (1), -.IR session (1) +.IR grid-monitor (1), +.IR grid-ns (1), +.IR grid-query (1), +.IR grid-register (1) @@ -55,7 +55,7 @@ where .I service and .I network -are optional. +are optional for some networks. The write returns an error if the address cannot be translated. Otherwise, the file offset should be reset to 0 using .IR sys-seek (2) @@ -107,8 +107,11 @@ If found, the value of the attribute replaces the .I netaddr before further translation. .PP -In the second form of query, the text written contains space-separated attribute/value pairs: +In the second form of query, the text written contains space-separated attribute/value pairs following +an initial +.LR ! : .IP +.B ! .IB attr1 = val1 [ .IB attr2 = val2 |
