merge from gcc

This commit is contained in:
DJ Delorie 2010-10-30 00:01:15 +00:00
parent 6fc63b03dd
commit 80347f88a2
3 changed files with 8 additions and 2 deletions

View 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.

View 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.

View 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.