From ed924588d8b5e9c90ff5bda0004e5d32ef63f736 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 6 Mar 2012 10:35:30 +1300 Subject: [PATCH] packet.7: Fix comment on 'sll_hatype' field Reported-by: Iain Fraser Signed-off-by: Michael Kerrisk --- man7/packet.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/packet.7 b/man7/packet.7 index 8d2fdb255..b3ebe817f 100644 --- a/man7/packet.7 +++ b/man7/packet.7 @@ -4,7 +4,7 @@ .\" and in case of nontrivial modification author and date .\" of the modification is added to the header. .\" $Id: packet.7,v 1.13 2000/08/14 08:03:45 ak Exp $ -.TH PACKET 7 2008-08-08 "Linux" "Linux Programmer's Manual" +.TH PACKET 7 2012-02-06 "Linux" "Linux Programmer's Manual" .SH NAME packet, AF_PACKET \- packet interface on device level. .SH SYNOPSIS @@ -111,7 +111,7 @@ struct sockaddr_ll { unsigned short sll_family; /* Always AF_PACKET */ unsigned short sll_protocol; /* Physical layer protocol */ int sll_ifindex; /* Interface number */ - unsigned short sll_hatype; /* Header type */ + unsigned short sll_hatype; /* ARP hardware type */ unsigned char sll_pkttype; /* Packet type */ unsigned char sll_halen; /* Length of address */ unsigned char sll_addr[8]; /* Physical layer address */