#10 closed defect (fixed)
Typos in GB60
| Reported by: | canthony | Owned by: | Eric Swenson |
|---|---|---|---|
| Priority: | minor | Milestone: | MR12.7 |
| Component: | Documentation | Version: | MR12.6f |
| Keywords: | hasp | Cc: |
Description
Pg 3-2:
- In device vax_rdr1, spacing is inconsistent:
"dev=reader";
should be:
"dev= reader";
- In device vax_ptr1, device naming is inconsistent:
device vax_ptr1;
should be:
device vax_prt1;
- In device vax_ptr1, missing ';':
default_type: vax_prt
should be:
default_type: vax_prt;
- In device vax_prt2, missing ';':
Device: vax_prt2
should be:
Device: vax_prt2;
- In device vax_prt2, missing ';':
line: a.h014.prt2
should be:
line: a.h014.prt2;
- In device vax_prt2, missing ';':
driver_module: remote_driver_
should be:
driver_module: remote_driver_;
Pg 3-3:
- In device vax_pun1, missing ';':
line: a.h014.pun1
should be:
line: a.h014.pun1;
- In device vax_pun1, missing ';':
driver_module: remote_driver_
should be:
driver_module: remote_driver_;
- In device vax_pun1, missing ';':
default_type: vax_pun
should be:
default_type: vax_pun;
- In device vax_pun1, missing ';':
minor_args: "dev= punch;
should be:
minor_args: "dev= punch";
- In request type vax_dummy, missing ';':
device: vax_rdr1.rdr1
should be:
device: vax_rdr1.rdr1;
- In request type vax_prt, missing ';':
Request_type: vax_prt
should be:
Request_type: vax_prt;
- In request type vax_prt, missing ';':
generic_type: printer
should be:
generic_type: printer;
- In request type vax_prt, missing ';':
device: vax_prt1.prt1
should be:
device: vax_prt1.prt1;
- In request type manuals, missing ';':
generic_type: printer
should be:
generic_type: printer;
- In request type manuals, missing ';':
device: vax_prt2.prt2
should be:
device: vax_prt2.prt2;
Change History (7)
comment:1 by , 9 years ago
| Reporter: | changed from to |
|---|---|
| Summary: | Typos in GB90 → Typos in GB60 |
comment:2 by , 9 years ago
| Keywords: | hasp added |
|---|---|
| Priority: | major → minor |
| Status: | new → assigned |
| Version: | → MR12.6f |
comment:3 by , 9 years ago
| Milestone: | → MR12.6g |
|---|
comment:4 by , 9 years ago
comment:5 by , 9 years ago
MCR10038 (https://s3.amazonaws.com/eswenson-multics/public/mcrs/MCR10038.pdf) addresses this issue.

I've created a gb60.errata.info segment to capture this errata.