diff --git a/docs/c_readme.pdf b/docs/c_readme.pdf
index 694c7860..4644c9e1 100644
Binary files a/docs/c_readme.pdf and b/docs/c_readme.pdf differ
diff --git a/docs/cgdoc.pdf b/docs/cgdoc.pdf
index 7f2324a0..ab990ad5 100644
Binary files a/docs/cgdoc.pdf and b/docs/cgdoc.pdf differ
diff --git a/docs/cguide.pdf b/docs/cguide.pdf
index b59d837d..7258c6b9 100644
Binary files a/docs/cguide.pdf and b/docs/cguide.pdf differ
diff --git a/docs/clib.pdf b/docs/clib.pdf
index 4bf927f7..9d50ab7d 100644
Binary files a/docs/clib.pdf and b/docs/clib.pdf differ
diff --git a/docs/clr.pdf b/docs/clr.pdf
index 37b3c835..f4306fe2 100644
Binary files a/docs/clr.pdf and b/docs/clr.pdf differ
diff --git a/docs/cpguide.pdf b/docs/cpguide.pdf
index 32e5a595..4491ec82 100644
Binary files a/docs/cpguide.pdf and b/docs/cpguide.pdf differ
diff --git a/docs/cpplib.pdf b/docs/cpplib.pdf
index e5e35862..c5d7734e 100644
Binary files a/docs/cpplib.pdf and b/docs/cpplib.pdf differ
diff --git a/docs/ctools.pdf b/docs/ctools.pdf
index 265ffde6..6444b647 100644
Binary files a/docs/ctools.pdf and b/docs/ctools.pdf differ
diff --git a/docs/cw.pdf b/docs/cw.pdf
index feb6522b..be467141 100644
Binary files a/docs/cw.pdf and b/docs/cw.pdf differ
diff --git a/docs/devguide.pdf b/docs/devguide.pdf
index e4494a05..0f22d743 100644
Binary files a/docs/devguide.pdf and b/docs/devguide.pdf differ
diff --git a/docs/dwdoc.pdf b/docs/dwdoc.pdf
index 0a864b92..d4544292 100644
Binary files a/docs/dwdoc.pdf and b/docs/dwdoc.pdf differ
diff --git a/docs/f77graph.pdf b/docs/f77graph.pdf
index 41e1e1cd..6a4e62b2 100644
Binary files a/docs/f77graph.pdf and b/docs/f77graph.pdf differ
diff --git a/docs/f77lr.pdf b/docs/f77lr.pdf
index 0d0ffd78..5b5dae76 100644
Binary files a/docs/f77lr.pdf and b/docs/f77lr.pdf differ
diff --git a/docs/f_readme.pdf b/docs/f_readme.pdf
index cc3a978a..e0fa5b24 100644
Binary files a/docs/f_readme.pdf and b/docs/f_readme.pdf differ
diff --git a/docs/fguide.pdf b/docs/fguide.pdf
index 0861e57f..47552d9c 100644
Binary files a/docs/fguide.pdf and b/docs/fguide.pdf differ
diff --git a/docs/fpguide.pdf b/docs/fpguide.pdf
index db51151f..acf5ec9b 100644
Binary files a/docs/fpguide.pdf and b/docs/fpguide.pdf differ
diff --git a/docs/ftools.pdf b/docs/ftools.pdf
index d1e5f0bb..61df7f63 100644
Binary files a/docs/ftools.pdf and b/docs/ftools.pdf differ
diff --git a/docs/guitools.pdf b/docs/guitools.pdf
index b54bdcdc..1b919407 100644
Binary files a/docs/guitools.pdf and b/docs/guitools.pdf differ
diff --git a/docs/lguide.pdf b/docs/lguide.pdf
index 886cf2dd..d57b072e 100644
Binary files a/docs/lguide.pdf and b/docs/lguide.pdf differ
diff --git a/docs/owstl.pdf b/docs/owstl.pdf
index a2a4faf2..51fbf7d6 100644
Binary files a/docs/owstl.pdf and b/docs/owstl.pdf differ
diff --git a/docs/vi.pdf b/docs/vi.pdf
index ccc5ceb5..8083394a 100644
Binary files a/docs/vi.pdf and b/docs/vi.pdf differ
diff --git a/docs/wccerrs.pdf b/docs/wccerrs.pdf
index 8e6ab9bb..713674f8 100644
Binary files a/docs/wccerrs.pdf and b/docs/wccerrs.pdf differ
diff --git a/docs/wd.pdf b/docs/wd.pdf
index c2473cf5..c255d12f 100644
Binary files a/docs/wd.pdf and b/docs/wd.pdf differ
diff --git a/docs/wddoc.html b/docs/wddoc.html
index 2f1b66c7..f92ac8ef 100644
--- a/docs/wddoc.html
+++ b/docs/wddoc.html
@@ -2079,8 +2079,8 @@
Overlay requests
REQ_OVL_STATE_SIZE
Request to return the size of the overlay state information in bytes of the task program. This request maps onto
- the overlay manager's GET_STATE_SIZE request. See the Overlay Manager Interface document for more information on the
- contents of the return message.
+ the overlay manager's GET_STATE_SIZE request. See the Overlay manager interface
+ document for more information on the contents of the return message.
Request message:
trap_req req
@@ -2092,7 +2092,8 @@ REQ_OVL_STATE_SIZE
debuggee and none of the other requests dealing with overlays will ever be called.
REQ_OVL_GET_DATA
Request to get the address and size of an overlay section. This request maps onto the overlay manager's GET_SECTION_DATA
- request. See the Overlay Manager Interface document for more information on the contents of the return message.
+ request. See the Overlay manager interface document for more information on
+ the contents of the return message.
Request message:
trap_req req
@@ -2107,8 +2108,8 @@ REQ_OVL_GET_DATA
is no section for the given id, the segment field will be zero.
REQ_OVL_READ_STATE
Request to read the overlay table state. This request maps onto the overlay manager's GET_OVERLAY_STATE request.
- See the Overlay Manager Interface document for more information on the contents of the return message. The size
- of the returned data is provided by the REQ_OVL_STATE_SIZE trap file request.
+ See the Overlay manager interface document for more information on the contents
+ of the return message. The size of the returned data is provided by the REQ_OVL_STATE_SIZE trap file request.
Request message:
trap_req req
@@ -2118,7 +2119,8 @@ REQ_OVL_READ_STATE
The data field contains the overlay state information requested.
REQ_OVL_WRITE_STATE
Request to write the overlay table state. This request maps onto the overlay manager's SET_OVERLAY_STATE request.
- See the Overlay Manager Interface document for more information on the contents of the return message.
+ See the Overlay manager interface document for more information on the contents
+ of the return message.
Request message:
trap_req req
@@ -2130,8 +2132,8 @@ REQ_OVL_WRITE_STATE
NONE
REQ_OVL_TRANS_VECT_ADDR
Request to check if the input overlay address is actually an overlay vector. This request maps onto the overlay
- manager's TRANSLATE_VECTOR_ADDR request. See the Overlay Manager Interface document for more information on the contents
- of the messages.
+ manager's TRANSLATE_VECTOR_ADDR request. See the Overlay manager interface
+ document for more information on the contents of the messages.
Request message:
trap_req req
@@ -2145,8 +2147,8 @@ REQ_OVL_TRANS_VECT_ADDR
then the input address will be returned and the sect_id field will be zero.
REQ_OVL_TRANS_RET_ADDR
Request to check if the address is the overlay manager parallel return code. This request maps onto the overlay
- manager's TRANSLATE_RETURN_ADDR request. See the Overlay Manager Interface document for more information on the contents
- of the messages.
+ manager's TRANSLATE_RETURN_ADDR request. See the Overlay manager interface
+ document for more information on the contents of the messages.
Request message:
trap_req req
@@ -2158,7 +2160,8 @@ REQ_OVL_TRANS_RET_ADDR
code, then the input address will be returned and the sect_id field in the structure ovl_addr will be zero.
REQ_OVL_GET_REMAP_ENTRY
Request to check if the overlay address needs to be remapped. This request maps onto the overlay manager's GET_MOVED_SECTION
- request. See the Overlay Manager Interface document for more information on the contents of the messages.
+ request. See the Overlay manager interface document for more information on
+ the contents of the messages.
Request message:
trap_req req
diff --git a/docs/wddoc.pdf b/docs/wddoc.pdf
index 6269317a..874349ab 100644
Binary files a/docs/wddoc.pdf and b/docs/wddoc.pdf differ
diff --git a/docs/wfcerrs.pdf b/docs/wfcerrs.pdf
index 97e06a69..86503ee9 100644
Binary files a/docs/wfcerrs.pdf and b/docs/wfcerrs.pdf differ
diff --git a/docs/wgmlref.pdf b/docs/wgmlref.pdf
index 0e30707a..1d9f19a5 100644
Binary files a/docs/wgmlref.pdf and b/docs/wgmlref.pdf differ
diff --git a/docs/wipfc.pdf b/docs/wipfc.pdf
index 4190cf86..ecaacb2a 100644
Binary files a/docs/wipfc.pdf and b/docs/wipfc.pdf differ
diff --git a/docs/wpidoc.pdf b/docs/wpidoc.pdf
index 78d545ce..811235ec 100644
Binary files a/docs/wpidoc.pdf and b/docs/wpidoc.pdf differ
diff --git a/docs/wpperrs.pdf b/docs/wpperrs.pdf
index ce5e703f..45005c74 100644
Binary files a/docs/wpperrs.pdf and b/docs/wpperrs.pdf differ