summaryrefslogtreecommitdiff
path: root/libiberty/functions.texi
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2010-10-29 23:09:50 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2010-10-29 23:09:50 +0000
commitc3735614a9d72b23b91835cb8b8aa76ec7a9817a (patch)
treec0d7b3fce09e97282bfa7eb78d06c69636075da2 /libiberty/functions.texi
parent6f7b223b7122a8ca2dbaec74ff0f79b865e60f90 (diff)
setproctitle.c: Add space after function name in @deftypefn comment.
* setproctitle.c: Add space after function name in @deftypefn comment. * functions.texi: Rebuild. From-SVN: r166079
Diffstat (limited to 'libiberty/functions.texi')
-rw-r--r--libiberty/functions.texi2
1 files changed, 1 insertions, 1 deletions
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.