Opened 10 years ago

Closed 9 years ago

Last modified 7 years ago

#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:

  1. In device vax_rdr1, spacing is inconsistent:

"dev=reader";

should be:

"dev= reader";

  1. In device vax_ptr1, device naming is inconsistent:

device vax_ptr1;

should be:

device vax_prt1;

  1. In device vax_ptr1, missing ';':

default_type: vax_prt

should be:

default_type: vax_prt;

  1. In device vax_prt2, missing ';':

Device: vax_prt2

should be:

Device: vax_prt2;

  1. In device vax_prt2, missing ';':

line: a.h014.prt2

should be:

line: a.h014.prt2;

  1. In device vax_prt2, missing ';':

driver_module: remote_driver_

should be:

driver_module: remote_driver_;

Pg 3-3:

  1. In device vax_pun1, missing ';':

line: a.h014.pun1

should be:

line: a.h014.pun1;

  1. In device vax_pun1, missing ';':

driver_module: remote_driver_

should be:

driver_module: remote_driver_;

  1. In device vax_pun1, missing ';':

default_type: vax_pun

should be:

default_type: vax_pun;

  1. In device vax_pun1, missing ';':

minor_args: "dev= punch;

should be:

minor_args: "dev= punch";

  1. In request type vax_dummy, missing ';':

device: vax_rdr1.rdr1

should be:

device: vax_rdr1.rdr1;

  1. In request type vax_prt, missing ';':

Request_type: vax_prt

should be:

Request_type: vax_prt;

  1. In request type vax_prt, missing ';':

generic_type: printer

should be:

generic_type: printer;

  1. In request type vax_prt, missing ';':

device: vax_prt1.prt1

should be:

device: vax_prt1.prt1;

  1. In request type manuals, missing ';':

generic_type: printer

should be:

generic_type: printer;

  1. In request type manuals, missing ';':

device: vax_prt2.prt2

should be:

device: vax_prt2.prt2;

Change History (7)

comment:1 by Eric Swenson, 9 years ago

Reporter: changed from anonymous to canthony
Summary: Typos in GB90Typos in GB60

comment:2 by Eric Swenson, 9 years ago

Keywords: hasp added
Priority: majorminor
Status: newassigned
Version: MR12.6f

comment:3 by Eric Swenson, 9 years ago

Milestone: MR12.6g

comment:4 by Eric Swenson, 9 years ago

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

comment:6 by Eric Swenson, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed in MR12.6g-0006.

comment:7 by Eric Swenson, 7 years ago

Milestone: MR12.6gMR12.7

Milestone renamed

Note: See TracTickets for help on using tickets.