Commit 97977a91 by Ben Elliston Committed by Ben Elliston

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

From-SVN: r118022
parent 7068ca91
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.
......
...@@ -259,7 +259,7 @@ be set to the exit status of the program. ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment