Module Name:    src
Committed By:   uwe
Date:           Thu Sep 23 13:59:27 UTC 2021

Modified Files:
        src/lib/libc/sys: timerfd.2

Log Message:
Spell the number of nanoseconds as 10^9.  Forgotten in previous.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/sys/timerfd.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/timerfd.2
diff -u src/lib/libc/sys/timerfd.2:1.3 src/lib/libc/sys/timerfd.2:1.4
--- src/lib/libc/sys/timerfd.2:1.3	Thu Sep 23 13:58:26 2021
+++ src/lib/libc/sys/timerfd.2	Thu Sep 23 13:59:27 2021
@@ -1,4 +1,4 @@
-.\"     $NetBSD: timerfd.2,v 1.3 2021/09/23 13:58:26 uwe Exp $
+.\"     $NetBSD: timerfd.2,v 1.4 2021/09/23 13:59:27 uwe Exp $
 .\"
 .\" Copyright (c) 2021 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -266,8 +266,8 @@ argument.
 .It Bq Er EINVAL
 A nanosecond field in the
 .Fa tim
-argument specified a value less than zero or greater than or equal to
-.Dv 10e9 .
+argument specified a value less than zero or greater than or equal
+to\~10^9.
 .El
 .Pp
 A read from a

Reply via email to