From 78de3ccc2a96d619e8a7f9bc1dc41d4b92286120 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 25 Oct 2006 01:42:44 +0000 Subject: [PATCH] merge from gcc --- libiberty/ChangeLog | 4 ++++ libiberty/pexecute.txh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index ada1d12a06..30e4122de9 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2006-10-25 Ben Elliston + + * pexecute.txh: Wrap pexecute's "flag" argument with @var {..}. + 2006-10-10 Brooks Moses * Makefile.in: Added "pdf", "libiberty.pdf" target support. diff --git a/libiberty/pexecute.txh b/libiberty/pexecute.txh index d85ee59b00..0310d8f085 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 -- 2.34.1