aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/rename.22
-rw-r--r--man2/signal.22
-rw-r--r--man2/time.22
3 files changed, 3 insertions, 3 deletions
diff --git a/man2/rename.2 b/man2/rename.2
index 9578d9b21f..f38157ec1c 100644
--- a/man2/rename.2
+++ b/man2/rename.2
@@ -197,7 +197,7 @@ are not on the same mounted filesystem.
does not work across different mount points,
even if the same filesystem is mounted on both.)
.SH "CONFORMING TO"
-4.3BSD, C89, POSIX.1-2001.
+4.3BSD, C89, C99, POSIX.1-2001.
.SH BUGS
On NFS filesystems, you can not assume that if the operation
failed the file was not renamed. If the server does the rename operation
diff --git a/man2/signal.2 b/man2/signal.2
index 4b04ebf747..503183ac36 100644
--- a/man2/signal.2
+++ b/man2/signal.2
@@ -280,7 +280,7 @@ and, when
is defined, also
.IR sighandler_t .
.SH "CONFORMING TO"
-C89, POSIX.1-2001.
+C89, C99, POSIX.1-2001.
.SH "SEE ALSO"
.BR kill (1),
.BR alarm (2),
diff --git a/man2/time.2 b/man2/time.2
index e0d59897f3..9a093b9662 100644
--- a/man2/time.2
+++ b/man2/time.2
@@ -64,7 +64,7 @@ required to be synchronised to a standard reference. The intention is
that the interpretation of seconds since the Epoch values be
consistent; see POSIX.1 Annex B 2.2.2 for further rationale.
.SH "CONFORMING TO"
-SVr4, 4.3BSD, POSIX.1-2001.
+SVr4, 4.3BSD, C89, C99, POSIX.1-2001.
.br
Under 4.3BSD, this call is obsoleted by
.BR gettimeofday (2).