aboutsummaryrefslogtreecommitdiff
path: root/pcap_datalink.3pcap.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-08-22 15:26:35 -0700
committerGuy Harris <guy@alum.mit.edu>2010-08-22 15:26:35 -0700
commit0ba94d1cfa4bdf92adcc5794f273e02c74a9cfb7 (patch)
tree55d5ed67e823273f76ba8873eccf9c77c42d3ce6 /pcap_datalink.3pcap.in
parentb9546dd6dee257d0a215585205b908e5dbc0e05c (diff)
Consistently use "link-layer header type".
Use "link-layer header type" as the term for DLT_ values; it doesn't necessarily correspond to the actual data link type of the device (802.11 devices, for example, can supply Ethernet headers).
Diffstat (limited to 'pcap_datalink.3pcap.in')
-rw-r--r--pcap_datalink.3pcap.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap_datalink.3pcap.in b/pcap_datalink.3pcap.in
index cdc7c245..3d4ace1d 100644
--- a/pcap_datalink.3pcap.in
+++ b/pcap_datalink.3pcap.in
@@ -19,7 +19,7 @@
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
.\"
-.TH PCAP_DATALINK 3PCAP "5 April 2008"
+.TH PCAP_DATALINK 3PCAP "22 August 2010"
.SH NAME
pcap_datalink \- get the link-layer header type
.SH SYNOPSIS
@@ -34,7 +34,7 @@ int pcap_datalink(pcap_t *p);
.fi
.SH DESCRIPTION
.B pcap_datalink()
-returns the link layer type for the live capture or ``savefile''
+returns the link-layer header type for the live capture or ``savefile''
specified by
.IR p .
.SH SEE ALSO