summaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2010-10-30 00:01:14 +0000
committerDJ Delorie <dj@delorie.com>2010-10-30 00:01:14 +0000
commit3468845cf828e997090099c88b1735c604106d24 (patch)
tree3314ff9c11099b3196a0aebefb3b4cb97753baec /libiberty
parent5d5b76023ab4d796ed9eb9e3a02a02f1dd06aaa0 (diff)
downloadgdb-3468845cf828e997090099c88b1735c604106d24.tar.gz
merge from gcc
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog6
-rw-r--r--libiberty/functions.texi2
-rw-r--r--libiberty/setproctitle.c2
3 files changed, 8 insertions, 2 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 8585db51634..3d00793c9fd 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -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.
diff --git a/libiberty/functions.texi b/libiberty/functions.texi
index e074ba716f8..af8c4bf6da1 100644
--- a/libiberty/functions.texi
+++ b/libiberty/functions.texi
@@ -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.
diff --git a/libiberty/setproctitle.c b/libiberty/setproctitle.c
index b176b41f949..734af2eca6e 100644
--- a/libiberty/setproctitle.c
+++ b/libiberty/setproctitle.c
@@ -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.