diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index c9530b4eb7..d319109daf 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -2070,7 +2070,8 @@ what is XfroutClient xfr_client??
class
The RR class of the zone
- (normally IN
)
+ (normally IN
, and in that case
+ can be omitted in configuration)
@@ -2096,10 +2097,10 @@ what is XfroutClient xfr_client??
> config add DDNS/zones
> config set DDNS/zones[0]/origin example.org
> config set DDNS/zones[0]/class IN
+(Note: "class" can be omitted)
> config add DDNS/zones[0]/update_acl {"action": "ACCEPT", "key": "key.example.org"}
> config commit
- (The class
can be omitted).
The TSIG key must be configured system wide
(see .)