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

  1. .\"----------------------------------------------------------------------------
  2. .\"-- This text was extracted using the following command:
  3. .\"--   xdoc -man -n -p '[ \t]*' -I DESCRIPTION -f fparseargs ../xparse.c
  4. .\"----------------------------------------------------------------------------
  5. .PP
  6. Given a readable input stream and an argdesc array, \fIfparseargs\fP
  7. will parse arguments in a file in the same manner as \fIparseargs\fP.
  8. A maximum-line length of 255 characters is imposed.  NO ``escaping'' of any
  9. kind is performed. Comments of a limited form are permitted: if the first
  10. non-whitespace character on a line is a '#' (or '!' for \s-1VMS\s+1) then
  11. that entire line is considered a comment and is ignored.  If a value is
  12. provided for an argument that is NOT a list or a vector, then the value MUST
  13. be on the same line as the argument (in other words, ``\fB\-v\fI val\fR'' is
  14. fine but ``\fB\-v\f4\\n\fIval\fR'' is a not).
  15.