Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Spell the number of nanoseconds as 10^9. Forgo...



details:   https://anonhg.NetBSD.org/src/rev/099544e7575d
branches:  trunk
changeset: 987018:099544e7575d
user:      uwe <uwe%NetBSD.org@localhost>
date:      Thu Sep 23 13:59:27 2021 +0000

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

diffstat:

 lib/libc/sys/timerfd.2 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r f4ad1091d31c -r 099544e7575d lib/libc/sys/timerfd.2
--- a/lib/libc/sys/timerfd.2    Thu Sep 23 13:58:26 2021 +0000
+++ b/lib/libc/sys/timerfd.2    Thu Sep 23 13:59:27 2021 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index