diff options
author | 2004-11-29 21:51:08 +0000 | |
---|---|---|
committer | 2004-11-29 21:51:08 +0000 | |
commit | 191dbb770161669fc8039d1485bd67979b600a19 (patch) | |
tree | a2483b438a001af6b5e3df755cde76fa6cf9d598 | |
parent | tiny knf, no binary change. (diff) | |
download | wireguard-openbsd-191dbb770161669fc8039d1485bd67979b600a19.tar.xz wireguard-openbsd-191dbb770161669fc8039d1485bd67979b600a19.zip |
lowercase for consistency;
from josh weber;
ok millert@
-rw-r--r-- | usr.bin/vi/vi/v_cmd.c | 4 |
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 */ |