From c59e5109239edcff2f463259f3e97646ac824c48 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 9 Nov 2018 17:39:57 +0000 Subject: [PATCH] nvi: remove superfluous space before ^\ This fixes alignment in vi's 'viusage' command and has been fixed upstream and in OpenBSD. Submitted by: Raf Czlonka (github:rjc) MFC after: 1 week Pull Request: https://github.com/freebsd/freebsd/pull/122 --- contrib/nvi/vi/v_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/nvi/vi/v_cmd.c b/contrib/nvi/vi/v_cmd.c index f77cd273cf08..e7ef6c4b7b6b 100644 --- a/contrib/nvi/vi/v_cmd.c +++ b/contrib/nvi/vi/v_cmd.c @@ -130,7 +130,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, "^]",