diff options
author | 2001-08-06 10:42:25 +0000 | |
---|---|---|
committer | 2001-08-06 10:42:25 +0000 | |
commit | ea2542f8a25ae1775fdd2fcc18cafd171df01907 (patch) | |
tree | b54f027f92a8f0a39c712dce0ddaee3764cf8b32 /lib/libwrap | |
parent | o) add BSDI macro (.Bsx); (diff) | |
download | wireguard-openbsd-ea2542f8a25ae1775fdd2fcc18cafd171df01907.tar.xz wireguard-openbsd-ea2542f8a25ae1775fdd2fcc18cafd171df01907.zip |
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')
-rw-r--r-- | lib/libwrap/hosts_access.3 | 4 | ||||
-rw-r--r-- | lib/libwrap/hosts_access.5 | 5 | ||||
-rw-r--r-- | lib/libwrap/hosts_options.5 | 4 | ||||
-rw-r--r-- | lib/libwrap/rfc1413.3 | 3 |
4 files changed, 8 insertions, 8 deletions
diff --git a/lib/libwrap/hosts_access.3 b/lib/libwrap/hosts_access.3 index 5b1ad1cae20..bb0e08d9a13 100644 --- a/lib/libwrap/hosts_access.3 +++ b/lib/libwrap/hosts_access.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hosts_access.3,v 1.5 2000/10/14 21:56:48 deraadt Exp $ +.\" $OpenBSD: hosts_access.3,v 1.6 2001/08/06 10:42:26 mpech Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -135,7 +135,7 @@ uses the .Fn strtok library function. This may interfere with other code that relies on .Fn strtok . -.Sh AUTHOR +.Sh AUTHORS .Bd -unfilled -offset indent Wietse Venema (wietse@wzv.win.tue.nl) Department of Mathematics and Computing Science 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 diff --git a/lib/libwrap/hosts_options.5 b/lib/libwrap/hosts_options.5 index 6278f0ae950..f9519c9b26f 100644 --- a/lib/libwrap/hosts_options.5 +++ b/lib/libwrap/hosts_options.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hosts_options.5,v 1.4 2000/10/14 21:56:48 deraadt Exp $ +.\" $OpenBSD: hosts_options.5,v 1.5 2001/08/06 10:42:26 mpech Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -220,7 +220,7 @@ is reported to the syslog daemon; further options will be ignored, and service is denied. .Sh SEE ALSO .Xr hosts_access 5 . -.Sh AUTHOR +.Sh AUTHORS .Bd -unfilled -indent Wietse Venema (wietse@wzv.win.tue.nl) Department of Mathematics and Computing Science diff --git a/lib/libwrap/rfc1413.3 b/lib/libwrap/rfc1413.3 index f4b56f0e0e6..e818b8b771b 100644 --- a/lib/libwrap/rfc1413.3 +++ b/lib/libwrap/rfc1413.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rfc1413.3,v 1.1 2001/02/16 02:15:59 beck Exp $ +.\" $OpenBSD: rfc1413.3,v 1.2 2001/08/06 10:42:26 mpech Exp $ .\" .\" Copyright (c) 2001, Bob Beck. All rights reserved. .\" @@ -76,7 +76,6 @@ retrieve the remote username. .Sh SEE ALSO .Xr hosts_access 3 , .Sh BUGS -.Pp The ident protocol only works on TCP sockets. .Pp Ident connections are made unencrypted, and nothing prevents the |