* pexecute.txh: Wrap pexecute's "flag" argument with @var {..}.

From-SVN: r118022
This commit is contained in:
Ben Elliston 2006-10-25 00:40:15 +00:00 committed by Ben Elliston
parent 7068ca911a
commit 97977a91bb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-10-25 Ben Elliston <bje@au.ibm.com>
* pexecute.txh: Wrap pexecute's "flag" argument with @var {..}.
2006-10-10 Brooks Moses <bmoses@stanford.edu> 2006-10-10 Brooks Moses <bmoses@stanford.edu>
* Makefile.in: Added "pdf", "libiberty.pdf" target support. * Makefile.in: Added "pdf", "libiberty.pdf" target support.

View File

@ -259,7 +259,7 @@ be set to the exit status of the program.
@end deftypefn @end deftypefn
@deftypefn Extension int pexecute (const char *@var{program}, char * const *@var{argv}, const char *@var{this_pname}, const char *@var{temp_base}, char **@var{errmsg_fmt}, char **@var{errmsg_arg}, int flags) @deftypefn Extension int pexecute (const char *@var{program}, char * const *@var{argv}, const char *@var{this_pname}, const char *@var{temp_base}, char **@var{errmsg_fmt}, char **@var{errmsg_arg}, int @var{flags})
This is the old interface to execute one or more programs. It is This is the old interface to execute one or more programs. It is
still supported for compatibility purposes, but is no longer still supported for compatibility purposes, but is no longer