diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-21 19:48:00 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-21 19:48:00 +0000 |
commit | 8cc1f9cb3b1d37594e27c98bac17e5f9db46d13e (patch) | |
tree | 3c487faaa57b38b4aaba0b20222f4edee9235e96 /share/man/man4/bpf.4 | |
parent | 747b191a14f4f2e62752eb4c90e974f21d4c9fb7 (diff) |
Homogeneize config lines for pseudo-devices, and do not put fixed values.
Diffstat (limited to 'share/man/man4/bpf.4')
-rw-r--r-- | share/man/man4/bpf.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4 index b89c5662f02..db3cb2f9283 100644 --- a/share/man/man4/bpf.4 +++ b/share/man/man4/bpf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bpf.4,v 1.20 2004/03/13 22:50:48 jmc Exp $ +.\" $OpenBSD: bpf.4,v 1.21 2004/03/21 19:47:59 miod Exp $ .\" $NetBSD: bpf.4,v 1.7 1995/09/27 18:31:50 thorpej Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. @@ -30,7 +30,7 @@ .Nm bpf .Nd Berkeley Packet Filter .Sh SYNOPSIS -.Cd "pseudo-device bpfilter 8" +.Cd "pseudo-device bpfilter" Op Ar count .Sh DESCRIPTION The Berkeley Packet Filter provides a raw interface to data link layers in a protocol-independent fashion. |