Module Name:    src
Committed By:   snj
Date:           Tue Dec 31 01:35:10 UTC 2024

Modified Files:
        src/share/man/man9 [netbsd-10]: rnd.9

Log Message:
Pull up following revision(s) (requested by andvar in ticket #1033):
        share/man/man9/rnd.9: 1.33
fix typo in rnd(9) documentation.


To generate a diff of this commit:
cvs rdiff -u -r1.31.2.1 -r1.31.2.2 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.31.2.1 src/share/man/man9/rnd.9:1.31.2.2
--- src/share/man/man9/rnd.9:1.31.2.1	Fri Aug 11 14:35:25 2023
+++ src/share/man/man9/rnd.9	Tue Dec 31 01:35:10 2024
@@ -1,4 +1,4 @@
-.\"	$NetBSD: rnd.9,v 1.31.2.1 2023/08/11 14:35:25 martin Exp $
+.\"	$NetBSD: rnd.9,v 1.31.2.2 2024/12/31 01:35:10 snj 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