Make the -v' option a synonym for -d'

(as it was intended initially)
and document it in the manpage.

MFC after:	2 weeks
This commit is contained in:
Yaroslav Tykhiy 2002-07-26 16:07:19 +00:00
parent 38ed70b1ae
commit 93bd9dc528
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100720
2 changed files with 5 additions and 2 deletions

View File

@ -40,7 +40,7 @@
.Nd Internet File Transfer Protocol server
.Sh SYNOPSIS
.Nm
.Op Fl 46AdDEMoOrRSU
.Op Fl 46AdDEMoOrRSUv
.Op Fl l Op Fl l
.Op Fl a Ar address
.Op Fl p Ar file
@ -182,6 +182,9 @@ when a passive mode client requested a data connection to the server,
the server would use data ports in the range 1024..4999. Now, by default,
the server will use data ports in the range 49152..65535. Specifying this
option will revert to the old behavior.
.It Fl v
A synonym for
.Fl d .
.El
.Pp
The file

View File

@ -386,7 +386,7 @@ main(int argc, char *argv[], char **envp)
break;
case 'v':
ftpdebug = 1;
ftpdebug++;
break;
default: