diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-22 08:26:53 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-22 08:26:53 +0000 |
commit | 523020257aeface8d5519a649391c722666fa457 (patch) | |
tree | 5c6e2d88f891356a5251327c5dfcd76fe95f8286 | |
parent | 654839e39405b30304b3c2ae2515790c5974f898 (diff) |
remove BUGS section; this library uses strtok_r(3) now.
-rw-r--r-- | lib/libwrap/hosts_access.3 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/libwrap/hosts_access.3 b/lib/libwrap/hosts_access.3 index 5f2db60fc80..aa87411f95c 100644 --- a/lib/libwrap/hosts_access.3 +++ b/lib/libwrap/hosts_access.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hosts_access.3,v 1.8 2002/05/01 08:03:30 mpech Exp $ +.\" $OpenBSD: hosts_access.3,v 1.9 2002/06/22 08:26:52 fgsch Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -134,12 +134,6 @@ Access control table (allow list) .It Pa /etc/hosts.deny Access control table (deny list) .El -.Sh BUGS -.Fn hosts_access -uses the -.Fn strtok -library function. This may interfere with other code that relies on -.Fn strtok . .Sh AUTHORS .Bd -unfilled -offset indent Wietse Venema (wietse@wzv.win.tue.nl) |