diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2000-08-17 17:08:03 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2000-08-17 17:08:03 +0000 |
commit | a4d557a8888a09a8aef9e6314701f4de433de2a4 (patch) | |
tree | 5290c8358ff9e94a904b96ca99559383ea055116 /libexec | |
parent | 9372b87e9b3753b4321c4fd1e64a830b6f7d6cfa (diff) |
document -4 and -6 options
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ftpd/ftpd.8 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index fb283dd25db..a47a2ec0f88 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftpd.8,v 1.32 2000/08/13 22:31:54 millert Exp $ +.\" $OpenBSD: ftpd.8,v 1.33 2000/08/17 17:08:02 brad Exp $ .\" $NetBSD: ftpd.8,v 1.8 1996/01/14 20:55:23 thorpej Exp $ .\" .\" Copyright (c) 1985, 1988, 1991, 1993 @@ -43,7 +43,7 @@ Internet File Transfer Protocol server .Sh SYNOPSIS .Nm ftpd -.Op Fl AdDhlMPSU +.Op Fl AdDhlMPSU46 .Op Fl T Ar maxtimeout .Op Fl t Ar timeout .Op Fl u Ar mask @@ -121,6 +121,18 @@ session is logged to the file .Pa /var/run/utmp , making them visible to commands such as .Xr who 1 . +.It Fl 4 +When +.Fl D +is specified, forces +.Nm +to use IPv4 addresses only. +.It Fl 6 +When +.Fl D +is specified, forces +.Nm +to use IPv6 addresses only. .It Fl T Ar maxtimeout A client may also request a different timeout period; the maximum period allowed may be set to |