diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-14 21:59:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-14 21:59:56 +0000 |
commit | 225b2f2c5f227f84437c64bba2b21f8028432bfc (patch) | |
tree | ce7341375ab78cd603453ea2d595b9b8bb608210 | |
parent | 23644b6a1041aa307facd981821a0caffcb1c4e0 (diff) |
put hosts.allow and hosts.deny in as Nm entries
-rw-r--r-- | lib/libwrap/hosts_access.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libwrap/hosts_access.5 b/lib/libwrap/hosts_access.5 index 25218772218..e5f437e4efc 100644 --- a/lib/libwrap/hosts_access.5 +++ b/lib/libwrap/hosts_access.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hosts_access.5,v 1.10 2000/10/14 21:56:48 deraadt Exp $ +.\" $OpenBSD: hosts_access.5,v 1.11 2000/10/14 21:59:55 deraadt Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -34,7 +34,9 @@ .Dt HOSTS_ACCESS 5 .Os .Sh NAME -.Nm hosts_access +.Nm hosts_access , +.Nm hosts.deny , +.Nm hosts.allow .Nd tcp wrapper format of host access control files .Sh DESCRIPTION This manual page describes a simple access control language that is |