Module Name: src Committed By: wiz Date: Fri Feb 7 15:11:46 UTC 2020
Modified Files: src/share/man/man9: percpu.9 Log Message: Remove duplicate word. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/share/man/man9/percpu.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/percpu.9 diff -u src/share/man/man9/percpu.9:1.14 src/share/man/man9/percpu.9:1.15 --- src/share/man/man9/percpu.9:1.14 Fri Feb 7 13:02:35 2020 +++ src/share/man/man9/percpu.9 Fri Feb 7 15:11:46 2020 @@ -1,4 +1,4 @@ -.\" $NetBSD: percpu.9,v 1.14 2020/02/07 13:02:35 thorpej Exp $ +.\" $NetBSD: percpu.9,v 1.15 2020/02/07 15:11:46 wiz Exp $ .\" .\" Copyright (c) 2010 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -175,7 +175,7 @@ The call to .Fa cb runs in the current thread; use .Fn percpu_foreach_xcall -to to execute the call to +to execute the call to .Fa cb on the remote CPUs. .Pp