summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2023-04-10 13:34:05 +0100
committerDenis Ovsienko <denis@ovsienko.info>2023-04-10 13:38:14 +0100
commit6c6198adb62ecc81d44e22447c1d87f9216a33a0 (patch)
treef4c00bfad293ea67e4cdc1db2a8c322f528c2aa5
parent92a9025ce167d1d3e09d16c4af436d163a1f4e6b (diff)
downloadlibpcap-6c6198adb62ecc81d44e22447c1d87f9216a33a0.tar.gz
Document pcap-config(1) backward compatibility. [skip ci]
-rw-r--r--pcap-config.110
1 files changed, 9 insertions, 1 deletions
diff --git a/pcap-config.1 b/pcap-config.1
index 66b65b11..a98b0a78 100644
--- a/pcap-config.1
+++ b/pcap-config.1
@@ -18,7 +18,7 @@
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
.\"
-.TH PCAP\-CONFIG 1 "18 February 2023"
+.TH PCAP\-CONFIG 1 "10 April 2023"
.SH NAME
pcap-config \- write libpcap compiler and linker flags to standard output
.SH SYNOPSIS
@@ -121,6 +121,14 @@ libpcap.
exits with a non-zero status when invoked with an invalid command\-line
option, and with status 0 otherwise.
+.SH BACKWARD COMPATIBILITY
+.PP
+The
+.B \-\-static\-pcap\-only
+flag became available in libpcap release 1.10.2. The
+.B \-\-static
+flag became available in libpcap release 1.1.0.
+
.SH SEE ALSO
.BR pkg\-config (1),
.BR pcap (3PCAP)