aboutsummaryrefslogtreecommitdiff
path: root/pcap_list_datalinks.3pcap.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-08-22 15:08:20 -0700
committerGuy Harris <guy@alum.mit.edu>2010-08-22 15:08:20 -0700
commitb9546dd6dee257d0a215585205b908e5dbc0e05c (patch)
tree1bfd0c69fb1c21f9532020134dccc9754531f3ba /pcap_list_datalinks.3pcap.in
parent57935bef89bfd8638d58e5167abbbcb6317fb018 (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_list_datalinks.3pcap.in')
-rw-r--r--pcap_list_datalinks.3pcap.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/pcap_list_datalinks.3pcap.in b/pcap_list_datalinks.3pcap.in
index 909bcf65..eb91c275 100644
--- a/pcap_list_datalinks.3pcap.in
+++ b/pcap_list_datalinks.3pcap.in
@@ -19,7 +19,7 @@
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
.\"
-.TH PCAP_LIST_DATALINKS 3PCAP "5 April 2008"
+.TH PCAP_LIST_DATALINKS 3PCAP "22 August 2010"
.SH NAME
pcap_list_datalinks, pcap_free_datalinks \- get a list of link-layer header
types supported by a capture device, and free that list
@@ -59,4 +59,6 @@ may be called with
.I p
as an argument to fetch or display the error text.
.SH SEE ALSO
-pcap(3PCAP), pcap_geterr(3PCAP), pcap-linktype(@MAN_MISC_INFO@)
+pcap(3PCAP), pcap_geterr(3PCAP),
+pcap_datalink_val_to_name(3PCAP),
+pcap-linktype(@MAN_MISC_INFO@)