diff -Nrau ifconfig/ifconfig.8 ifconfig.new/ifconfig.8 --- ifconfig/ifconfig.8 2006-11-25 07:54:22.000000000 +0200 +++ ifconfig.new/ifconfig.8 2006-12-15 17:46:00.000000000 +0200 @@ -523,13 +523,13 @@ Another name for the .Cm link1 parameter. -.\".It Cm monitor -.\"Put the interface in monitor mode. -.\"No packets are transmitted, and received packets are discarded after -.\".Xr bpf 4 -.\"processing. -.\".It Fl monitor -.\"Take the interface out of monitor mode. +.It Cm monitor +Put the interface in monitor mode. +No packets are transmitted, and received packets are discarded after +.Xr bpf 4 +processing. +.It Fl monitor +Take the interface out of monitor mode. .It Cm up Mark an interface .Dq up . diff -Nrau ifconfig/ifconfig.c ifconfig.new/ifconfig.c --- ifconfig/ifconfig.c 2006-05-05 17:53:41.000000000 +0300 +++ ifconfig.new/ifconfig.c 2006-12-15 17:46:00.000000000 +0200 @@ -1040,9 +1040,9 @@ DEF_CMD("-link1", -IFF_LINK1, setifflags), DEF_CMD("link2", IFF_LINK2, setifflags), DEF_CMD("-link2", -IFF_LINK2, setifflags), -#ifdef notyet DEF_CMD("monitor", IFF_MONITOR, setifflags), DEF_CMD("-monitor", -IFF_MONITOR, setifflags), +#ifdef notyet DEF_CMD("staticarp", IFF_STATICARP, setifflags), DEF_CMD("-staticarp", -IFF_STATICARP, setifflags), #endif