summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-11-29 21:51:09 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-11-29 21:51:09 +0000
commitfdbc84c97b71c8ca42911f40a8263fc11e1d94ad (patch)
treea3677c157603ad03d834c086211e6878170cf549
parent718af260a063ca6907f88fa37aafc83ecb539ed6 (diff)
lowercase for consistency;
from josh weber; ok millert@
-rw-r--r--usr.bin/vi/vi/v_cmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/vi/v_cmd.c b/usr.bin/vi/vi/v_cmd.c
index b2ab38e3b35..7aff9988cde 100644
--- a/usr.bin/vi/vi/v_cmd.c
+++ b/usr.bin/vi/vi/v_cmd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: v_cmd.c,v 1.2 2001/01/29 01:58:50 niklas Exp $ */
+/* $OpenBSD: v_cmd.c,v 1.3 2004/11/29 21:51:08 jmc Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994
@@ -332,7 +332,7 @@ VIKEYS const vikeys [MAXVIKEY + 1] = {
/* 125 U */
{v_Undo, VM_RCM_SET,
"U",
- " U Restore the current line"},
+ " U restore the current line"},
/* 126 V */
{NULL},
/* 127 W */