diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-14 21:56:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-14 21:56:49 +0000 |
commit | 23644b6a1041aa307facd981821a0caffcb1c4e0 (patch) | |
tree | 36c1e077625c050c7496fa51c7826e44dda68926 | |
parent | b00b985dd2894315727c9b3632c50ad1f978f0bc (diff) |
put tcp wrapper into Nd line
-rw-r--r-- | lib/libwrap/hosts_access.3 | 4 | ||||
-rw-r--r-- | lib/libwrap/hosts_access.5 | 4 | ||||
-rw-r--r-- | lib/libwrap/hosts_options.5 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libwrap/hosts_access.3 b/lib/libwrap/hosts_access.3 index af0e2e1c08f..5b1ad1cae20 100644 --- a/lib/libwrap/hosts_access.3 +++ b/lib/libwrap/hosts_access.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hosts_access.3,v 1.4 1999/07/09 13:35:28 aaron Exp $ +.\" $OpenBSD: hosts_access.3,v 1.5 2000/10/14 21:56:48 deraadt Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -38,7 +38,7 @@ .Nm hosts_ctl , .Nm request_init , .Nm request_set -.Nd access control library +.Nd tcp wrapper access control library .Sh SYNOPSIS .Fd #include <tcpd.h> .Vt extern int allow_severity; diff --git a/lib/libwrap/hosts_access.5 b/lib/libwrap/hosts_access.5 index 7b59f26e366..25218772218 100644 --- a/lib/libwrap/hosts_access.5 +++ b/lib/libwrap/hosts_access.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hosts_access.5,v 1.9 2000/10/14 00:56:15 itojun Exp $ +.\" $OpenBSD: hosts_access.5,v 1.10 2000/10/14 21:56:48 deraadt Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -35,7 +35,7 @@ .Os .Sh NAME .Nm hosts_access -.Nd format of host access control files +.Nd tcp wrapper format of host access control files .Sh DESCRIPTION This manual page describes a simple access control language that is based on client (host name/address, user name), and server (process diff --git a/lib/libwrap/hosts_options.5 b/lib/libwrap/hosts_options.5 index 7287a72259c..6278f0ae950 100644 --- a/lib/libwrap/hosts_options.5 +++ b/lib/libwrap/hosts_options.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hosts_options.5,v 1.3 1999/07/09 13:35:29 aaron Exp $ +.\" $OpenBSD: hosts_options.5,v 1.4 2000/10/14 21:56:48 deraadt Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -35,7 +35,7 @@ .Os .Sh NAME .Nm hosts_options -.Nd host access control language extensions +.Nd tcp wrapper host access control language extensions .Sh DESCRIPTION This document describes optional extensions to the language described in the |