summaryrefslogtreecommitdiff
path: root/libexec/ftpd/ftpd.8
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1999-02-05 21:40:49 +0000
committerlukem <lukem@NetBSD.org>1999-02-05 21:40:49 +0000
commit00007d07d6487ce04ce4355edab3d33d10476a69 (patch)
treee4c540f963699b7f8492970754392a39ef604108 /libexec/ftpd/ftpd.8
parent1666f88d5dd2ca4630801ab0af8ca4a18b0567f9 (diff)
* actually commit the changes which add support for recognising RFC 2228
commands (even if we don't do anything with them) * in logcmd(), syslog why realpath() failed (if it did).
Diffstat (limited to 'libexec/ftpd/ftpd.8')
-rw-r--r--libexec/ftpd/ftpd.85
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8
index 4fa4448473e..cb89df499ce 100644
--- a/libexec/ftpd/ftpd.8
+++ b/libexec/ftpd/ftpd.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: ftpd.8,v 1.33 1998/11/18 13:32:17 hubertf Exp $
+.\" $NetBSD: ftpd.8,v 1.34 1999/02/05 21:40:49 lukem Exp $
.\"
.\" Copyright (c) 1985, 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -630,6 +630,9 @@ recognizes all commands in
.Cm RFC 959 ,
follows the guidelines in
.Cm RFC 1123 ,
+recognizes all commands in
+.Cm RFC 2228
+(although they are not supported yet),
and supports the extensions from
.Cm RFC 2389.
.Sh HISTORY