Module Name:    src
Committed By:   christos
Date:           Sun Feb 27 01:51:37 UTC 2011

Modified Files:
        src/lib/libedit: editline.3

Log Message:
Fix argument for EL_EDITOR from Jess Thrysoee


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/lib/libedit/editline.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libedit/editline.3
diff -u src/lib/libedit/editline.3:1.74 src/lib/libedit/editline.3:1.75
--- src/lib/libedit/editline.3:1.74	Thu Dec 16 12:42:28 2010
+++ src/lib/libedit/editline.3	Sat Feb 26 20:51:37 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: editline.3,v 1.74 2010/12/16 17:42:28 wiz Exp $
+.\"	$NetBSD: editline.3,v 1.75 2011/02/27 01:51:37 christos Exp $
 .\"
 .\" Copyright (c) 1997-2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -26,7 +26,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 3, 2010
+.Dd February 26, 2011
 .Dt EDITLINE 3
 .Os
 .Sh NAME
@@ -501,7 +501,7 @@
 is not
 .Dv NULL ,
 return the start/stop literal prompt character in it.
-.It Dv EL_EDITOR , Fa "const char *"
+.It Dv EL_EDITOR , Fa "const char **"
 Return the name of the editor, which will be one of
 .Dq emacs
 or

Reply via email to