diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-07-16 07:15:40 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-07-16 07:15:40 +0000 |
commit | 669c3c6b95281c6739b9ec98df1966449bc1e283 (patch) | |
tree | 791d73c817c5d9d5902bb5d5289ede9b568ef9ba | |
parent | ecaaf5c336ee85ad381e2e3b1aabbbe02d7b1280 (diff) |
non[ -]existing -> non-existent;
-rw-r--r-- | lib/libwrap/hosts_access.5 | 6 | ||||
-rw-r--r-- | libexec/identd/identd.8 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libwrap/hosts_access.5 b/lib/libwrap/hosts_access.5 index 9068a339279..33729542003 100644 --- a/lib/libwrap/hosts_access.5 +++ b/lib/libwrap/hosts_access.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hosts_access.5,v 1.24 2007/05/31 19:19:39 jmc Exp $ +.\" $OpenBSD: hosts_access.5,v 1.25 2013/07/16 07:15:39 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: July 16 2013 $ .Dt HOSTS_ACCESS 5 .Os .Sh NAME @@ -69,7 +69,7 @@ file. Otherwise, access will be granted. .El .Pp -A non-existing access control file is treated as if it were an empty +A non-existent access control file is treated as if it were an empty file. Thus, access control can be turned off by providing no access control files. .Sh ACCESS CONTROL RULES diff --git a/libexec/identd/identd.8 b/libexec/identd/identd.8 index 54dd19751bc..4a64890096e 100644 --- a/libexec/identd/identd.8 +++ b/libexec/identd/identd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: identd.8,v 1.31 2013/03/11 22:34:31 jmc Exp $ +.\" $OpenBSD: identd.8,v 1.32 2013/07/16 07:15:39 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -27,7 +27,7 @@ .\" Copyright (c) 1992 Peter Eriksson, Lysator, Linkoping University. .\" This software has been released into the public domain. .\" -.Dd $Mdocdate: March 11 2013 $ +.Dd $Mdocdate: July 16 2013 $ .Dt IDENTD 8 .Os .Sh NAME @@ -92,7 +92,7 @@ or .Dq INVALID-PORT errors. .It Fl H -Hide information about non existing users (e.g., connections through NAT) as +Hide information about non-existent users (e.g., connections through NAT) as well as existing users. Implies .Fl h . |