diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-02-15 11:58:38 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-02-15 11:58:38 +0000 |
| commit | 6c613605bc5aab6375e002d3bfcc2694727c4eaa (patch) | |
| tree | a86cc8b5d6e6a9de567554ae20569b26578477e3 | |
| parent | 2ba5bb1ff5cb6d83aca18ab31b97a25f9023a79f (diff) | |
Notes
| -rw-r--r-- | share/man/man9/accept_filter.9 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man9/accept_filter.9 b/share/man/man9/accept_filter.9 index b543bb1fa1a5..17b052059074 100644 --- a/share/man/man9/accept_filter.9 +++ b/share/man/man9/accept_filter.9 @@ -37,7 +37,9 @@ .Nd filter incoming connections .Sh SYNOPSIS .Fd #include <sys/types.h> +.Fd #include <sys/module.h> .Fd #include <sys/socket.h> +.Fd #define ACCEPT_FILTER_MOD .Fd #include <sys/socketvar.h> .Ft int .Fn accept_filt_add "struct accept_filter *filt" |
