diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-09-25 16:59:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-09-25 16:59:01 +0000 |
commit | daa826a6e6f9ee98eee8d2ae75d94021b8155bcf (patch) | |
tree | e04cda3637d707b68a480ed79456d463086cf339 /lib/libpcap/Makefile | |
parent | 45b0cbc0ee80398fcf0ffaa88865f642fc160d54 (diff) |
mdoc version of pcap-filter;
conversion suggested by deraadt, as well as renaming
from section 7 to section 5;
ok deraadt
Diffstat (limited to 'lib/libpcap/Makefile')
-rw-r--r-- | lib/libpcap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index a04eea89172..e569cedfa32 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.28 2019/09/03 04:25:10 deraadt Exp $ +# $OpenBSD: Makefile,v 1.29 2019/09/25 16:59:00 jmc Exp $ # $NetBSD: Makefile,v 1.3 1996/05/10 21:54:24 cgd Exp $ LIB= pcap -MAN= pcap_open_live.3 pcap-filter.7 +MAN= pcap_open_live.3 pcap-filter.5 DEFS= -DHAVE_SYS_IOCCOM_H -DHAVE_SYS_SOCKIO_H -DHAVE_ETHER_HOSTTON \ -DHAVE_STRERROR -DHAVE_SOCKADDR_SA_LEN -DLBL_ALIGN -DHAVE_IFADDRS_H \ |