Skip to content

Commit 8a34418

Browse files
author
ripley
committed
upate -- all current systems have accurate clocks
git-svn-id: https://svn.r-project.org/R/trunk@88412 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 24eac7d commit 8a34418

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/library/base/man/proc.time.Rd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% File src/library/base/man/proc.time.Rd
22
% Part of the R package, https://www.R-project.org
3-
% Copyright 1995-2020 R Core Team
3+
% Copyright 1995-2025 R Core Team
44
% Distributed under GPL 2 or later
55

66
\name{proc.time}
@@ -44,8 +44,9 @@ proc.time()
4444

4545
The resolution of the times will be system-specific and on Unix-alikes
4646
times are rounded down to milliseconds. On modern systems they will
47-
be that accurate, but on older systems they might be accurate to 1/100
48-
or 1/60 sec. They are typically available to 10ms on Windows.
47+
be that accurate, but in the 20th century they might have
48+
been accurate to 1/100 or 1/60 sec. They are typically available to
49+
10ms on Windows.
4950

5051
This is a \link{primitive} function.
5152
}

0 commit comments

Comments
 (0)