diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2019-12-17 15:22:49 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2019-12-17 15:22:49 +0000 |
commit | a0123801f0da9e80b24ee2a916cf893e2dc0f958 (patch) | |
tree | 530daa14bbcadac23e4c17b02d5d01743d8eaba8 /lib/libpcap | |
parent | 916fe36a51b075066f3b5e979bcaa6ecf2b3a7e5 (diff) |
Fix bogus ".It .Cm"
Diffstat (limited to 'lib/libpcap')
-rw-r--r-- | lib/libpcap/pcap-filter.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpcap/pcap-filter.5 b/lib/libpcap/pcap-filter.5 index 69cd7462218..352cc3eb9b3 100644 --- a/lib/libpcap/pcap-filter.5 +++ b/lib/libpcap/pcap-filter.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcap-filter.5,v 1.2 2019/09/25 17:04:45 deraadt Exp $ +.\" $OpenBSD: pcap-filter.5,v 1.3 2019/12/17 15:22:48 jca Exp $ .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996, 1997 .\" The Regents of the University of California. All rights reserved. @@ -20,7 +20,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: September 25 2019 $ +.Dd $Mdocdate: December 17 2019 $ .Dt PCAP-FILTER 5 .Os .Sh NAME @@ -212,7 +212,7 @@ If .Ar host is a name with multiple IP addresses, each address will be checked for a match. -.It .Cm ether dst Ar ehost +.It Cm ether dst Ar ehost True if the Ethernet destination address is .Ar ehost , which may be either a name from |