=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/domacro.c,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/ftp/domacro.c 2006/05/16 23:43:16 1.13 --- src/usr.bin/ftp/domacro.c 2008/08/22 08:52:35 1.14 *************** *** 1,4 **** ! /* $OpenBSD: domacro.c,v 1.13 2006/05/16 23:43:16 ray Exp $ */ /* $NetBSD: domacro.c,v 1.10 1997/07/20 09:45:45 lukem Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: domacro.c,v 1.14 2008/08/22 08:52:35 sobrado Exp $ */ /* $NetBSD: domacro.c,v 1.10 1997/07/20 09:45:45 lukem Exp $ */ /* *************** *** 31,37 **** */ #if !defined(lint) && !defined(SMALL) ! static const char rcsid[] = "$OpenBSD: domacro.c,v 1.13 2006/05/16 23:43:16 ray Exp $"; #endif /* not lint and not SMALL */ #include --- 31,37 ---- */ #if !defined(lint) && !defined(SMALL) ! static const char rcsid[] = "$OpenBSD: domacro.c,v 1.14 2008/08/22 08:52:35 sobrado Exp $"; #endif /* not lint and not SMALL */ #include *************** *** 49,55 **** struct cmd *c; if (argc < 2 && !another(&argc, &argv, "macro name")) { ! fprintf(ttyout, "usage: %s macro_name\n", argv[0]); code = -1; return; } --- 49,55 ---- struct cmd *c; if (argc < 2 && !another(&argc, &argv, "macro name")) { ! fprintf(ttyout, "usage: %s macro-name\n", argv[0]); code = -1; return; }