$OpenBSD: patch-doc_scapy_1,v 1.2 2010/10/05 09:18:05 armani Exp $ --- doc/scapy.1.orig Sun Mar 8 13:35:08 2009 +++ doc/scapy.1 Mon Oct 4 07:38:02 2010 @@ -100,7 +100,7 @@ Just run \fBscapy\fP and try the following commands in .LP Test the robustness of a network stack with invalid packets: .nf -sr(IP(dst="172.16.1.1", ihl=2, options="\verb$\x02$", version=3)/ICMP()) +sr(IP(dst="172.16.1.1", ihl=2, options="0x02", version=3)/ICMP()) .fi .LP