diff options
author | Guy Harris <guy@alum.mit.edu> | 2010-08-22 15:08:20 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2010-08-22 15:08:20 -0700 |
commit | b9546dd6dee257d0a215585205b908e5dbc0e05c (patch) | |
tree | 1bfd0c69fb1c21f9532020134dccc9754531f3ba /pcap_can_set_rfmon.3pcap | |
parent | 57935bef89bfd8638d58e5167abbbcb6317fb018 (diff) |
Add some additional SEE ALSO references.
In the pcap_list_datalinks() man page, refer to the
pcap_datalink_val_to_name() man page, as the routines described there
can be used to print out names and descriptive text for the values
returned by pcap_list_datalinks().
In the pcap_set_datalink() man page, refer to the
pcap_datalink_name_to_val() man page, as pcap_datalink_name_to_val() can
be used to convert a name for a link-layer header type into a value to
be handed to pcap_set_datalink().
Update the change date on some man pages while we're at it.
Diffstat (limited to 'pcap_can_set_rfmon.3pcap')
-rw-r--r-- | pcap_can_set_rfmon.3pcap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap_can_set_rfmon.3pcap b/pcap_can_set_rfmon.3pcap index b786694e..00b92a40 100644 --- a/pcap_can_set_rfmon.3pcap +++ b/pcap_can_set_rfmon.3pcap @@ -19,7 +19,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.TH PCAP_CAN_SET_RFMON 3PCAP "5 April 2008" +.TH PCAP_CAN_SET_RFMON 3PCAP "18 May 2010" .SH NAME pcap_can_set_rfmon \- check whether monitor mode can be set for a not-yet-activated capture handle |