From efcb9ab778d8d38fd9f42e8169a43b62cd9c1e2b Mon Sep 17 00:00:00 2001 From: lukem Date: Sat, 1 Dec 2001 10:16:06 +0000 Subject: clarify glob type of hostname glob --- libexec/ftpd/ftpusers.5 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libexec') 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 -- cgit