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.