diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2022-08-19 08:09:43 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2022-08-19 08:09:43 +0000 |
commit | 4bb2cb9dfbc12750fd4ad58cc243749528c8f22a (patch) | |
tree | 95f6cb26b8cb7c476cfb70df247941abb6fafc19 /sbin/dhcpleased | |
parent | c9ad2eff69f905b0d42f723e490ec60a9dfacdb5 (diff) |
Document lease files
Feedback OK jmc
Diffstat (limited to 'sbin/dhcpleased')
-rw-r--r-- | sbin/dhcpleased/dhcpleased.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/dhcpleased/dhcpleased.8 b/sbin/dhcpleased/dhcpleased.8 index 1a74584c712..c1dcc9971b4 100644 --- a/sbin/dhcpleased/dhcpleased.8 +++ b/sbin/dhcpleased/dhcpleased.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcpleased.8,v 1.4 2021/08/23 18:09:05 florian Exp $ +.\" $OpenBSD: dhcpleased.8,v 1.5 2022/08/19 08:09:42 kn Exp $ .\" .\" Copyright (c) 2021 Florian Obser <florian@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 23 2021 $ +.Dd $Mdocdate: August 19 2022 $ .Dt DHCPLEASED 8 .Os .Sh NAME @@ -72,7 +72,7 @@ Multiple options increase the verbosity. .El .Sh FILES -.Bl -tag -width "/dev/dhcpleased.sockXX" -compact +.Bl -tag -width "/var/db/dhcpleased/<if>" -compact .It Pa /dev/dhcpleased.sock .Ux Ns -domain socket used for communication with @@ -81,6 +81,8 @@ socket used for communication with Default .Nm configuration file. +.It Pa /var/db/dhcpleased/ Ns Aq Ar if +Interface specific lease files. .El .Sh SEE ALSO .Xr dhcpleased.conf 5 , |