summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-07-19 19:18:35 +0000
committerjhb <jhb@FreeBSD.org>2001-07-19 19:18:35 +0000
commitd0bb02b6446135ca9fe648fd3c37af5f01a47815 (patch)
treeadbb8b6f47090adeb8c32b379e84d59314e802d2
parent34e9a6f37025fbfbdfb432241cc89ae3533011b0 (diff)
downloadFreeBSD-src-d0bb02b6446135ca9fe648fd3c37af5f01a47815.zip
FreeBSD-src-d0bb02b6446135ca9fe648fd3c37af5f01a47815.tar.gz
bpf(4) hasn't used a static number of devices for over 2 years now, and
the SYNOPSIS hasn't had an example number of devices since rev 1.2 which was over 5 and a half years ago, so remove a sentence claiming that the example in the SYNOPSIS limited bpf to 16 devices. MFC after: 3 days
-rw-r--r--share/man/man4/bpf.45
1 files changed, 0 insertions, 5 deletions
diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4
index 6af0be3..21d4f9c 100644
--- a/share/man/man4/bpf.4
+++ b/share/man/man4/bpf.4
@@ -47,11 +47,6 @@ specific network interface with the
ioctl.
A given interface can be shared be multiple listeners, and the filter
underlying each descriptor will see an identical packet stream.
-The total number of open
-files is limited to the value given in the kernel configuration; the
-example given in the
-.Sx SYNOPSIS
-above sets the limit to 16.
.Pp
A separate device file is required for each minor device.
If a file is in use, the open will fail and
OpenPOWER on IntegriCloud