From ce2f24436089bae3547ee960744d48d85ee436ab Mon Sep 17 00:00:00 2001 From: rodrigc Date: Thu, 16 Jun 2011 02:16:53 +0000 Subject: Specify correct RFC2347 for TFTP options in diagnostic message. --- usr.bin/tftp/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/tftp/main.c') diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c index e2954c8..2bdcf5f 100644 --- a/usr.bin/tftp/main.c +++ b/usr.bin/tftp/main.c @@ -840,8 +840,8 @@ help(int argc, char *argv[]) printf("%-*s\t%s\n", (int)HELPINDENT, c->name, c->help); printf("\n[-] : You shouldn't use these ones anymore.\n"); - printf("[*] : RFC2834 options support required.\n"); - printf("[**] : Non-standard RFC2834 option.\n"); + printf("[*] : RFC2347 options support required.\n"); + printf("[**] : Non-standard RFC2347 option.\n"); return; } while (--argc > 0) { -- cgit v1.1