diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-08-08 16:47:53 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-08-08 16:47:53 +0000 |
| commit | d4c8c97c312455631c0c22151ad19b98c2eee3fd (patch) | |
| tree | 783a3dd69217af76d40f61c3858ab676e0ab71ce /man7/arp.7 | |
| parent | 77117f4fc55addbb657d1c87e2f86911d7e432c9 (diff) | |
| download | man-pages-d4c8c97c312455631c0c22151ad19b98c2eee3fd.tar.gz | |
s/PF_/AF_/ for socket family constants. Reasons: the AF_ and
PF_ constants have always had the same values; there never has
been a protocol family that had more than one address family,
and POSIX.1-2001 only specifies the AF_* constants.
Diffstat (limited to 'man7/arp.7')
| -rw-r--r-- | man7/arp.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/arp.7 b/man7/arp.7 index c1879c2306..cff832f084 100644 --- a/man7/arp.7 +++ b/man7/arp.7 @@ -6,7 +6,7 @@ .\" of the modification is added to the header. .\" Modified June 1999 Andi Kleen .\" $Id: arp.7,v 1.10 2000/04/27 19:31:38 ak Exp $ -.TH ARP 7 2007-07-27 "Linux" "Linux Programmer's Manual" +.TH ARP 7 2008-08-08 "Linux" "Linux Programmer's Manual" .SH NAME arp \- Linux ARP kernel module. .SH DESCRIPTION @@ -28,7 +28,7 @@ sockets. The ARP table can also be controlled via .BR ioctl (2) on any -.B PF_INET +.B AF_INET socket. The ARP module maintains a cache of mappings between hardware addresses @@ -68,7 +68,7 @@ enabled on the receiving interface. When there is a reject route for the target no proxy arp entry is added. .SS Ioctls Three ioctls are available on all -.B PF_INET +.B AF_INET sockets. They take a pointer to a .I struct arpreq |
