Commit c3735614 by Ian Lance Taylor Committed by Ian Lance Taylor

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
parent 6f7b223b
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> 2010-10-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* aclocal.m4 (AC_LANG_FUNC_LINK_TRY(C)): Delete. * aclocal.m4 (AC_LANG_FUNC_LINK_TRY(C)): Delete.
......
...@@ -1147,7 +1147,7 @@ environment. This implementation is not safe for multithreaded code. ...@@ -1147,7 +1147,7 @@ environment. This implementation is not safe for multithreaded code.
@end deftypefn @end deftypefn
@c setproctitle.c:30 @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, Set the title of a process to @var{fmt}. va args not supported for now,
but defined for compatibility with BSD. but defined for compatibility with BSD.
......
...@@ -27,7 +27,7 @@ Boston, MA 02110-1301, USA. */ ...@@ -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, Set the title of a process to @var{fmt}. va args not supported for now,
but defined for compatibility with BSD. but defined for compatibility with BSD.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment