summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanny <danny@FreeBSD.org>1999-01-10 04:59:59 +0000
committerdanny <danny@FreeBSD.org>1999-01-10 04:59:59 +0000
commit25a87c9b4297bdb1834d99f5e00eac4185a09477 (patch)
tree4619d3e414c4cce54ad5ab1fda2530c81bf0cc16
parentff7067b486fe9c2e7a3f425bb8f6fa90ae36230e (diff)
downloadFreeBSD-src-25a87c9b4297bdb1834d99f5e00eac4185a09477.zip
FreeBSD-src-25a87c9b4297bdb1834d99f5e00eac4185a09477.tar.gz
Fix typo: if_name -> ifr_name
Submitted by: Casper <casper@acc.am>
-rw-r--r--share/man/man4/bpf.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4
index 3b1cf45..22b4aeb 100644
--- a/share/man/man4/bpf.4
+++ b/share/man/man4/bpf.4
@@ -20,7 +20,7 @@
.\" This document is derived in part from the enet man page (enet.4)
.\" distributed with 4.3BSD Unix.
.\"
-.\" $Id: bpf.4,v 1.14 1998/11/03 21:12:19 des Exp $
+.\" $Id: bpf.4,v 1.15 1998/11/03 22:01:21 des Exp $
.\"
.Dd January 16, 1996
.Dt BPF 4
@@ -170,7 +170,7 @@ and resets the statistics that are returned by BIOCGSTATS.
.It Dv BIOCGETIF
.Pq Li "struct ifreq"
Returns the name of the hardware interface that the file is listening on.
-The name is returned in the if_name field of
+The name is returned in the ifr_name field of
the
.Li ifreq
structure.
@@ -180,7 +180,7 @@ All other fields are undefined.
Sets the hardware interface associate with the file. This
command must be performed before any packets can be read.
The device is indicated by name using the
-.Li if_name
+.Li ifr_name
field of the
.Li ifreq
structure.
OpenPOWER on IntegriCloud