svn commit: r313286 - stable/11/share/skel

Jilles Tjoelker jilles at FreeBSD.org
Sun Feb 5 14:25:33 UTC 2017


Author: jilles
Date: Sun Feb  5 14:25:31 2017
New Revision: 313286
URL: https://svnweb.freebsd.org/changeset/base/313286

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

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

Modified: stable/11/share/skel/dot.shrc
==============================================================================
--- stable/11/share/skel/dot.shrc	Sun Feb  5 14:19:19 2017	(r313285)
+++ stable/11/share/skel/dot.shrc	Sun Feb  5 14:25:31 2017	(r313286)
@@ -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
 
 


More information about the svn-src-all mailing list