~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to doc/docbook/src/plparseopts.3plplot

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" This page was automatically generated.  Do not edit!
 
2
.\" 
 
3
.TH PLPARSEOPTS 3plplot  "May, 2006" "" "PLplot API"
 
4
.SH NAME
 
5
\fBplparseopts\fP - Parse command-line arguments 
 
6
.SH SYNOPSIS
 
7
\fBplparseopts\fP(\fIp_argc\fP, \fIargv\fP, \fImode\fP)
 
8
.SH DESCRIPTION
 
9
 
 
10
.P
 
11
Parse command-line arguments. 
 
12
.SH ARGUMENTS
 
13
.TP
 
14
\fIp_argc\fP (int *, input) 
 
15
pointer to number of arguments. 
 
16
.TP
 
17
\fIargv\fP (char **, input) 
 
18
Pointer to character array containing \fI*p_argc\fP command-line arguments. 
 
19
.TP
 
20
\fImode\fP (PLINT, input) 
 
21
Parsing mode with the following possibilities:
 
22
PL_PARSE_FULL (1) -- Full parsing of command line and all error messages
 
23
enabled, including program exit when an error occurs.  Anything on the
 
24
command line that isn't recognized as a valid option or option argument is
 
25
flagged as an error.
 
26
 
 
27
PL_PARSE_QUIET (2) -- Turns off all output except in the case of errors.
 
28
 
 
29
PL_PARSE_NODELETE (4) -- Turns off deletion of processed arguments.
 
30
 
 
31
PL_PARSE_SHOWALL (8) -- Show invisible options
 
32
 
 
33
PL_PARSE_NOPROGRAM (32) -- Specified if argv[0] is NOT a pointer to the
 
34
program name.
 
35
 
 
36
PL_PARSE_NODASH (64) -- Set if leading dash is NOT required.
 
37
 
 
38
PL_PARSE_SKIP (128) -- Set to quietly skip over any unrecognized args.
 
39
 
 
40
 
 
41
 
 
42
.SH AUTHORS
 
43
Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot.  This man page
 
44
was automatically generated from the DocBook source of the PLplot
 
45
documentation, maintained by Alan W. Irwin and Rafael Laboissiere.
 
46
.SH SEE ALSO
 
47
PLplot documentation at http://plplot.sf.net/resources.