From f857e378c68ade5f15a232b2523a98c544fb0263 Mon Sep 17 00:00:00 2001 From: peterd Date: Wed, 9 Jun 2021 10:25:47 +0000 Subject: [PATCH] [#1917] Final updates II --- doc/sphinx/arm/dhcp4-srv.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 47fcbd6888..6169fb7108 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -4784,7 +4784,7 @@ The meaning of the reservation flags are: - ``reservations-global``: fetch global reservations. - ``reservations-in-subnet``: fetch subnet reservations. For a shared network - this includes all subnets members of the shared network. + this includes all subnet members of the shared network. - ``reservations-out-of-pool``: this makes sense only when the ``reservations-in-subnet`` flag is true. When ``reservations-out-of-pool`` @@ -5006,7 +5006,7 @@ following can be used: "hw-address": "01:02:03:04:05:06", "hostname": "hw-host-fixed", - # Use of IP addresses in global reservation is risky. If used outside + # Use of IP addresses in global reservations is risky. If used outside # of a matching subnet, such as 192.0.1.0/24, it will result in a broken # configuration being handed to the client. "ip-address": "192.0.1.77"