summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruwe <uwe@NetBSD.org>2023-07-07 15:56:31 +0000
committeruwe <uwe@NetBSD.org>2023-07-07 15:56:31 +0000
commit377d235d69183cc57f02e6f92fccba9b2daec941 (patch)
tree599010cc87f89727cf738c2d17962d9233e4b4bc
parent2a6361a63f44bb6164489194fb8f41acbee7cb4e (diff)
heartbeat(9): markup fixes
Use .Cd for options. Don't use the usual <space><tab>, which is superfluous in the man page. Paragraph break after the config section of synopsis, before the C API section.
-rw-r--r--share/man/man9/heartbeat.97
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man9/heartbeat.9 b/share/man/man9/heartbeat.9
index 1d5c7170144..bed7f48fd25 100644
--- a/share/man/man9/heartbeat.9
+++ b/share/man/man9/heartbeat.9
@@ -1,4 +1,4 @@
-.\" $NetBSD: heartbeat.9,v 1.4 2023/07/07 13:19:30 riastradh Exp $
+.\" $NetBSD: heartbeat.9,v 1.5 2023/07/07 15:56:31 uwe Exp $
.\"
.\" Copyright (c) 2023 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -33,8 +33,9 @@
.Nd periodic checks to ensure CPUs are making progress
.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.Sh SYNOPSIS
-.Fd "options HEARTBEAT"
-.Fd "options HEARTBEAT_MAX_PERIOD_DEFAULT=15"
+.Cd "options HEARTBEAT"
+.Cd "options HEARTBEAT_MAX_PERIOD_DEFAULT=15"
+.Pp
.\"
.In sys/heartbeat.h
.\"