diff --git a/handbook/firewalls.sgml b/handbook/firewalls.sgml index e8a94354f0..06edc6181e 100644 --- a/handbook/firewalls.sgml +++ b/handbook/firewalls.sgml @@ -1,4 +1,4 @@ - + Firewalls @@ -333,10 +333,13 @@ by a leading '!'. types/Matches if the ICMP type is present in the list types. The list may be specified as any combination of ranges and/or individual types separated by commas. Commonly used -ICMP types are: 0 echo reply (ping reply), 5 -redirect, 8 echo request (ping request), and 11 -time exceeded (used to indicate TTL expiration as with -traceroute(8)). +ICMP types are: +0 echo reply (ping reply), +3 destination unreachable, +5 redirect, +8 echo request (ping request), and +11 time exceeded (used to indicate TTL +expiration as with traceroute(8)).