diff options
| author | lukem <lukem@NetBSD.org> | 2001-12-01 10:16:06 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2001-12-01 10:16:06 +0000 |
| commit | efcb9ab778d8d38fd9f42e8169a43b62cd9c1e2b (patch) | |
| tree | 914fae0fcf013dabac812dabdd1df3cd143f8a94 /libexec | |
| parent | e69c410de5505aab4d96e7104a3bdbe2ff539979 (diff) | |
clarify glob type of hostname glob
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ftpd/ftpusers.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpusers.5 b/libexec/ftpd/ftpusers.5 index dd184fc74ff..9d8d9b7429b 100644 --- a/libexec/ftpd/ftpusers.5 +++ b/libexec/ftpd/ftpusers.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: ftpusers.5,v 1.11 2001/06/11 01:50:52 wiz Exp $ +.\" $NetBSD: ftpusers.5,v 1.12 2001/12/01 10:16:06 lukem Exp $ .\" .\" Copyright (c) 1997-2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -87,7 +87,9 @@ either a CIDR address (refer to to match against the remote address (e.g, .Sq 1.2.3.4/24 ) , -or a glob to match against the remote hostname +or an +.Xr fnmatch 3 +glob to match against the remote hostname (e.g, .Sq *.netbsd.org ) . .It Sy directive |
