Skip to content

Commit c0558ef

Browse files
committed
fix typo in rnd(9) documentation.
1 parent 0a70793 commit c0558ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

share/man/man9/rnd.9

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" $NetBSD: rnd.9,v 1.32 2023/08/04 07:38:53 riastradh Exp $
1+
.\" $NetBSD: rnd.9,v 1.33 2024/12/25 17:51:56 andvar Exp $
22
.\"
33
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
44
.\" All rights reserved.
@@ -176,7 +176,7 @@ or
176176
issues calls to each source's
177177
.Fa callback
178178
in serial \(em it never issues two calls to the same source's callback
179-
at the same time in two differen threads or on two different CPUs.
179+
at the same time in two different threads or on two different CPUs.
180180
.Pp
181181
The callback may be invoked in thread context or soft interrupt
182182
context, up to

0 commit comments

Comments
 (0)