diff options
author | dd <dd@FreeBSD.org> | 2002-03-30 23:19:18 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2002-03-30 23:19:18 +0000 |
commit | 39a86e8d08389fa876eb5d005ad28bf3af522d89 (patch) | |
tree | eb0f89776fde59742d6dce8c090ba66a95b99360 | |
parent | 83aa1632bb0b8706135df7bb695c019511ba8169 (diff) | |
download | FreeBSD-src-39a86e8d08389fa876eb5d005ad28bf3af522d89.zip FreeBSD-src-39a86e8d08389fa876eb5d005ad28bf3af522d89.tar.gz |
Correct typo.
PR: 36544
Submitted by: dak@klemm.delta6.net
-rw-r--r-- | share/man/man4/bpf.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4 index 1965640..80e84d5 100644 --- a/share/man/man4/bpf.4 +++ b/share/man/man4/bpf.4 @@ -45,7 +45,7 @@ After opening the device, the file descriptor must be bound to a specific network interface with the .Dv BIOCSETIF ioctl. -A given interface can be shared be multiple listeners, and the filter +A given interface can be shared by multiple listeners, and the filter underlying each descriptor will see an identical packet stream. .Pp A separate device file is required for each minor device. |