diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-06 10:42:27 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-06 10:42:27 +0000 |
commit | 1320ab033fe87f3c4bbe6a5b938051a972e2c008 (patch) | |
tree | 08643f7157203db17f792c9fa6e21e98cbb2ed53 /lib/libwrap/hosts_access.5 | |
parent | ee5b7a2eb6e46300664b2e6619df8f6ef2e27947 (diff) |
o) We always close .Bl and .Bd tags;
o) .Sh AUTHOR -> .Sh AUTHORS;
o) We don't like .Pp before/after .Sh;
o) We don't like .Pp before/after .Rs/.Re;
o) NetBSD -> .Nx;
o) OpenBSD -> .Ox;
millert@ ok
Diffstat (limited to 'lib/libwrap/hosts_access.5')
-rw-r--r-- | lib/libwrap/hosts_access.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libwrap/hosts_access.5 b/lib/libwrap/hosts_access.5 index e5f437e4efc..1b40f8f44be 100644 --- a/lib/libwrap/hosts_access.5 +++ b/lib/libwrap/hosts_access.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hosts_access.5,v 1.11 2000/10/14 21:59:55 deraadt Exp $ +.\" $OpenBSD: hosts_access.5,v 1.12 2001/08/06 10:42:26 mpech Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -218,6 +218,7 @@ what type of network it is talking to. .\" built with -DPARANOID (default mode), it drops requests from such .\" clients even before looking at the access control tables. Build .\" without -DPARANOID when you want more control over such requests. +.El .Sh OPERATORS .IP EXCEPT Intended use is of the form: @@ -513,7 +514,7 @@ netgroup lookups are case sensitive. .Pp The total length of an entry can be no more than 2047 characters long, including the final newline. -.Sh AUTHOR +.Sh AUTHORS .Bd -unfilled -offset indent Wietse Venema (wietse@wzv.win.tue.nl) Department of Mathematics and Computing Science |