summaryrefslogtreecommitdiff
path: root/usr.bin/mail/cmdtab.c
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2009-07-28 16:05:05 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2009-07-28 16:05:05 +0000
commitb3aefef4d3b34da2d7dafc119a3227504997822c (patch)
tree364542e25d07f9be91f1fde000c5ecea2c77df72 /usr.bin/mail/cmdtab.c
parentb88e2286c736446e8fef1738dc7ef602f2b3db2b (diff)
remove core / tilde C. it's useless, doesn't work, never has been
documented, ^\ should be used instead. ok millert@
Diffstat (limited to 'usr.bin/mail/cmdtab.c')
-rw-r--r--usr.bin/mail/cmdtab.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/mail/cmdtab.c b/usr.bin/mail/cmdtab.c
index 93d1fbead74..9f2b8f13838 100644
--- a/usr.bin/mail/cmdtab.c
+++ b/usr.bin/mail/cmdtab.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmdtab.c,v 1.11 2008/08/03 14:30:48 martynas Exp $ */
+/* $OpenBSD: cmdtab.c,v 1.12 2009/07/28 16:05:04 martynas Exp $ */
/* $NetBSD: cmdtab.c,v 1.7 1996/12/28 07:10:59 tls Exp $ */
/*
@@ -34,7 +34,7 @@
#if 0
static const char sccsid[] = "@(#)cmdtab.c 8.2 (Berkeley) 4/20/95";
#else
-static const char rcsid[] = "$OpenBSD: cmdtab.c,v 1.11 2008/08/03 14:30:48 martynas Exp $";
+static const char rcsid[] = "$OpenBSD: cmdtab.c,v 1.12 2009/07/28 16:05:04 martynas Exp $";
#endif
#endif /* not lint */
@@ -121,7 +121,6 @@ const struct cmd cmdtab[] = {
#if 0
{ "Header", { Header }, STRLIST, 0, 1000 },
#endif
- { "core", { core }, M|NOLIST, 0, 0 },
{ "#", { null }, M|NOLIST, 0, 0 },
{ "inc", { inc }, T|NOLIST, 0, 0 },
{ "new", { marknew }, MSGLIST, 0, MMNDEL },