diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-12-14 23:45:54 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-12-14 23:45:54 +0000 |
| commit | 21fd5cbc92bb9a4024fe8b15cd2c0f9297cd5e40 (patch) | |
| tree | 69bcdea2c45f0d180cb9c2dcb81950a30d9d48df | |
| parent | deadd433cc35e7068cc58ed6a68ed13250d0ca4a (diff) | |
Notes
| -rw-r--r-- | contrib/lukemftpd/src/ftpd.conf.5 | 5 | ||||
| -rw-r--r-- | contrib/lukemftpd/src/ftpusers.5 | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/contrib/lukemftpd/src/ftpd.conf.5 b/contrib/lukemftpd/src/ftpd.conf.5 index df3dbcbc2868c..da5784952e8f3 100644 --- a/contrib/lukemftpd/src/ftpd.conf.5 +++ b/contrib/lukemftpd/src/ftpd.conf.5 @@ -1,4 +1,5 @@ .\" $NetBSD: ftpd.conf.5,v 1.19 2002/01/15 02:20:50 wiz Exp $ +.\" $FreeBSD$ .\" .\" Copyright (c) 1997-2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -80,7 +81,7 @@ is used to determine which .Nm entries apply to the user. The following special classes exist when parsing entries in -.Nm "" : +.Nm : .Bl -tag -width "chroot" -compact -offset indent .It Sy all Matches any class. @@ -114,7 +115,7 @@ The .Xr ftpd 8 .Sy STAT command will return the class settings for the current user as defined by -.Nm "" , +.Nm , unless the .Sy private directive is set for the class. diff --git a/contrib/lukemftpd/src/ftpusers.5 b/contrib/lukemftpd/src/ftpusers.5 index 3e876887269f0..9334e5ba66030 100644 --- a/contrib/lukemftpd/src/ftpusers.5 +++ b/contrib/lukemftpd/src/ftpusers.5 @@ -1,4 +1,5 @@ .\" $NetBSD: ftpusers.5,v 1.13 2001/12/01 16:24:24 wiz Exp $ +.\" $FreeBSD$ .\" .\" Copyright (c) 1997-2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -159,7 +160,7 @@ or to the home directory of the user. If the file does not exist, the root directory change is not performed. .Pp The syntax is similar to -.Nm "" , +.Nm , except that the .Sy class argument is ignored. |
