Module Name:    src
Committed By:   jruoho
Date:           Tue Jun  8 04:11:07 UTC 2010

Modified Files:
        src/share/man/man4: bpf.4

Log Message:
Remove SIOCGIFADDR. Noted by Ross Patterson in PR kern/21513.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/share/man/man4/bpf.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/bpf.4
diff -u src/share/man/man4/bpf.4:1.45 src/share/man/man4/bpf.4:1.46
--- src/share/man/man4/bpf.4:1.45	Mon Mar 22 18:58:31 2010
+++ src/share/man/man4/bpf.4	Tue Jun  8 04:11:06 2010
@@ -1,8 +1,8 @@
-.\" $NetBSD: bpf.4,v 1.45 2010/03/22 18:58:31 joerg Exp $
+.\" $NetBSD: bpf.4,v 1.46 2010/06/08 04:11:06 jruoho Exp $
 .\"
 .\" -*- nroff -*-
 .\"
-.\"	$NetBSD: bpf.4,v 1.45 2010/03/22 18:58:31 joerg Exp $
+.\"	$NetBSD: bpf.4,v 1.46 2010/06/08 04:11:06 jruoho Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1992, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -26,7 +26,7 @@
 .\" This document is derived in part from the enet man page (enet.4)
 .\" distributed with 4.3BSD Unix.
 .\"
-.Dd March 13, 2010
+.Dd June 8, 2010
 .Dt BPF 4
 .Os
 .Sh NAME
@@ -328,8 +328,6 @@
 .Bl -tag -width indent -offset indent
 .It Dv FIONREAD (int)
 Returns the number of bytes that are immediately available for reading.
-.It Dv SIOCGIFADDR (struct ifreq)
-Returns the address associated with the interface.
 .It Dv FIONBIO (int)
 Set or clear non-blocking I/O.
 If arg is non-zero, then doing a

Reply via email to