manpage fix (johnsonm@redhat.com)
authorjbj <devnull@localhost>
Fri, 29 Sep 2000 00:51:41 +0000 (00:51 +0000)
committerjbj <devnull@localhost>
Fri, 29 Sep 2000 00:51:41 +0000 (00:51 +0000)
CVS patchset: 4184
CVS date: 2000/09/29 00:51:41

popt/popt.3

index bfa7a2b..8d17f17 100644 (file)
@@ -269,8 +269,17 @@ two arguments specify the command-line arguments to parse. These are
 .RB "passed to the program's " main() " function. The " 
 .IR options " parameter points to the table of command-line options, "
 which was described in the previous section. The final parameter, 
-.IR flags ",is not currently used but should always be specified as 
-0 for compatibility with future versions of the popt library.
+.IR flags ,
+can take one of three values:
+.br
+.TS
+lfB lfB
+lfB lfR.
+Value  Description
+POPT_CONTEXT_NO_EXEC   Ignore exec expansions
+POPT_CONTEXT_KEEP_FIRST        Do not ignore argv[0]
+POPT_CONTEXT_POSIXMEHARDER     Options cannot follow arguments
+.TE
 .sp
 .RB "A " poptContext " keeps track of which options have already been "
 parsed and which remain, among other things. If a program wishes to