diff options
author | mpp <mpp@FreeBSD.org> | 1996-12-14 18:47:42 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-12-14 18:47:42 +0000 |
commit | 8b0cba4168d89b09f86fd6f9612c2e3e8c9c24c0 (patch) | |
tree | 6949d4071a88b6babffff335824f116856360d1d | |
parent | 81c3f4a7394a0836543b186f0c1682a6d6668ed5 (diff) | |
download | FreeBSD-src-8b0cba4168d89b09f86fd6f9612c2e3e8c9c24c0.zip FreeBSD-src-8b0cba4168d89b09f86fd6f9612c2e3e8c9c24c0.tar.gz |
Update the list of include files listed in the man
so that a program using the examples will actually
compile. Closes PR# 2143.
-rw-r--r-- | share/man/man4/bpf.4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4 index e43d8d4..42bd50f 100644 --- a/share/man/man4/bpf.4 +++ b/share/man/man4/bpf.4 @@ -20,7 +20,7 @@ .\" This document is derived in part from the enet man page (enet.4) .\" distributed with 4.3BSD Unix. .\" -.\" $Id$ +.\" $Id: bpf.4,v 1.5 1996/10/05 18:37:21 wosch Exp $ .\" .Dd January 16, 1996 .Dt BPF 4 @@ -115,6 +115,8 @@ Additionally, and .Dv BIOCSETIF require +.Aq Pa sys/socket.h +and .Aq Pa net/if.h . In addition to |