default file transfer type is binary, not ascii;
authorsobrado <sobrado@openbsd.org>
Fri, 22 Aug 2008 08:52:35 +0000 (08:52 +0000)
committersobrado <sobrado@openbsd.org>
Fri, 22 Aug 2008 08:52:35 +0000 (08:52 +0000)
commitf1ab9eb0b97f361077c9ffe2aad9a3004249c6d9
treec85a141ff5562124c2739ff9a2a5198b1bb316e0
parent303af8ea2e23d3aad5d9af41614790fc088ccc90
default file transfer type is binary, not ascii;
commands which toggle settings can take an explicit on or off argument
to force the setting appropiately, show these arguments in usage;
synchronize synopsis and usage of commands; spacing; KNF;
other minor documentation tweaks.

written with help by jmc@

ok jmc@ (documentation), martynas@ (type usage and default file transfer type)
usr.bin/ftp/cmds.c
usr.bin/ftp/domacro.c
usr.bin/ftp/ftp.1
usr.bin/ftp/main.c
usr.bin/ftp/util.c