diff options
author | smkelly <smkelly@FreeBSD.org> | 2004-04-29 08:27:38 +0000 |
---|---|---|
committer | smkelly <smkelly@FreeBSD.org> | 2004-04-29 08:27:38 +0000 |
commit | 265de59c6190e1826c1efb092d9fd3b9a63e6ef1 (patch) | |
tree | 598b8f65f4c95db7efd9a2d9262003be8a1081ad /share/man | |
parent | 3640f633e3d09ee34855e68d8de4b7153844cce6 (diff) | |
download | FreeBSD-src-265de59c6190e1826c1efb092d9fd3b9a63e6ef1.zip FreeBSD-src-265de59c6190e1826c1efb092d9fd3b9a63e6ef1.tar.gz |
Add missing .Dv markup and a comma.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/watchdog.4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/watchdog.4 b/share/man/man4/watchdog.4 index 327694e..1279ae4 100644 --- a/share/man/man4/watchdog.4 +++ b/share/man/man4/watchdog.4 @@ -54,7 +54,9 @@ responds to a single ioctl call, WDIOCPATPAT. The ioctl call takes an argument which consists of a timeout value specified as an integer power of two nanoseconds. .Pp -The WD_ACTIVE flag signals that the watchdog will be kept from +The +.Dv WD_ACTIVE +flag signals that the watchdog will be kept from timing out from userland, for instance by the .Xr watchdogd 8 daemon. @@ -66,7 +68,7 @@ watchdog implementations support the request. If the ioctl fails, for instance if no watchdog supports the timeout length, all watchdogs are disabled and must be explicitly reenabled. .Sh SEE ALSO -.Xr watchdogd 8 +.Xr watchdogd 8 , .Xr watchdog 9 .Sh HISTORY The |