From: Denis Ovsienko Date: Fri, 10 Jan 2020 23:21:17 +0000 (+0000) Subject: spell CONTRIBUTING.md (fixup commit 82001f3) X-Git-Tag: libpcap-1.10-bp~299 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/9a50834fdea67471bebb1df511ca3664e0ee56e6 spell CONTRIBUTING.md (fixup commit 82001f3) [skip ci] --- diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index a550292a..34fd328a 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -2,4 +2,4 @@ To report a security issue please send an e-mail to security@tcpdump.org. To report bugs and other problems, contribute patches, request a feature, provide generic feedback etc please see the file -CONTRIBUTING in the libpcap source tree root. +CONTRIBUTING.md in the libpcap source tree root. diff --git a/INSTALL.md b/INSTALL.md index b3e4a545..0ed89d8e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -251,7 +251,7 @@ FILES CHANGES - description of differences between releases ChmodBPF/* - macOS startup item to set ownership and permissions on /dev/bpf* CMakeLists.txt - CMake file - CONTRIBUTING - guidelines for contributing + CONTRIBUTING.md - guidelines for contributing CREDITS - people that have helped libpcap along INSTALL.md - this file LICENSE - the license under which tcpdump is distributed diff --git a/README.md b/README.md index 7ed7fb59..1e3a245b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To report a security issue please send an e-mail to security@tcpdump.org. To report bugs and other problems, contribute patches, request a feature, provide generic feedback etc please see the file -[CONTRIBUTING](CONTRIBUTING.md) in the libpcap source tree root. +[CONTRIBUTING.md](CONTRIBUTING.md) in the libpcap source tree root. The directory doc/ has README files about specific operating systems and options. diff --git a/pcap-filter.manmisc.in b/pcap-filter.manmisc.in index 05a295b8..d5603079 100644 --- a/pcap-filter.manmisc.in +++ b/pcap-filter.manmisc.in @@ -18,7 +18,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP-FILTER @MAN_MISC_INFO@ "5 November 2017" +.TH PCAP-FILTER @MAN_MISC_INFO@ "10 January 2020" .SH NAME pcap-filter \- packet filter syntax .br @@ -1037,7 +1037,7 @@ To report a security issue please send an e-mail to security@tcpdump.org. .LP To report bugs and other problems, contribute patches, request a feature, provide generic feedback etc please see the file -.I CONTRIBUTING +.I CONTRIBUTING.md in the libpcap source tree root. .LP Filter expressions on fields other than those in Token Ring headers will diff --git a/pcap.3pcap.in b/pcap.3pcap.in index 3c93e2df..7a69f0ac 100644 --- a/pcap.3pcap.in +++ b/pcap.3pcap.in @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP 3PCAP "25 July 2018" +.TH PCAP 3PCAP "10 January 2020" .SH NAME pcap \- Packet Capture library .SH SYNOPSIS @@ -986,5 +986,5 @@ To report a security issue please send an e-mail to security@tcpdump.org. .LP To report bugs and other problems, contribute patches, request a feature, provide generic feedback etc please see the file -.I CONTRIBUTING +.I CONTRIBUTING.md in the libpcap source tree root.