1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Add more .Dv markup.

This commit is contained in:
Sean Kelly 2004-04-29 08:33:12 +00:00
parent 79eade1a88
commit 22741fd063
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128738

View File

@ -48,8 +48,11 @@ ioctl(fd, WDIOCPATPAT, &u);
.Nm
is a facility for controlling hardware and software watchdog facilities.
.Pp
The interface is through a device named "/dev/" _PATH_WATCHDOG which
responds to a single ioctl call, WDIOCPATPAT.
The interface is through a device named "/dev/"
.Dv _PATH_WATCHDOG
which
responds to a single ioctl call,
.Dv WDIOCPATPAT .
.Pp
The ioctl call takes an argument which consists of a timeout value
specified as an integer power of two nanoseconds.