Module Name: src Committed By: wiz Date: Fri Jul 7 13:15:00 UTC 2023
Modified Files: src/share/man/man9: heartbeat.9 Log Message: Replace main(9) reference with code location To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/heartbeat.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/heartbeat.9 diff -u src/share/man/man9/heartbeat.9:1.2 src/share/man/man9/heartbeat.9:1.3 --- src/share/man/man9/heartbeat.9:1.2 Fri Jul 7 12:59:45 2023 +++ src/share/man/man9/heartbeat.9 Fri Jul 7 13:15:00 2023 @@ -1,4 +1,4 @@ -.\" $NetBSD: heartbeat.9,v 1.2 2023/07/07 12:59:45 wiz Exp $ +.\" $NetBSD: heartbeat.9,v 1.3 2023/07/07 13:15:00 wiz Exp $ .\" .\" Copyright (c) 2023 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -143,7 +143,9 @@ marked online. Start monitoring heartbeats systemwide. .Pp Called by -.Xr main 9 +.Fn main +in +.Pa sys/kern/init_main.c as soon as soft interrupts can be established. .It Fn heartbeat_suspend Suspend heartbeat monitoring of the current CPU.