.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd January 31, 2014
+.Dd February 25, 2014
.Dt DHCPCD 8
.Os
.Sh NAME
.Fl C , Fl Fl nohook
option described above.
.It Pa @DBDIR@/dhcpcd\- Ns Ar interface Ns .lease
-The actual DHCP message send by the server.
+The actual DHCP message sent by the server.
+We use this when reading the last
+lease and use the files mtime as when it was issued.
+.It Pa @DBDIR@/dhcpcd\- Ns Ar interface Ns .lease6
+The actual DHCPv6 message sent by the server.
We use this when reading the last
lease and use the files mtime as when it was issued.
.It Pa @DBDIR@/dhcpcd-rdm.monotonic
Stores the monotonic counter used in the
.Ar replay
field in Authentication Options.
-.It Pa /var/run/dhcpcd.pid
+.It Pa @RUNDIR@dhcpcd.pid
Stores the PID of
.Nm
running on all interfaces.
-.It Pa /var/run/dhcpcd\- Ns Ar interface Ns .pid
+.It Pa @RUNDIR@dhcpcd\- Ns Ar interface Ns .pid
Stores the PID of
.Nm
running on the
.Ar interface .
+.It Pa @RUNDIR@/dhcpcd.sock
+Control socket to the master daemon.
+.It Pa @RUNDIR@/dhcpcd\- Ns Ar interface Ns .sock
+Control socket to per interface daemon.
.El
.Sh SEE ALSO
.Xr fnmatch 3 ,