diff options
| author | riastradh <riastradh@NetBSD.org> | 2023-07-07 13:19:30 +0000 |
|---|---|---|
| committer | riastradh <riastradh@NetBSD.org> | 2023-07-07 13:19:30 +0000 |
| commit | f1356aafe5a7dcd6c4611c38bae76cfc09267d1b (patch) | |
| tree | b7fcf841b77c36a2c58200ba94c3dd3087e3c1d8 /share | |
| parent | 9e86afd54a3f8db9ed241a99d586f0b19a6ad30d (diff) | |
heartbeat(9): Fix grammaro in man page.
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man9/heartbeat.9 | 4 |
1 files 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 |
