summaryrefslogtreecommitdiff
path: root/sbin/dhclient/dhclient.8
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/dhclient/dhclient.8')
-rw-r--r--sbin/dhclient/dhclient.839
1 files changed, 3 insertions, 36 deletions
diff --git a/sbin/dhclient/dhclient.8 b/sbin/dhclient/dhclient.8
index f440a05515e..6c6e0f151c9 100644
--- a/sbin/dhclient/dhclient.8
+++ b/sbin/dhclient/dhclient.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dhclient.8,v 1.29 2017/02/15 19:36:24 krw Exp $
+.\" $OpenBSD: dhclient.8,v 1.30 2017/06/28 14:35:43 krw Exp $
.\"
.\" Copyright (c) 1997 The Internet Software Consortium.
.\" All rights reserved.
@@ -35,7 +35,7 @@
.\" Enterprises. To learn more about the Internet Software Consortium,
.\" see ``http://www.isc.org/isc''. To learn more about Vixie
.\" Enterprises, see ``http://www.vix.com''.
-.Dd $Mdocdate: February 15 2017 $
+.Dd $Mdocdate: June 28 2017 $
.Dt DHCLIENT 8
.Os
.Sh NAME
@@ -117,9 +117,6 @@ to the specified file.
will be the lease offered by the DHCP server;
.Dq effective
will be the modified lease bound to the interface.
-.Ar file
-will be truncated when a lease is no longer bound to the interface or the
-link goes down.
.It Fl l Ar file
Specify an alternate location to
.Pa /var/db/dhclient.leases. Ns Aq Ar IFNAME
@@ -248,10 +245,7 @@ arrange with the network administrator for an entry on the BOOTP
database, so that the host can boot quickly on that network rather
than cycling through the list of old leases.
.Sh SIGNALS
-While running,
-.Nm
-reacts to a few different signals:
-.Bl -tag -width "USR1, USR2XXX"
+.Bl -tag -width "HUP"
.It Dv HUP
On receiving
.Dv HUP
@@ -259,33 +253,6 @@ On receiving
will restart itself, reading
.Xr dhclient.conf 5
and obtaining a new lease.
-.It Dv INT
-On receiving
-.Dv INT
-.Nm
-will exit after attempting to remove any routes, interface addresses
-or temporary files it created.
-.It Dv QUIT
-On receiving
-.Dv QUIT
-.Nm
-will dump core and exit without attempting to remove any routes, interface
-addresses or temporary files it created.
-.It Dv TERM
-On receiving
-.Dv TERM
-.Nm
-will exit without attempting to remove any routes, interface addresses
-or temporary files it created.
-.It Dv USR1, USR2
-On receiving either
-.Dv USR1
-or
-.Dv USR2 ,
-.Nm
-will exit after attempting to remove any routes, interface addresses
-or temporary files it created.
-.El
.Sh FILES
.Bl -tag -width "/var/db/dhclient.leases.<IFNAME>XXX" -compact
.It Pa /etc/dhclient.conf