Module Name: src
Committed By: wiz
Date: Sun Feb 2 08:31:49 UTC 2014
Modified Files:
src/lib/libc/sys: nanosleep.2
Log Message:
Mark up HZ.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/sys/nanosleep.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/nanosleep.2
diff -u src/lib/libc/sys/nanosleep.2:1.15 src/lib/libc/sys/nanosleep.2:1.16
--- src/lib/libc/sys/nanosleep.2:1.15 Sat Feb 1 22:42:45 2014
+++ src/lib/libc/sys/nanosleep.2 Sun Feb 2 08:31:49 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: nanosleep.2,v 1.15 2014/02/01 22:42:45 christos Exp $
+.\" $NetBSD: nanosleep.2,v 1.16 2014/02/02 08:31:49 wiz Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -174,4 +174,6 @@ which is by default
in most architectures.
This means that a request to sleep for less than
.Dv 10ms
-(1 / HZ seconds), is rounded up to that.
+(1 /
+.Dv HZ
+seconds), is rounded up to that.