summaryrefslogtreecommitdiff
path: root/sys/man/2
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2014-05-20 05:01:26 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2014-05-20 05:01:26 +0200
commit7abf926bcf5a4f301a9ab48173093524196fd8ce (patch)
treeed1a2ed8ea003fd04e477e4c1105ecd87bdb8728 /sys/man/2
parentc7be3ba9e65adcde52b942449a3e9efd2b12382e (diff)
libc: dont cache /dev/bintime filedescriptor for nsec()
Diffstat (limited to 'sys/man/2')
-rw-r--r--sys/man/2/time5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/man/2/time b/sys/man/2/time
index d2af5a5f4..046979a95 100644
--- a/sys/man/2/time
+++ b/sys/man/2/time
@@ -28,8 +28,7 @@ is not zero then
is also set to the answer.
.PP
These functions work by reading
-.BR /dev/bintime ,
-opening that file when they are first called.
+.BR /dev/bintime .
.SH SOURCE
.B /sys/src/libc/9sys/time.c
.br
@@ -40,5 +39,3 @@ opening that file when they are first called.
.SH DIAGNOSTICS
Sets
.IR errstr .
-.SH BUGS
-These routines maintain a static file descriptor.