ftp.nice.ch/peanuts/GeneralData/Documents/adobe/DPS_errata.txt

This is DPS_errata.txt in view mode; [Download] [Up]

(c) 1987, 1988, 1989 Adobe Systems Incorporated.  All rights reserved.


ERRATA SHEET FOR THE DISPLAY POSTSCRIPT(R) REFERENCE BINDER


[The Display PostScript Reference Binder includes the following manuals:
  Perspective for Software Developers (DPS_Persp.ps)
  PostScript Language Extensions for Display PostScript System (DPS_Ext*.ps)
  Client Libray Reference Manual (DPS_ClientLib*.ps)
  X Window System Programmer's Supplement (DPS_X_ClientLib*.ps)
  pswrap Reference Manual (DPS_pswrap.ps)
  PostScript Language Color Extensions (Color_Ext.ps)
  ]


-----------------------------------------
Adobe Systems Developer Reference Binder:
-----------------------------------------

1. In the index for each of the manuals in the Display PostScript Reference   Binder, occasionally some of the page number references are off by one   page.


------------------------
pswrap Reference Manual:
------------------------

2. The pswrap Reference Manual contains the following error:

   In section 4.5, "Input Arguments," on page 8, the example should end   with the fill operator, as follows:

Wrap definition:
    defineps PSWGrayCircle(float x,y, radius)
	newpath
	x y radius 0.0 360.0 arc
	closepath
	0.5 setgray
	fill
    endps

Procedure call:
    PSWGrayCircle(25.4, 17.7, 40.0);

PostScript language code equivalent:
    newpath
    25.4 17.7 40.0 0.0 360.0 arc
    closepath
    0.5 setgray
    fill


   Please note these changes in your copy of the manual.
   Note: The version of the pswrap Reference Manual (any version after   2/14/90) that currently lives on the server has the above error corrected.
   This error applies for copies retrieved from the server before that date.
    



These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.