summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel O'Callaghan <danny@FreeBSD.org>1999-01-10 04:59:59 +0000
committerDaniel O'Callaghan <danny@FreeBSD.org>1999-01-10 04:59:59 +0000
commit16f81b74ae207aaea63621ffda92c74f85e5aa89 (patch)
tree872504eb59bf90d4fcb761604688f01480d9552c
parentf7102a20c699665b713560a49e2d3245e4c0d8d2 (diff)
Notes
-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 3b1cf45cc4f3..22b4aeb5586c 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.