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

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

From-SVN: r97331
This commit is contained in:
Joseph Myers 2005-03-31 17:14:58 +01:00 committed by Joseph Myers
parent b4852851d4
commit 1e3a21000a
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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>
* pex-common.c: New file.

View File

@ -473,7 +473,7 @@ between calls to @code{getpwd}.
@end deftypefn
@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
that @var{tz} be NULL. Returns 0 on success, -1 on failure.

View File

@ -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
that @var{tz} be NULL. Returns 0 on success, -1 on failure.