diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-25 00:40:15 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-25 00:40:15 +0000 |
commit | d0e0d52a15a89a7f1efed1a2e8238460ed9f8382 (patch) | |
tree | 8d6003f8eb3ca73cd1ebb9913bf27755451c718c /libiberty | |
parent | 7416130b74f68bf6f5349e3995fd87378788d808 (diff) | |
download | gcc-d0e0d52a15a89a7f1efed1a2e8238460ed9f8382.tar.gz |
* pexecute.txh: Wrap pexecute's "flag" argument with @var {..}.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118022 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/pexecute.txh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index ada1d12a069..30e4122de97 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -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> * Makefile.in: Added "pdf", "libiberty.pdf" target support. diff --git a/libiberty/pexecute.txh b/libiberty/pexecute.txh index d85ee59b008..0310d8f0858 100644 --- a/libiberty/pexecute.txh +++ b/libiberty/pexecute.txh @@ -259,7 +259,7 @@ be set to the exit status of the program. @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 still supported for compatibility purposes, but is no longer |