From owner-svn-src-stable@freebsd.org Tue Jan 24 21:07:45 2017 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A20ACBD3DA; Tue, 24 Jan 2017 21:07:45 +0000 (UTC) (envelope-from jilles@stack.nl) Received: from mailout.stack.nl (mailout05.stack.nl [IPv6:2001:610:1108:5010::202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout.stack.nl", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 088B2334; Tue, 24 Jan 2017 21:07:45 +0000 (UTC) (envelope-from jilles@stack.nl) Received: from snail.stack.nl (snail.stack.nl [IPv6:2001:610:1108:5010::131]) by mailout.stack.nl (Postfix) with ESMTP id E577A3D; Tue, 24 Jan 2017 22:07:42 +0100 (CET) Received: by snail.stack.nl (Postfix, from userid 1677) id D708328494; Tue, 24 Jan 2017 22:07:42 +0100 (CET) Date: Tue, 24 Jan 2017 22:07:42 +0100 From: Jilles Tjoelker To: "Rodney W. Grimes" Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: Re: svn commit: r312653 - stable/11/share/skel Message-ID: <20170124210742.GA83102@stack.nl> References: <201701222131.v0MLVWjg037264@repo.freebsd.org> <201701222330.v0MNUJMp000255@pdx.rh.CN85.dnsmgr.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201701222330.v0MNUJMp000255@pdx.rh.CN85.dnsmgr.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2017 21:07:45 -0000 On Sun, Jan 22, 2017 at 03:30:19PM -0800, Rodney W. Grimes wrote: > > -# Enable the builtin emacs(1) command line editor in sh(1), > > -# e.g. C-a -> beginning-of-line. > > -set -o emacs > > - > > # Uncomment this and comment the above to enable the builtin vi(1) command > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > documentation error.... please correct that too. Fixed, thanks. -- Jilles Tjoelker