summaryrefslogtreecommitdiff
path: root/libexec/telnetd/telnetd.c
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2000-10-06 10:55:01 +0000
committerHans Insulander <hin@cvs.openbsd.org>2000-10-06 10:55:01 +0000
commit1c91100a7942ff31b1fa5e3c8e09c3306b1776bc (patch)
tree5f32af4794cffd1505f158903908b160fcdf33a3 /libexec/telnetd/telnetd.c
parent194b2a889f8375601e8d20f1a2d7232c98b11793 (diff)
Remove the unimplemented -edebug flag from usage and manpage.
Diffstat (limited to 'libexec/telnetd/telnetd.c')
-rw-r--r--libexec/telnetd/telnetd.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/libexec/telnetd/telnetd.c b/libexec/telnetd/telnetd.c
index 38055fb473e..cf8fbd00609 100644
--- a/libexec/telnetd/telnetd.c
+++ b/libexec/telnetd/telnetd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: telnetd.c,v 1.23 2000/09/15 07:13:48 deraadt Exp $ */
+/* $OpenBSD: telnetd.c,v 1.24 2000/10/06 10:55:00 hin Exp $ */
/* $NetBSD: telnetd.c,v 1.6 1996/03/20 04:25:57 tls Exp $ */
/*
@@ -45,7 +45,7 @@ static char copyright[] =
static char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95";
static char rcsid[] = "$NetBSD: telnetd.c,v 1.5 1996/02/28 20:38:23 thorpej Exp $";
#else
-static char rcsid[] = "$OpenBSD: telnetd.c,v 1.23 2000/09/15 07:13:48 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: telnetd.c,v 1.24 2000/10/06 10:55:00 hin Exp $";
#endif
#endif /* not lint */
@@ -553,9 +553,6 @@ usage()
#ifdef DIAGNOSTICS
" [-D (options|report|exercise|netdata|ptydata)]\n\t"
#endif
-#ifdef AUTHENTICATION
- " [-edebug]"
-#endif
" [-h]"
#if defined(CRAY) && defined(NEWINIT)
" [-Iinitid]"