diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2018-07-10 09:38:18 +0100 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2018-07-11 09:14:57 +0100 |
commit | 422b8238621d76ec8ad9fe54892a89946179fcd0 (patch) | |
tree | df53af46e8d114c4fd81102e32760f4b283f649f | |
parent | 3b4ea902f45227d002971baa5c2baf6022cc0b47 (diff) | |
download | libpcap-422b8238621d76ec8ad9fe54892a89946179fcd0.tar.gz |
Update the timestamp in some man pages.
In the man pages that since the previous timestamp had meaningful (i.e.
not typos or whitespace fixups) changes set the timestamp to the date
of such last meaningful change.
[skip ci]
-rw-r--r-- | pcap-filter.manmisc.in | 2 | ||||
-rw-r--r-- | pcap.3pcap.in | 2 | ||||
-rw-r--r-- | pcap_activate.3pcap | 2 | ||||
-rw-r--r-- | pcap_breakloop.3pcap | 2 | ||||
-rw-r--r-- | pcap_can_set_rfmon.3pcap | 2 | ||||
-rw-r--r-- | pcap_compile.3pcap.in | 2 | ||||
-rw-r--r-- | pcap_datalink_name_to_val.3pcap | 2 | ||||
-rw-r--r-- | pcap_datalink_val_to_name.3pcap | 2 | ||||
-rw-r--r-- | pcap_dump_ftell.3pcap | 2 | ||||
-rw-r--r-- | pcap_dump_open.3pcap.in | 2 | ||||
-rw-r--r-- | pcap_findalldevs.3pcap | 2 | ||||
-rw-r--r-- | pcap_get_required_select_timeout.3pcap | 2 | ||||
-rw-r--r-- | pcap_get_selectable_fd.3pcap | 2 | ||||
-rw-r--r-- | pcap_geterr.3pcap | 2 | ||||
-rw-r--r-- | pcap_lookupdev.3pcap | 2 | ||||
-rw-r--r-- | pcap_major_version.3pcap | 2 | ||||
-rw-r--r-- | pcap_open_live.3pcap | 2 | ||||
-rw-r--r-- | pcap_open_offline.3pcap.in | 2 | ||||
-rw-r--r-- | pcap_set_protocol.3pcap | 2 | ||||
-rw-r--r-- | pcap_set_timeout.3pcap | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/pcap-filter.manmisc.in b/pcap-filter.manmisc.in index 7e4438d7..3adcb2a7 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@ "3 August 2015" +.TH PCAP-FILTER @MAN_MISC_INFO@ "5 November 2017" .SH NAME pcap-filter \- packet filter syntax .br diff --git a/pcap.3pcap.in b/pcap.3pcap.in index 3b356fa9..fd10ed93 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 "20 January 2017" +.TH PCAP 3PCAP "20 April 2018" .SH NAME pcap \- Packet Capture library .SH SYNOPSIS diff --git a/pcap_activate.3pcap b/pcap_activate.3pcap index 8c89939f..ceb2aa74 100644 --- a/pcap_activate.3pcap +++ b/pcap_activate.3pcap @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_ACTIVATE 3PCAP "7 April 2014" +.TH PCAP_ACTIVATE 3PCAP "31 July 2016" .SH NAME pcap_activate \- activate a capture handle .SH SYNOPSIS diff --git a/pcap_breakloop.3pcap b/pcap_breakloop.3pcap index 4818c70f..03b8d8d1 100644 --- a/pcap_breakloop.3pcap +++ b/pcap_breakloop.3pcap @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_BREAKLOOP 3PCAP "8 March 2015" +.TH PCAP_BREAKLOOP 3PCAP "8 November 2017" .SH NAME pcap_breakloop \- force a pcap_dispatch() or pcap_loop() call to return .SH SYNOPSIS diff --git a/pcap_can_set_rfmon.3pcap b/pcap_can_set_rfmon.3pcap index 389e50dd..eee004dd 100644 --- a/pcap_can_set_rfmon.3pcap +++ b/pcap_can_set_rfmon.3pcap @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_CAN_SET_RFMON 3PCAP "3 January 2014" +.TH PCAP_CAN_SET_RFMON 3PCAP "31 July 2016" .SH NAME pcap_can_set_rfmon \- check whether monitor mode can be set for a not-yet-activated capture handle diff --git a/pcap_compile.3pcap.in b/pcap_compile.3pcap.in index 9abeed82..29ae8f8a 100644 --- a/pcap_compile.3pcap.in +++ b/pcap_compile.3pcap.in @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_COMPILE 3PCAP "7 April 2014" +.TH PCAP_COMPILE 3PCAP "24 March 2017" .SH NAME pcap_compile \- compile a filter expression .SH SYNOPSIS diff --git a/pcap_datalink_name_to_val.3pcap b/pcap_datalink_name_to_val.3pcap index 8a6905a2..e6419f25 100644 --- a/pcap_datalink_name_to_val.3pcap +++ b/pcap_datalink_name_to_val.3pcap @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_DATALINK_NAME_TO_VAL 3PCAP "5 December 2014" +.TH PCAP_DATALINK_NAME_TO_VAL 3PCAP "12 October 2016" .SH NAME pcap_datalink_name_to_val \- get the link-layer header type value corresponding to a header type name diff --git a/pcap_datalink_val_to_name.3pcap b/pcap_datalink_val_to_name.3pcap index aa3e89a6..fad350fd 100644 --- a/pcap_datalink_val_to_name.3pcap +++ b/pcap_datalink_val_to_name.3pcap @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_DATALINK_VAL_TO_NAME 3PCAP "3 January 2014" +.TH PCAP_DATALINK_VAL_TO_NAME 3PCAP "12 October 2016" .SH NAME pcap_datalink_val_to_name, pcap_datalink_val_to_description \- get a name or description for a link-layer header type value diff --git a/pcap_dump_ftell.3pcap b/pcap_dump_ftell.3pcap index 01dbc64c..ec621fb3 100644 --- a/pcap_dump_ftell.3pcap +++ b/pcap_dump_ftell.3pcap @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_DUMP_FTELL 3PCAP "3 January 2014" +.TH PCAP_DUMP_FTELL 3PCAP "29 September 2017" .SH NAME pcap_dump_ftell, pcap_dump_ftell64 \- get the current file offset for a savefile being written .SH SYNOPSIS diff --git a/pcap_dump_open.3pcap.in b/pcap_dump_open.3pcap.in index e2ee7f9a..dd4241a1 100644 --- a/pcap_dump_open.3pcap.in +++ b/pcap_dump_open.3pcap.in @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_DUMP_OPEN 3PCAP "16 February 2015" +.TH PCAP_DUMP_OPEN 3PCAP "22 June 2018" .SH NAME pcap_dump_open, pcap_dump_fopen \- open a file to which to write packets .SH SYNOPSIS diff --git a/pcap_findalldevs.3pcap b/pcap_findalldevs.3pcap index 9523e008..14825ad1 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 "7 April 2014" +.TH PCAP_FINDALLDEVS 3PCAP "29 April 2018" .SH NAME pcap_findalldevs, pcap_freealldevs \- get a list of capture devices, and free that list diff --git a/pcap_get_required_select_timeout.3pcap b/pcap_get_required_select_timeout.3pcap index 09b39348..bc33e5d3 100644 --- a/pcap_get_required_select_timeout.3pcap +++ b/pcap_get_required_select_timeout.3pcap @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_GET_REQUIRED_SELECT_TIMEOUT 3PCAP "19 January 2018" +.TH PCAP_GET_REQUIRED_SELECT_TIMEOUT 3PCAP "20 January 2018" .SH NAME pcap_get_required_select_timeout \- get a file descriptor on which a select() can be done for a live capture diff --git a/pcap_get_selectable_fd.3pcap b/pcap_get_selectable_fd.3pcap index 160a23f7..f1ddfe2d 100644 --- a/pcap_get_selectable_fd.3pcap +++ b/pcap_get_selectable_fd.3pcap @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_GET_SELECTABLE_FD 3PCAP "20 January 2017" +.TH PCAP_GET_SELECTABLE_FD 3PCAP "20 January 2018" .SH NAME pcap_get_selectable_fd \- get a file descriptor on which a select() can be done for a live capture diff --git a/pcap_geterr.3pcap b/pcap_geterr.3pcap index 2e99c37d..ee681c8c 100644 --- a/pcap_geterr.3pcap +++ b/pcap_geterr.3pcap @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_GETERR 3PCAP "3 January 2014" +.TH PCAP_GETERR 3PCAP "15 January 2016" .SH NAME pcap_geterr, pcap_perror \- get or print libpcap error message text .SH SYNOPSIS diff --git a/pcap_lookupdev.3pcap b/pcap_lookupdev.3pcap index 45c4ef8b..eb493ba7 100644 --- a/pcap_lookupdev.3pcap +++ b/pcap_lookupdev.3pcap @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_LOOKUPDEV 3PCAP "3 January 2014" +.TH PCAP_LOOKUPDEV 3PCAP "8 September 2017" .SH NAME pcap_lookupdev \- find the default device on which to capture .SH SYNOPSIS diff --git a/pcap_major_version.3pcap b/pcap_major_version.3pcap index 0793063f..2fedfd2d 100644 --- a/pcap_major_version.3pcap +++ b/pcap_major_version.3pcap @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_MAJOR_VERSION 3PCAP "7 April 2014" +.TH PCAP_MAJOR_VERSION 3PCAP "8 January 2018" .SH NAME pcap_major_version, pcap_minor_version \- get the version number of a savefile .SH SYNOPSIS diff --git a/pcap_open_live.3pcap b/pcap_open_live.3pcap index d9ce8eec..942d4fc3 100644 --- a/pcap_open_live.3pcap +++ b/pcap_open_live.3pcap @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_OPEN_LIVE 3PCAP "20 January 2017" +.TH PCAP_OPEN_LIVE 3PCAP "6 December 2017" .SH NAME pcap_open_live \- open a device for capturing .SH SYNOPSIS diff --git a/pcap_open_offline.3pcap.in b/pcap_open_offline.3pcap.in index 9bbffcee..d0cd1617 100644 --- a/pcap_open_offline.3pcap.in +++ b/pcap_open_offline.3pcap.in @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_OPEN_OFFLINE 3PCAP "3 January 2014" +.TH PCAP_OPEN_OFFLINE 3PCAP "8 January 2018 " .SH NAME pcap_open_offline, pcap_open_offline_with_tstamp_precision, pcap_fopen_offline, pcap_fopen_offline_with_tstamp_precision \- open a saved capture file for reading diff --git a/pcap_set_protocol.3pcap b/pcap_set_protocol.3pcap index 9d4a2316..f8d919dd 100644 --- a/pcap_set_protocol.3pcap +++ b/pcap_set_protocol.3pcap @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_SET_PROTOCOL 3PCAP "3 January 2014" +.TH PCAP_SET_PROTOCOL 3PCAP "24 August 2017" .SH NAME pcap_set_protocol \- set capture protocol for a not-yet-activated capture handle diff --git a/pcap_set_timeout.3pcap b/pcap_set_timeout.3pcap index 8cb8cb64..cacf603b 100644 --- a/pcap_set_timeout.3pcap +++ b/pcap_set_timeout.3pcap @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_SET_TIMEOUT 3PCAP "20 January 2017" +.TH PCAP_SET_TIMEOUT 3PCAP "6 December 2017" .SH NAME pcap_set_timeout \- set the packet buffer timeout for a not-yet-activated capture handle |