Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/telnet Simply a construct in usage().



details:   https://anonhg.NetBSD.org/src/rev/5bf97e65f9c9
branches:  trunk
changeset: 474568:5bf97e65f9c9
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Jul 11 19:30:39 1999 +0000

description:
Simply a construct in usage().

diffstat:

 usr.bin/telnet/main.c |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 6dc8af5944e5 -r 5bf97e65f9c9 usr.bin/telnet/main.c
--- a/usr.bin/telnet/main.c     Sun Jul 11 18:21:18 1999 +0000
+++ b/usr.bin/telnet/main.c     Sun Jul 11 19:30:39 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.9 1999/07/02 15:09:10 itojun Exp $  */
+/*     $NetBSD: main.c,v 1.10 1999/07/11 19:30:39 thorpej Exp $        */
 
 /*
  * Copyright (c) 1988, 1990, 1993
@@ -43,7 +43,7 @@
 #if 0
 static char sccsid[] = "@(#)main.c     8.3 (Berkeley) 5/30/95";
 #else
-__RCSID("$NetBSD: main.c,v 1.9 1999/07/02 15:09:10 itojun Exp $");
+__RCSID("$NetBSD: main.c,v 1.10 1999/07/11 19:30:39 thorpej Exp $");
 #endif
 #endif /* not lint */
 
@@ -111,10 +111,9 @@
            "[-r] ",
 #endif
 #if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC)
-           "[-P policy] [host-name [port]]"
-#else
+           "[-P policy] "
+#endif
            "[host-name [port]]"
-#endif
        );
        exit(1);
 }



Home | Main Index | Thread Index | Old Index