diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-08-04 11:08:44 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-08-04 11:08:44 +0000 |
commit | 6ff4bf13d079252dd3eb2539899fff2613b579d8 (patch) | |
tree | b0ffdd7aed94e9e1df03870b778317406a99a4e6 /usr.sbin/watchdogd | |
parent | 250bb437b0fc21f3f3115bd820a7c849373d09b4 (diff) |
Sigh, use .Nm, not the literal name of the binary...
Diffstat (limited to 'usr.sbin/watchdogd')
-rw-r--r-- | usr.sbin/watchdogd/watchdogd.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/watchdogd/watchdogd.8 b/usr.sbin/watchdogd/watchdogd.8 index ecd2fb3660f..34e3360f313 100644 --- a/usr.sbin/watchdogd/watchdogd.8 +++ b/usr.sbin/watchdogd/watchdogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: watchdogd.8,v 1.8 2006/08/04 11:04:55 mbalmer Exp $ +.\" $OpenBSD: watchdogd.8,v 1.9 2006/08/04 11:08:43 mbalmer Exp $ .\" .\" Copyright (c) 2005 Marc Balmer <mbalmer@openbsd.org> .\" @@ -71,8 +71,10 @@ seconds. The default is 30 seconds. .It Fl q Be quiet. -With this option specified, watchdogd will not output a warning message if the -underlying hardware adjusted the timeout period. +With this option specified, +.Nm +will not output a warning message if the underlying hardware adjusted the +timeout period. .El .Sh SEE ALSO .Xr watchdog 4 , |