CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/05/15 23:47:30
Modified files:
sbin/pflogd : pflogd.8 pflogd.c
usr.sbin/bpflogd: bpflogd.8 bpflogd.c
usr.sbin/tcpdump: tcpdump.8 tcpdump.c
Log message:
fix synopsis, pcap-filter(5) expressions can be spread across argv
quoting is not strictly needed per se, i.e. those are equivalent:
# tcpdump -i iwx0 port 22 and port 80
# tcpdump -i iwx0 'port 22 and port 80'
