From 0b30f90dd6ccfbdf350cbce239e38e30bca4a2b8 Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Mon, 25 Apr 2016 22:39:03 -0700 Subject: [PATCH] [trac4268] Tidy up some documentation strings --- doc/guide/classify.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/guide/classify.xml b/doc/guide/classify.xml index e482614f96..acd208fb36 100644 --- a/doc/guide/classify.xml +++ b/doc/guide/classify.xml @@ -218,7 +218,7 @@ Hardware address in DHCPv4 packet pkt4.mac 0x010203040506 - The value of the chaddr field of the DHCPv4 packet on hlen bytes + The value of the chaddr field of the DHCPv4 packet, hlen (0 to 16) bytes Hardware length in DHCPv4 packet @@ -236,25 +236,25 @@ ciaddr field in DHCPv4 packet pkt4.ciaddr 192.0.2.1 - The value of the ciaddr field of the DHCPv4 packet (IPv4 address on 4 bytes) + The value of the ciaddr field of the DHCPv4 packet (IPv4 address, 4 bytes) giaddr field in DHCPv4 packet pkt4.giaddr 192.0.2.1 - The value of the giaddr field of the DHCPv4 packet (IPv4 address on 4 bytes) + The value of the giaddr field of the DHCPv4 packet (IPv4 address, 4 bytes) yiaddr field in DHCPv4 packet pkt4.yiaddr 192.0.2.1 - The value of the yiaddr field of the DHCPv4 packet (IPv4 address on 4 bytes) + The value of the yiaddr field of the DHCPv4 packet (IPv4 address, 4 bytes) siaddr field in DHCPv4 packet pkt4.siaddr 192.0.2.1 - The value of the siaddr field of the DHCPv4 packet (IPv4 address on 4 bytes) + The value of the siaddr field of the DHCPv4 packet (IPv4 address, 4 bytes)