Deleted Added
full compact
bpf.4 (129456) bpf.4 (130582)
1.\" Copyright (c) 1990 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that: (1) source code distributions
6.\" retain the above copyright notice and this paragraph in its entirety, (2)
7.\" distributions including binary code include the above copyright notice and
8.\" this paragraph in its entirety in the documentation or other materials

--- 6 unchanged lines hidden (view full) ---

15.\" written permission.
16.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
17.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
18.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
19.\"
20.\" This document is derived in part from the enet man page (enet.4)
21.\" distributed with 4.3BSD Unix.
22.\"
1.\" Copyright (c) 1990 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that: (1) source code distributions
6.\" retain the above copyright notice and this paragraph in its entirety, (2)
7.\" distributions including binary code include the above copyright notice and
8.\" this paragraph in its entirety in the documentation or other materials

--- 6 unchanged lines hidden (view full) ---

15.\" written permission.
16.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
17.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
18.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
19.\"
20.\" This document is derived in part from the enet man page (enet.4)
21.\" distributed with 4.3BSD Unix.
22.\"
23.\" $FreeBSD: head/share/man/man4/bpf.4 129456 2004-05-19 20:39:22Z dwmalone $
23.\" $FreeBSD: head/share/man/man4/bpf.4 130582 2004-06-16 08:33:57Z ru $
24.\"
25.Dd January 16, 1996
26.Dt BPF 4
27.Os
28.Sh NAME
29.Nm bpf
30.Nd Berkeley Packet Filter
31.Sh SYNOPSIS

--- 674 unchanged lines hidden (view full) ---

706 BPF_STMT(BPF_RET+BPF_K, 0),
707};
708.Ed
709.Sh SEE ALSO
710.Xr tcpdump 1 ,
711.Xr ioctl 2 ,
712.Xr byteorder 3 ,
713.Xr ng_bpf 4 ,
24.\"
25.Dd January 16, 1996
26.Dt BPF 4
27.Os
28.Sh NAME
29.Nm bpf
30.Nd Berkeley Packet Filter
31.Sh SYNOPSIS

--- 674 unchanged lines hidden (view full) ---

706 BPF_STMT(BPF_RET+BPF_K, 0),
707};
708.Ed
709.Sh SEE ALSO
710.Xr tcpdump 1 ,
711.Xr ioctl 2 ,
712.Xr byteorder 3 ,
713.Xr ng_bpf 4 ,
714.Xr bpf 9 .
714.Xr bpf 9
715.Rs
716.%A McCanne, S.
717.%A Jacobson V.
718.%T "An efficient, extensible, and portable network monitor"
719.Re
720.Sh FILES
721.Bl -tag -compact -width /dev/bpfXXX
722.It Pa /dev/bpf Ns Sy n

--- 47 unchanged lines hidden ---
715.Rs
716.%A McCanne, S.
717.%A Jacobson V.
718.%T "An efficient, extensible, and portable network monitor"
719.Re
720.Sh FILES
721.Bl -tag -compact -width /dev/bpfXXX
722.It Pa /dev/bpf Ns Sy n

--- 47 unchanged lines hidden ---