diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2018-08-22 10:21:49 +0100 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2018-08-22 10:22:12 +0100 |
commit | 756ff0a1ee7f7483b6a7e902f5bd91842b43a97e (patch) | |
tree | 108d91dcb77c7cfa7da27451a71667f7e477afee /pcap_findalldevs.3pcap | |
parent | 22472b64e8166f5d9c9509609b0ddc581f14c30e (diff) |
Add backward compatibility notes to some man pages.
(as suggested by Daniel Miller in GH #745)
[skip ci]
Diffstat (limited to 'pcap_findalldevs.3pcap')
-rw-r--r-- | pcap_findalldevs.3pcap | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/pcap_findalldevs.3pcap b/pcap_findalldevs.3pcap index dc52c2e8..47822eff 100644 --- a/pcap_findalldevs.3pcap +++ b/pcap_findalldevs.3pcap @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_FINDALLDEVS 3PCAP "25 July 2018" +.TH PCAP_FINDALLDEVS 3PCAP "22 August 2018" .SH NAME pcap_findalldevs, pcap_freealldevs \- get a list of capture devices, and free that list @@ -212,5 +212,12 @@ is filled in with an appropriate error message. is assumed to be able to hold at least .B PCAP_ERRBUF_SIZE chars. +.SH BACKWARD COMPATIBILITY +.PP +The +.B PCAP_IF_UP +and +.B PCAP_IF_RUNNING +constants became available in libpcap release 1.6.1. .SH SEE ALSO pcap(3PCAP) |