summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-04-09 16:25:22 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-04-09 16:25:22 +0000
commitd92eb7a47337785fb0fb0b8c44e2fe1d5aff911c (patch)
treea4b156038523cc1312f592ce7263c4e97b1645e5 /share
parent958dd985e92981e7ac7757cb4100104c144f9260 (diff)
remove SIOCGIFADDR; from natex, documentation/6352;
ok claudio
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/bpf.47
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4
index 1e3bb078fce..7bd7afa98fc 100644
--- a/share/man/man4/bpf.4
+++ b/share/man/man4/bpf.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bpf.4,v 1.30 2009/03/01 18:59:50 otto Exp $
+.\" $OpenBSD: bpf.4,v 1.31 2010/04/09 16:25:21 jmc Exp $
.\" $NetBSD: bpf.4,v 1.7 1995/09/27 18:31:50 thorpej Exp $
.\"
.\" Copyright (c) 1990 The Regents of the University of California.
@@ -23,7 +23,7 @@
.\" This document is derived in part from the enet man page (enet.4)
.\" distributed with 4.3BSD Unix.
.\"
-.Dd $Mdocdate: March 1 2009 $
+.Dd $Mdocdate: April 9 2010 $
.Dt BPF 4
.Os
.Sh NAME
@@ -429,9 +429,6 @@ file descriptor.
.It Dv FIONREAD Fa "int *"
Returns the number of bytes that are immediately available for reading.
.Pp
-.It Dv SIOCGIFADDR Fa "struct ifreq *"
-Returns the address associated with the interface.
-.Pp
.It Dv FIONBIO Fa "int *"
Sets or clears non-blocking I/O.
If the argument is non-zero, enable non-blocking I/O.