summaryrefslogtreecommitdiffstats
path: root/man2/getrusage.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/getrusage.2')
-rw-r--r--man2/getrusage.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/getrusage.2 b/man2/getrusage.2
index bc53b4489..5fd970f37 100644
--- a/man2/getrusage.2
+++ b/man2/getrusage.2
@@ -36,7 +36,7 @@
.\" document ru_maxrss
.\" 2010-05-24, mtk, enhanced description of various fields
.\"
-.TH GETRUSAGE 2 2017-09-15 "Linux" "Linux Programmer's Manual"
+.TH GETRUSAGE 2 2020-12-21 "Linux" "Linux Programmer's Manual"
.SH NAME
getrusage \- get resource usage
.SH SYNOPSIS
@@ -252,7 +252,7 @@ Ancient systems provided a
.BR vtimes ()
function with a similar purpose to
.BR getrusage ().
-For backward compatibility, glibc also provides
+For backward compatibility, glibc (up until version 2.32) also provides
.BR vtimes ().
All new applications should be written using
.BR getrusage ().
@@ -269,7 +269,7 @@ in
.BR wait4 (2),
.BR clock (3)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,