diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-28 22:42:58 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-28 22:42:58 +0000 |
commit | 55ff41258048c2162ac6129e0fb5901132c89285 (patch) | |
tree | 9d923f519169db6423363322eca7c914a676db5e | |
parent | 601849f6d1efa17723fe6ca8c0e2466d9fe5ee4e (diff) |
Clariry, brevity and grammar
-rw-r--r-- | libexec/ftpd/ftpd.8 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index b4d0234f13b..7f66b7c048e 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftpd.8,v 1.40 2001/05/29 21:35:16 millert Exp $ +.\" $OpenBSD: ftpd.8,v 1.41 2001/06/28 22:42:57 millert Exp $ .\" $NetBSD: ftpd.8,v 1.8 1996/01/14 20:55:23 thorpej Exp $ .\" .\" Copyright (c) 1985, 1988, 1991, 1993 @@ -481,16 +481,17 @@ See .Xr login.conf 5 . .It Pa ftp-chroot A boolean value. -If set, users in this class will be automatically chrooted to login -directory for the user. +If set, users in this class will be automatically chrooted to +the user's login directory. .It Pa ftp-dir A path to a directory. -This value overrides the login directory for the users of this class. +This value overrides the login directory for users in this class. A leading tilde .Pq Ql ~ in .Pa ftp-dir -will be expanded based on the contents of the password database. +will be expanded to the user's home directory based on the +contents of the password database. .El .Sh FILES .Bl -tag -width /var/run/ftpd.pid -compact |