From 9db03911308147b7635d5b0e2131c731ca773f76 Mon Sep 17 00:00:00 2001 From: jbj Date: Fri, 29 Sep 2000 00:51:41 +0000 Subject: manpage fix (johnsonm@redhat.com) --- popt.3 | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'popt.3') diff --git a/popt.3 b/popt.3 index bfa7a2b..8d17f17 100644 --- a/popt.3 +++ b/popt.3 @@ -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 -- cgit v1.2.1