From: Shawn Routhier Date: Tue, 26 Apr 2016 05:39:03 +0000 (-0700) Subject: [trac4268] Tidy up some documentation strings X-Git-Tag: trac4106_update_base~41^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b30f90dd6ccfbdf350cbce239e38e30bca4a2b8;p=thirdparty%2Fkea.git [trac4268] Tidy up some documentation strings --- 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)