summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobrado <sobrado@openbsd.org>2009-01-28 21:30:43 +0000
committersobrado <sobrado@openbsd.org>2009-01-28 21:30:43 +0000
commite2ffb555cbe44731544669931d6f548981dac8f1 (patch)
treedd0e249d98111f09070c7136296aa69ded4485e1
parentWe have proper multicast support now. (diff)
downloadwireguard-openbsd-e2ffb555cbe44731544669931d6f548981dac8f1.tar.xz
wireguard-openbsd-e2ffb555cbe44731544669931d6f548981dac8f1.zip
remove undocumented support for "-e" in ex(1).
millert@ says that neither 4.4BSD nor Solaris ex(1) accept this flag, so it is safe to reject it too. ok jsing@
-rw-r--r--usr.bin/vi/common/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/vi/common/main.c b/usr.bin/vi/common/main.c
index 647b03e7a30..099a346bc29 100644
--- a/usr.bin/vi/common/main.c
+++ b/usr.bin/vi/common/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.16 2009/01/28 13:02:22 sobrado Exp $ */
+/* $OpenBSD: main.c,v 1.17 2009/01/28 21:30:43 sobrado Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@@ -127,11 +127,11 @@ editor(gp, argc, argv)
static const char *optstr[3] = {
#ifdef DEBUG
- "c:D:eFlRrSsT:t:vw:",
+ "c:D:FlRrSsT:t:vw:",
"c:D:eFlRrST:t:w:",
"c:D:eFlrST:t:w:"
#else
- "c:eFlRrSst:vw:",
+ "c:FlRrSst:vw:",
"c:eFlRrSt:w:",
"c:eFlrSt:w:"
#endif