Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2017 15:46:05 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r313288 - stable/10/share/skel
Message-ID:  <201702051546.v15Fk50o043127@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Sun Feb  5 15:46:05 2017
New Revision: 313288
URL: https://svnweb.freebsd.org/changeset/base/313288

Log:
  MFC r312721: skel: Remove reference to deleted part in previous commit
  to this file.

Modified:
  stable/10/share/skel/dot.shrc
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/skel/dot.shrc
==============================================================================
--- stable/10/share/skel/dot.shrc	Sun Feb  5 15:45:31 2017	(r313287)
+++ stable/10/share/skel/dot.shrc	Sun Feb  5 15:46:05 2017	(r313288)
@@ -13,8 +13,8 @@
 #
 # umask	022
 
-# Uncomment this and comment the above to enable the builtin vi(1) command
-# line editor in sh(1), e.g. ESC to go into visual mode.
+# Uncomment this to enable the builtin vi(1) command line editor in sh(1),
+# e.g. ESC to go into visual mode.
 # set -o vi
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702051546.v15Fk50o043127>