diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2024-08-05 23:52:04 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2024-08-05 23:52:04 +0000 |
commit | 62468f66743a951748c7438e2baff7efc85a415c (patch) | |
tree | f326fb25110f896e677693751a0c4706e8eacdc6 /share/man/man9 | |
parent | 4494ecff2371a7604d9c3ccb1721d7a24b091193 (diff) |
timeout_add_nsec takes a uint64_t now.
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/timeout.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9 index 4b37ebea1f4..61dff038e47 100644 --- a/share/man/man9/timeout.9 +++ b/share/man/man9/timeout.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: timeout.9,v 1.57 2023/10/12 15:32:38 cheloha Exp $ +.\" $OpenBSD: timeout.9,v 1.58 2024/08/05 23:52:03 dlg Exp $ .\" .\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org> .\" Copyright (c) 2021, 2022 Scott Cheloha <cheloha@openbsd.org> @@ -24,7 +24,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 12 2023 $ +.Dd $Mdocdate: August 5 2024 $ .Dt TIMEOUT_SET 9 .Os .Sh NAME @@ -93,7 +93,7 @@ .Ft int .Fo timeout_add_nsec .Fa "struct timeout *to" -.Fa "int nsecs" +.Fa "uint64_t nsecs" .Fc .Ft int .Fo timeout_add_tv |