X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=blobdiff_plain;f=src%2FCidr.hs;h=7143a809b9975ee1d88844657ee7f5ee03cb011c;hp=002ec0b849fc08d555a2e6ab221212143c51d160;hb=bacd73f540f87c5441a1ec8ca8c26b34659f55a2;hpb=01c7ddcee2f36236e9a10f244260501a8c3caf4f diff --git a/src/Cidr.hs b/src/Cidr.hs index 002ec0b..7143a80 100644 --- a/src/Cidr.hs +++ b/src/Cidr.hs @@ -165,7 +165,7 @@ max_octet4 cidr = octet4 (max_host cidr) -- cidr1, then at least mbits1 of an address in cidr2 will match -- cidr1. For example, -- --- cidr1 = 192.168.1.0/23, cidr2 = 192.168.1.100/24 +-- cidr1 = 192.168.1.0\/23, cidr2 = 192.168.1.100\/24 -- -- Here, cidr2 contains all of 192.168.1.0 through -- 192.168.1.255. However, cidr1 contains BOTH 192.168.0.0 through