* pexecute.txh: Wrap pexecute's "flag" argument with @var {..}.
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Oct 2006 00:40:15 +0000 (00:40 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Oct 2006 00:40:15 +0000 (00:40 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118022 138bc75d-0d04-0410-961f-82ee72b054a4

libiberty/ChangeLog
libiberty/pexecute.txh

index ada1d12..30e4122 100644 (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>
 
        * Makefile.in: Added "pdf", "libiberty.pdf" target support.
index d85ee59..0310d8f 100644 (file)
@@ -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