Commit 1e3a2100 by Joseph Myers Committed by Joseph Myers

gettimeofday.c: Add "Supplemental" to @deftypefn.

	* gettimeofday.c: Add "Supplemental" to @deftypefn.
	* functions.texi: Regenerate.

From-SVN: r97331
parent b4852851
2005-03-31 Joseph S. Myers <joseph@codesourcery.com>
* gettimeofday.c: Add "Supplemental" to @deftypefn.
* functions.texi: Regenerate.
2005-03-28 Ian Lance Taylor <ian@airs.com> 2005-03-28 Ian Lance Taylor <ian@airs.com>
* pex-common.c: New file. * pex-common.c: New file.
......
...@@ -473,7 +473,7 @@ between calls to @code{getpwd}. ...@@ -473,7 +473,7 @@ between calls to @code{getpwd}.
@end deftypefn @end deftypefn
@c gettimeofday.c:12 @c gettimeofday.c:12
@deftypefn int gettimeofday (struct timeval *@var{tp}, void *@var{tz}) @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
Writes the current time to @var{tp}. This implementation requires Writes the current time to @var{tp}. This implementation requires
that @var{tz} be NULL. Returns 0 on success, -1 on failure. that @var{tz} be NULL. Returns 0 on success, -1 on failure.
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
/* /*
@deftypefn int gettimeofday (struct timeval *@var{tp}, void *@var{tz}) @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
Writes the current time to @var{tp}. This implementation requires Writes the current time to @var{tp}. This implementation requires
that @var{tz} be NULL. Returns 0 on success, -1 on failure. that @var{tz} be NULL. Returns 0 on success, -1 on failure.
......
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