Module Name: src Committed By: uwe Date: Fri Jul 7 15:56:31 UTC 2023
Modified Files: src/share/man/man9: heartbeat.9 Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 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.4 src/share/man/man9/heartbeat.9:1.5 --- src/share/man/man9/heartbeat.9:1.4 Fri Jul 7 13:19:30 2023 +++ src/share/man/man9/heartbeat.9 Fri Jul 7 15:56:31 2023 @@ -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 .\"