merge from gcc
authorDJ Delorie <dj@redhat.com>
Sat, 30 Oct 2010 00:01:15 +0000 (00:01 +0000)
committerDJ Delorie <dj@redhat.com>
Sat, 30 Oct 2010 00:01:15 +0000 (00:01 +0000)
libiberty/ChangeLog
libiberty/functions.texi
libiberty/setproctitle.c

index 8585db5..3d00793 100644 (file)
@@ -1,3 +1,9 @@
+2010-10-29  Ian Lance Taylor  <iant@google.com>
+
+       * setproctitle.c: Add space after function name in @deftypefn
+       comment.
+       * functions.texi: Rebuild.
+
 2010-10-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * aclocal.m4 (AC_LANG_FUNC_LINK_TRY(C)): Delete.
index e074ba7..af8c4bf 100644 (file)
@@ -1147,7 +1147,7 @@ environment.  This implementation is not safe for multithreaded code.
 @end deftypefn
 
 @c setproctitle.c:30
-@deftypefn Supplemental void setproctitle(const char *@var{fmt} ...)
+@deftypefn Supplemental void setproctitle (const char *@var{fmt} ...)
 
 Set the title of a process to @var{fmt}. va args not supported for now,
 but defined for compatibility with BSD. 
index b176b41..734af2e 100644 (file)
@@ -27,7 +27,7 @@ Boston, MA 02110-1301, USA.  */
 
 /*
 
-@deftypefn Supplemental void setproctitle(const char *@var{fmt} ...)
+@deftypefn Supplemental void setproctitle (const char *@var{fmt} ...)
 
 Set the title of a process to @var{fmt}. va args not supported for now,
 but defined for compatibility with BSD.