Source-Changes-HG archive

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

[src/trunk]: src/lib/libedit Fix Dd argument.



details:   https://anonhg.NetBSD.org/src/rev/d777237939f5
branches:  trunk
changeset: 345003:d777237939f5
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon May 02 09:39:24 2016 +0000

description:
Fix Dd argument.

diffstat:

 lib/libedit/editline.7 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8bd105e4681f -r d777237939f5 lib/libedit/editline.7
--- a/lib/libedit/editline.7    Mon May 02 09:33:15 2016 +0000
+++ b/lib/libedit/editline.7    Mon May 02 09:39:24 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: editline.7,v 1.1 2016/04/28 15:50:33 christos Exp $
+.\"    $NetBSD: editline.7,v 1.2 2016/05/02 09:39:24 wiz Exp $
 .\"    $OpenBSD: editline.7,v 1.1 2016/04/20 01:11:45 schwarze Exp $
 .\"
 .\" Copyright (c) 2016 Ingo Schwarze <schwarze%openbsd.org@localhost>
@@ -15,7 +15,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd April 20 2016
+.Dd April 20, 2016
 .Dt EDITLINE 7
 .Os
 .Sh NAME
@@ -32,7 +32,7 @@
 For each character read, one editor command is executed.
 The mapping of input characters to editor commands depends on the
 editing mode.
-There are three editing modes:  vi insert mode, vi command mode,
+There are three editing modes: vi insert mode, vi command mode,
 and emacs mode.
 The default is vi insert mode.
 The program can switch the default to emacs mode by using the



Home | Main Index | Thread Index | Old Index