diff options
author | 1997-02-26 03:12:48 +0000 | |
---|---|---|
committer | 1997-02-26 03:12:48 +0000 | |
commit | 20f11503c5bc337e6f442eba74e7c84db08a3ddc (patch) | |
tree | 7d42b5bb7f7463eda1688d032dfc1bb47fe7e734 | |
parent | Updated to print the IP-in-IP/AH I/O counters. (diff) | |
download | wireguard-openbsd-20f11503c5bc337e6f442eba74e7c84db08a3ddc.tar.xz wireguard-openbsd-20f11503c5bc337e6f442eba74e7c84db08a3ddc.zip |
Correct header ref.
-rw-r--r-- | lib/libwrap/hosts_access.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libwrap/hosts_access.3 b/lib/libwrap/hosts_access.3 index 2614dbac21b..cd14d066abf 100644 --- a/lib/libwrap/hosts_access.3 +++ b/lib/libwrap/hosts_access.3 @@ -1,10 +1,10 @@ -.\" $OpenBSD: hosts_access.3,v 1.1 1997/02/26 03:06:51 downsj Exp $ +.\" $OpenBSD: hosts_access.3,v 1.2 1997/02/26 03:12:48 downsj Exp $ .TH HOSTS_ACCESS 3 .SH NAME hosts_access, hosts_ctl, request_init, request_set \- access control library .SH SYNOPSIS .nf -#include "tcpd.h" +#include <tcpd.h> extern int allow_severity; extern int deny_severity; |