Module Name:    src
Committed By:   gutteridge
Date:           Sun Oct 24 17:46:06 UTC 2021

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

Log Message:
bpf.4: amend caveat about what types of links can be written to

Try to be clearer about what's supported. A peripheral issue noted in
PR pkg/55446.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 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.63 src/share/man/man4/bpf.4:1.64
--- src/share/man/man4/bpf.4:1.63	Fri Jun 12 20:58:43 2020
+++ src/share/man/man4/bpf.4	Sun Oct 24 17:46:06 2021
@@ -1,6 +1,6 @@
 .\" -*- nroff -*-
 .\"
-.\"	$NetBSD: bpf.4,v 1.63 2020/06/12 20:58:43 wiz Exp $
+.\"	$NetBSD: bpf.4,v 1.64 2021/10/24 17:46:06 gutteridge Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1992, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -24,7 +24,7 @@
 .\" This document is derived in part from the enet man page (enet.4)
 .\" distributed with 4.3BSD Unix.
 .\"
-.Dd June 11, 2020
+.Dd October 24, 2021
 .Dt BPF 4
 .Os
 .Sh NAME
@@ -75,7 +75,8 @@ A packet can be sent out on the network 
 .Nm
 file descriptor.
 The writes are unbuffered, meaning only one packet can be processed per write.
-Currently, only writes to Ethernets and SLIP links are supported.
+Currently, only writes to Ethernet-based (including Wi-Fi) and SLIP
+links are supported.
 .Sh IOCTLS
 The
 .Xr ioctl 2

Reply via email to