summaryrefslogtreecommitdiff
path: root/usr.bin/vi/ex/ex_cmd.c
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-07-27 22:28:26 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-07-27 22:28:26 +0000
commit4b78d53e662bebcd37bfe64c34ee64da5e5ca0f1 (patch)
tree4072a414806b098bf4aca70cea37e6063a2d3f3e /usr.bin/vi/ex/ex_cmd.c
parentd3cd71e47815755c43ebd011e6c53f532e581239 (diff)
Update to 1.79 and install as vi/ex/view.
Diffstat (limited to 'usr.bin/vi/ex/ex_cmd.c')
-rw-r--r--usr.bin/vi/ex/ex_cmd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/vi/ex/ex_cmd.c b/usr.bin/vi/ex/ex_cmd.c
index 88a1ea660c9..8f7fc8da7a1 100644
--- a/usr.bin/vi/ex/ex_cmd.c
+++ b/usr.bin/vi/ex/ex_cmd.c
@@ -10,7 +10,7 @@
#include "config.h"
#ifndef lint
-static const char sccsid[] = "@(#)ex_cmd.c 10.19 (Berkeley) 7/12/96";
+static const char sccsid[] = "@(#)ex_cmd.c 10.20 (Berkeley) 10/10/96";
#endif /* not lint */
#include <sys/types.h>
@@ -152,8 +152,8 @@ EXCMDLIST const cmds[] = {
/* C_DISPLAY */
{"display", ex_display, 0,
"w1r",
- "display b[uffers] | s[creens] | t[ags]",
- "display buffers, screens or tags"},
+ "display b[uffers] | c[onnections] | s[creens] | t[ags]",
+ "display buffers, connections, screens or tags"},
/* C_EDIT */
{"edit", ex_edit, E_NEWSCREEN,
"f1o",