diff options
author | obrien <obrien@FreeBSD.org> | 2004-08-18 06:41:13 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-08-18 06:41:13 +0000 |
commit | 5d03e0d51aba99553e48bb6e7bac0dbfbff2f11d (patch) | |
tree | f41b20789e01fa8dcd86dfc7e46d2b66683dddac /contrib/lukemftpd | |
parent | 35a9f7f898569b71a98f77b369385496f8371a01 (diff) | |
download | FreeBSD-src-5d03e0d51aba99553e48bb6e7bac0dbfbff2f11d.zip FreeBSD-src-5d03e0d51aba99553e48bb6e7bac0dbfbff2f11d.tar.gz |
NetBSD has updated their groff to a version that handles .Nm the same
way ours does. So use the vendor files now.
Diffstat (limited to 'contrib/lukemftpd')
-rw-r--r-- | contrib/lukemftpd/src/ftpd.conf.5 | 11 | ||||
-rw-r--r-- | contrib/lukemftpd/src/ftpusers.5 | 7 |
2 files changed, 6 insertions, 12 deletions
diff --git a/contrib/lukemftpd/src/ftpd.conf.5 b/contrib/lukemftpd/src/ftpd.conf.5 index 9e2bc14..4d22bc6 100644 --- a/contrib/lukemftpd/src/ftpd.conf.5 +++ b/contrib/lukemftpd/src/ftpd.conf.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: ftpd.conf.5,v 1.24 2002/11/29 14:40:00 lukem Exp $ +.\" $NetBSD: ftpd.conf.5,v 1.28 2003-06-27 18:59:54 wiz Exp $ .\" .\" Copyright (c) 1997-2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -34,9 +34,6 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ -.\" -.\" .Dd November 30, 2002 .Dt FTPD.CONF 5 .Os @@ -103,7 +100,7 @@ A .Xr chroot 2 is performed after login. .It Sy CHROOT -.Xr chroot 2 ed +.Xr chroot 2 Ns ed users (as per .Xr ftpchroot 5 ) . A @@ -173,7 +170,7 @@ is not specified or .Ar class is .Dq none , -use the default behaviour (see below). +use the default behavior (see below). Otherwise, .Ar pathformat is parsed to create a directory to create as the root directory with @@ -314,7 +311,7 @@ is not specified or .Ar class is .Dq none , -use the default behaviour (see below). +use the default behavior (see below). Otherwise, .Ar pathformat is parsed to create a directory to change into upon login, and to use diff --git a/contrib/lukemftpd/src/ftpusers.5 b/contrib/lukemftpd/src/ftpusers.5 index 3f5119b..83b8466 100644 --- a/contrib/lukemftpd/src/ftpusers.5 +++ b/contrib/lukemftpd/src/ftpusers.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: ftpusers.5,v 1.13 2001/12/01 16:24:24 wiz Exp $ +.\" $NetBSD: ftpusers.5,v 1.15 2003-07-26 19:32:07 salo Exp $ .\" .\" Copyright (c) 1997-2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -34,9 +34,6 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ -.\" -.\" .Dd July 17, 2000 .Dt FTPUSERS 5 .Os @@ -94,7 +91,7 @@ or an .Xr fnmatch 3 glob to match against the remote hostname (e.g, -.Sq *.netbsd.org ) . +.Sq *.NetBSD.org ) . .It Sy directive If .Dq allow |