Module Name:    src
Committed By:   andvar
Date:           Wed Dec 25 17:51:56 UTC 2024

Modified Files:
        src/share/man/man9: rnd.9

Log Message:
fix typo in rnd(9) documentation.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/share/man/man9/rnd.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/rnd.9
diff -u src/share/man/man9/rnd.9:1.32 src/share/man/man9/rnd.9:1.33
--- src/share/man/man9/rnd.9:1.32	Fri Aug  4 07:38:53 2023
+++ src/share/man/man9/rnd.9	Wed Dec 25 17:51:56 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: rnd.9,v 1.32 2023/08/04 07:38:53 riastradh Exp $
+.\"	$NetBSD: rnd.9,v 1.33 2024/12/25 17:51:56 andvar Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -176,7 +176,7 @@ or
 issues calls to each source's
 .Fa callback
 in serial \(em it never issues two calls to the same source's callback
-at the same time in two differen threads or on two different CPUs.
+at the same time in two different threads or on two different CPUs.
 .Pp
 The callback may be invoked in thread context or soft interrupt
 context, up to

Reply via email to