summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-10-10 03:25:04 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-10-10 03:25:04 +0000
commitca0009c553ea95636ab09286930c3451deffed07 (patch)
tree54b958c4134f4a52828917ed4a683ca2b6492897
parent6d02779e0590baebdde3e19932e3c81690bd3184 (diff)
ftp-chroot variable is documented in this man page, not login.conf(5)
-rw-r--r--libexec/ftpd/ftpd.85
1 files changed, 2 insertions, 3 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8
index 307ac166366..485f9f90f87 100644
--- a/libexec/ftpd/ftpd.8
+++ b/libexec/ftpd/ftpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ftpd.8,v 1.45 2001/08/22 17:24:45 beck Exp $
+.\" $OpenBSD: ftpd.8,v 1.46 2001/10/10 03:25:03 millert Exp $
.\" $NetBSD: ftpd.8,v 1.8 1996/01/14 20:55:23 thorpej Exp $
.\"
.\" Copyright (c) 1985, 1988, 1991, 1993
@@ -64,8 +64,7 @@ Permit only anonymous ftp connections, accounts listed in
.Pa /etc/ftpchroot
or users in a login class with the
.Dq ftp-chroot
-variable set (see
-.Xr login.conf 5 ) .
+variable set (see below).
Other connection attempts are refused.
.It Fl d
Debugging information is written to the syslog using LOG_FTP.