Source-Changes-HG archive

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

[src/trunk]: src/lib/libedit Switch from Op to Oo/Oc for nested block.



details:   https://anonhg.NetBSD.org/src/rev/e87304a309f2
branches:  trunk
changeset: 779536:e87304a309f2
user:      njoly <njoly%NetBSD.org@localhost>
date:      Sat Jun 02 14:19:20 2012 +0000

description:
Switch from Op to Oo/Oc for nested block.

diffstat:

 lib/libedit/editrc.5 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6dad893b5b0f -r e87304a309f2 lib/libedit/editrc.5
--- a/lib/libedit/editrc.5      Sat Jun 02 14:04:34 2012 +0000
+++ b/lib/libedit/editrc.5      Sat Jun 02 14:19:20 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: editrc.5,v 1.25 2011/04/25 22:47:27 wiz Exp $
+.\"    $NetBSD: editrc.5,v 1.26 2012/06/02 14:19:20 njoly Exp $
 .\"
 .\" Copyright (c) 1997-2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -88,7 +88,7 @@
 The following builtin commands are available:
 .Bl -tag -width 4n
 .It Ic bind Oo Fl a Oc Oo Fl e Oc Oo Fl k Oc Oo Fl l Oc Oo Fl r Oc \
-Oo Fl s Oc Oo Fl v Oc Oo Ar key Op Ar command Oc
+Oo Fl s Oc Oo Fl v Oc Oo Ar key Oo Ar command Oc Oc
 Without options, list all bound keys, and the editor command to which
 each is bound.
 If



Home | Main Index | Thread Index | Old Index