diff options
author | 2004-04-08 15:40:43 +0000 | |
---|---|---|
committer | 2004-04-08 15:40:43 +0000 | |
commit | 46245c6fdc98fc4f8cf5f0da205c7b82c0032fba (patch) | |
tree | 1103ceffdfec954af20f44b4bbdd85e4423068ef | |
parent | fix usage(), jmc (diff) | |
download | wireguard-openbsd-46245c6fdc98fc4f8cf5f0da205c7b82c0032fba.tar.xz wireguard-openbsd-46245c6fdc98fc4f8cf5f0da205c7b82c0032fba.zip |
sync with reality, mostly from jmc
-rw-r--r-- | sbin/dhclient/dhclient.leases.5 | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/sbin/dhclient/dhclient.leases.5 b/sbin/dhclient/dhclient.leases.5 index 2fbaac09f85..04d8cdee4bf 100644 --- a/sbin/dhclient/dhclient.leases.5 +++ b/sbin/dhclient/dhclient.leases.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhclient.leases.5,v 1.1 2004/01/18 01:26:20 deraadt Exp $ +.\" $OpenBSD: dhclient.leases.5,v 1.2 2004/04/08 15:40:43 henning Exp $ .\" .\" Copyright (c) 1997 The Internet Software Consortium. .\" All rights reserved. @@ -51,10 +51,24 @@ If more than one declaration appears for a given lease, the last one in the file is used. The file is written as a log, so this is not an unusual occurrence. .Pp +The lease file is named +.Qq dhclient.leases.IFNAME , +where +.Qq IFNAME +represents the network interface the DHCP client acquired the lease on. +For example, if +.Xr dhclient 8 +is configured for the em0 network device, +the lease file will be named +.Qq dhclient.leases.em0 . +.Pp The format of the lease declarations is described in .Xr dhclient.conf 5 . .Sh FILES -/var/db/dhclient.leases +.Bl -tag -width "/var/db/dhclient.leases.IFNAME " +.It /var/db/dhclient.leases.IFNAME +Current lease file. +.El .Sh SEE ALSO .Xr dhclient.conf 5 , .Xr dhcp-options 5 , |