From 811e9ec79473c05403f3dea06230968d7ff3f8ca Mon Sep 17 00:00:00 2001 From: riastradh Date: Fri, 23 Sep 2022 12:35:00 +0000 Subject: [PATCH] wdogctl(8): Minor tweak suggested by a passing umarell. Plus another wording improvement. --- sbin/wdogctl/wdogctl.8 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sbin/wdogctl/wdogctl.8 b/sbin/wdogctl/wdogctl.8 index 137f99591af7..04888dcc1c33 100644 --- a/sbin/wdogctl/wdogctl.8 +++ b/sbin/wdogctl/wdogctl.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: wdogctl.8,v 1.27 2022/09/22 21:40:42 uwe Exp $ +.\" $NetBSD: wdogctl.8,v 1.28 2022/09/23 12:35:00 riastradh Exp $ .\" .\" Copyright (c) 2000 Zembu Labs, Inc. .\" All rights reserved. @@ -79,7 +79,7 @@ The .Nx kernel provides three modes in which watchdog timers may operate: kernel tickle mode, user tickle mode, and external tickle mode. -.Bl -tag -width "external tickle mode" +.Bl -tag .It kernel tickle mode A timer in the kernel refreshes the watchdog timer. This ensures kernel threads can make progress within the period of the @@ -100,9 +100,8 @@ unless the timer is activated with the option. .It external tickle mode Similar to user tickle mode, except that the tickle must be done -explicitly by a separate invocation of the program with the -.Fl t -option. +explicitly by a separate invocation of +.Nm Fl t . This allows users to determine the activity whose progress the watchdog timer checks. .El