diff options
author | 2016-03-13 18:30:43 +0000 | |
---|---|---|
committer | 2016-03-13 18:30:43 +0000 | |
commit | 6d6790beff8f87bc3d2e1bd7501048d88789c8eb (patch) | |
tree | 58c44c493e4194daa3ddc22a8c14bb96d1210ca0 | |
parent | check return value for BN_hex2bn in regression tests (diff) | |
download | wireguard-openbsd-6d6790beff8f87bc3d2e1bd7501048d88789c8eb.tar.xz wireguard-openbsd-6d6790beff8f87bc3d2e1bd7501048d88789c8eb.zip |
remove an extra space before ^\ help message.
Fixes allignment in viusage
By Raf Czlonka
-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 ea141a732aa..7de171e5f72 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.4 2009/10/27 23:59:47 deraadt Exp $ */ +/* $OpenBSD: v_cmd.c,v 1.5 2016/03/13 18:30:43 martijn Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 @@ -128,7 +128,7 @@ VIKEYS const vikeys [MAXVIKEY + 1] = { /* 034 ^\ */ {v_exmode, 0, "^\\", - " ^\\ switch to ex mode"}, + "^\\ switch to ex mode"}, /* 035 ^] */ {v_tagpush, V_ABS|V_KEYW|VM_RCM_SET, "^]", |