diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-29 23:09:50 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-29 23:09:50 +0000 |
commit | 364cbefe7e108b84e5d29abcc5bd9c79d033de1a (patch) | |
tree | c0d7b3fce09e97282bfa7eb78d06c69636075da2 /libiberty/functions.texi | |
parent | db5bbd5b3fcaf3e8676c169adb6cd5eb0a3e72b5 (diff) | |
download | gcc-364cbefe7e108b84e5d29abcc5bd9c79d033de1a.tar.gz |
* setproctitle.c: Add space after function name in @deftypefn
comment.
* functions.texi: Rebuild.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166079 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/functions.texi')
-rw-r--r-- | libiberty/functions.texi | 2 |
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. |