[comp.os.vms] HELP DECK entry wrong

GERLAND@UBVMS.BITNET ("Jim Gerland ", Postmaster) (12/21/87)

    The HELP DECK entry is wrong in our VMS V4.5 SYS$HELP:HELPLIB.HLB.  I
    extracted it and found that it contained lots of information about the 
    DEFINE command which should not have been there.  I verified that the 
    HELP DEFINE was correct and then replaced the HELP DECK entry with a 
    correct version which I am enclosing.

Jim Gerland  (User Services Postmaster)
University Computing Services
State University of New York at Buffalo
Buffalo, NY   14260      (716) 636-3557

----- Cut Here -----
! DECK.HLP - Corrected by JR Gerland, SUNY/Buffalo, 21-Dec-1987
!
1 DECK
  Marks the beginning of an input stream for a command or program.

  Format:


    $ DECK  
2 Command_Qualifiers

/DOLLARS
 /DOLLARS[=string]

 Sets the end-of-file indicator to the specified string.

  If you do not specify /DOLLARS, or if you specify  /DOLLARS  without
  specifying  a  string,  you  must  use the EOD command to signal the
  end-of-file.

  Specify a string if the input data  contains  one  or  more  records
  beginning  with the string $EOD.  The string can have from 1 through
  15 characters.  Enclose it in quotation marks if you want to specify
  an  end-of-file  indicator  that contains literal lowercase letters,
  multiple spaces, or tabs.