CVSROOT: /cvs Module name: src Changes by: l...@cvs.openbsd.org 2014/07/15 22:52:43
Modified files: usr.bin/ftp : main.c Log message: Clean up the ifdef maze in usage() by reformatting it to have distinct !SMALL and SMALL sections. This makes future changes easier to review and to compare with the man page's synopsis. The usage output is the same as before so there is no change from the user's point of view. usage() cleanup and !SMALL/SMALL separation suggested by jmc@ ok jmc@