Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2017 21:07:13 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r312721 - head/share/skel
Message-ID:  <201701242107.v0OL7Dit020077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Tue Jan 24 21:07:13 2017
New Revision: 312721
URL: https://svnweb.freebsd.org/changeset/base/312721

Log:
  skel: Remove reference to deleted part in previous commit to this file.
  
  Reported by:	Rodney W. Grimes
  MFC after:	1 week

Modified:
  head/share/skel/dot.shrc

Modified: head/share/skel/dot.shrc
==============================================================================
--- head/share/skel/dot.shrc	Tue Jan 24 19:59:25 2017	(r312720)
+++ head/share/skel/dot.shrc	Tue Jan 24 21:07:13 2017	(r312721)
@@ -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?201701242107.v0OL7Dit020077>