From f1356aafe5a7dcd6c4611c38bae76cfc09267d1b Mon Sep 17 00:00:00 2001 From: riastradh Date: Fri, 7 Jul 2023 13:19:30 +0000 Subject: heartbeat(9): Fix grammaro in man page. --- share/man/man9/heartbeat.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/heartbeat.9 b/share/man/man9/heartbeat.9 index fcbd17ea38b..1d5c7170144 100644 --- a/share/man/man9/heartbeat.9 +++ b/share/man/man9/heartbeat.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: heartbeat.9,v 1.3 2023/07/07 13:15:00 wiz Exp $ +.\" $NetBSD: heartbeat.9,v 1.4 2023/07/07 13:19:30 riastradh Exp $ .\" .\" Copyright (c) 2023 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -127,7 +127,7 @@ Called by .Xr hardclock 9 periodically. .It Fn heartbeat_dump -Print all the heartbeat counter, uptime cache, and uptime cache +Print each CPU's heartbeat counter, uptime cache, and uptime cache timestamp (in units of heartbeats) to the console. .Pp Can be invoked from -- cgit