home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume29 / parseargs / part01 / doc / effects.inc < prev    next >
Encoding:
Text File  |  1992-05-19  |  1.0 KB  |  19 lines

  1. .\"----------------------------------------------------------------------------
  2. .\"-- This text was extracted using the following command:
  3. .\"--   xdoc -man -n -p '[ \t]*' -I SIDE-EFFECTS  ../xparse.c
  4. .\"----------------------------------------------------------------------------
  5. .SH "SIDE EFFECTS"
  6. .PP
  7. Each of the functions in the \fIparseargs\fP library will set the external
  8. character string \fIProgName\fP to be the name of the last command that
  9. was operated upon by any of the library routines.
  10. .PP
  11. When an argument-descriptor array is first encountered by any of the
  12. parseargs library routines, it is initially compiled into an intermediate
  13. form that is more convenient to manipulate. As a direct result, it is not
  14. advisable to attempt to index directly into the array to manipulate one
  15. of the argument descriptors (because the argdesc that you thought was there
  16. may actually be somewhere else). After the array has been given its initial
  17. value(s), only \fIparsecntl\fP(3) should be used to manipulate or query the
  18. attributes of an argument descriptor.
  19.