From 377d235d69183cc57f02e6f92fccba9b2daec941 Mon Sep 17 00:00:00 2001 From: uwe Date: Fri, 7 Jul 2023 15:56:31 +0000 Subject: heartbeat(9): markup fixes Use .Cd for options. Don't use the usual , which is superfluous in the man page. Paragraph break after the config section of synopsis, before the C API section. --- share/man/man9/heartbeat.9 | 7 ++++--- 1 file 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 .\" -- cgit