Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/nvi/dist/vi Remove superfluous space character.



details:   https://anonhg.NetBSD.org/src/rev/b2fbceae72c3
branches:  trunk
changeset: 356953:b2fbceae72c3
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Oct 22 06:26:01 2017 +0000

description:
Remove superfluous space character.

>From rjc via https://github.com/NetBSD/src/pull/1

diffstat:

 external/bsd/nvi/dist/vi/v_cmd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5944b8bd4802 -r b2fbceae72c3 external/bsd/nvi/dist/vi/v_cmd.c
--- a/external/bsd/nvi/dist/vi/v_cmd.c  Sun Oct 22 03:29:23 2017 +0000
+++ b/external/bsd/nvi/dist/vi/v_cmd.c  Sun Oct 22 06:26:01 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: v_cmd.c,v 1.3 2014/01/26 21:43:45 christos Exp $ */
+/*     $NetBSD: v_cmd.c,v 1.4 2017/10/22 06:26:01 pgoyette Exp $ */
 /*-
  * Copyright (c) 1992, 1993, 1994
  *     The Regents of the University of California.  All rights reserved.
@@ -16,7 +16,7 @@
 static const char sccsid[] = "Id: v_cmd.c,v 10.9 1996/03/28 15:18:39 bostic Exp  (Berkeley) Date: 1996/03/28 15:18:39 ";
 #endif /* not lint */
 #else
-__RCSID("$NetBSD: v_cmd.c,v 1.3 2014/01/26 21:43:45 christos Exp $");
+__RCSID("$NetBSD: v_cmd.c,v 1.4 2017/10/22 06:26:01 pgoyette Exp $");
 #endif
 
 #include <sys/types.h>
@@ -137,7 +137,7 @@
 /* 034  ^\ */
        {v_exmode,      0,
            "^\\",
-           " ^\\ switch to ex mode"},
+           "^\\ switch to ex mode"},
 /* 035  ^] */
        {v_tagpush,     V_ABS|V_KEYW|VM_RCM_SET,
            "^]",



Home | Main Index | Thread Index | Old Index