diff --git a/docs/dhcp.xml b/docs/dhcp.xml
index 8f69397f0..7534673c7 100644
--- a/docs/dhcp.xml
+++ b/docs/dhcp.xml
@@ -151,8 +151,13 @@
- Allow UDP ports 67 and 68 ("67:68") from the client zone to the
- server zone.
+ Allow UDP ports 67 and 68 ("67:68") between the client zone and
+ the server zone:
+
+ #ACTION SOURCE DEST PROTO DEST
+# PORT(S)
+ACCEPT ZONEA ZONEB udp 67:68
+ACCEPT ZONEB ZONEA udp 67:68