https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=173728

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from [email protected] ---
This patch also needs a mod to usage() e.g.
Index: telnet/main.c
===================================================================
--- telnet/main.c    (revision 423450)
+++ telnet/main.c    (working copy)
@@ -84,24 +84,24 @@ tninit(void)

     init_sys();
 }

 static void
 usage(void)
 {
     fprintf(stderr, "usage: %s %s%s%s%s\n",
         prompt,
 #ifdef    AUTHENTICATION
-        "[-4] [-6] [-8] [-E] [-K] [-L] [-N] [-S tos] [-X atype] [-c] [-d]",
+        "[-4] [-6] [-8] [-B baud] [-E] [-K] [-L] [-N] [-S tos] [-X atype] [-c]
[-d]",
         "\n\t[-e char] [-k realm] [-l user] [-f/-F] [-n tracefile] ",
 #else
-        "[-4] [-6] [-8] [-E] [-L] [-N] [-S tos] [-c] [-d]",
+        "[-4] [-6] [-8] [-B baud] [-E] [-L] [-N] [-S tos] [-c] [-d]",
         "\n\t[-e char] [-l user] [-n tracefile] ",
 #endif
         "[-r] [-s src_addr] [-u] ",
 #if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC)
         "[-P policy] "
 #endif
 #ifdef    ENCRYPTION
         "[-y] [host-name [port]]"
 #else    /* ENCRYPTION */
         "[host-name [port]]"

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to