diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-12-16 22:11:08 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-12-16 22:11:08 +0000 |
commit | 1eb85d1484ae4418b2e740c0e82eeead3959bdd6 (patch) | |
tree | 273bf9a4c337673188df59cfa2de60fbaab01524 /man3/difftime.3 | |
parent | 9110c53a81742fb568a2e234756b3c3c56005350 (diff) |
Updated various header pages to accurately reflect which functions
are and are not part of C89. Also fixed/improved a few other
CONFORMING TO entries.
Diffstat (limited to 'man3/difftime.3')
-rw-r--r-- | man3/difftime.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/difftime.3 b/man3/difftime.3 index 166e7dd6..4da5792d 100644 --- a/man3/difftime.3 +++ b/man3/difftime.3 @@ -41,7 +41,7 @@ The two times are specified in calendar time, which represents the time elapsed since the Epoch (00:00:00 on January 1, 1970, Coordinated Universal Time (UTC)). .SH "CONFORMING TO" -SVr4, 4.3BSD, C99 +SVr4, 4.3BSD, C89, C99 .SH NOTES On a POSIX system, .I time_t |