diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-09-02 10:59:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-09-02 10:59:14 +0000 |
commit | cbbb60f3620561d96bc981130d4a7f5ebba6c2d1 (patch) | |
tree | 0bd63d96237b194b75cc16342cec020886d06055 | |
parent | bd7b030303c8936b0a6507d87ce931baf55b809c (diff) |
Ah, I was fooled by a left over man page
-rw-r--r-- | lib/libpcap/pcap-filter.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpcap/pcap-filter.5 b/lib/libpcap/pcap-filter.5 index 14ff2ac02f8..a2a7f6c69a5 100644 --- a/lib/libpcap/pcap-filter.5 +++ b/lib/libpcap/pcap-filter.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcap-filter.5,v 1.8 2021/09/02 06:46:32 deraadt Exp $ +.\" $OpenBSD: pcap-filter.5,v 1.9 2021/09/02 10:59:13 deraadt Exp $ .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996, 1997 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .Nm pcap-filter .Nd packet filter syntax .Sh DESCRIPTION -.Xr pcap_compile 5 +.Xr pcap_compile 3 compiles pcap filters for software such as .Xr tcpdump 8 . The resulting filter program can then be applied to |