Source-Changes-HG archive

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

[src/trunk]: src/lib/libedit Fix argument for EL_EDITOR from Jess Thrysoee



details:   https://anonhg.NetBSD.org/src/rev/74a532183117
branches:  trunk
changeset: 762745:74a532183117
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 27 01:51:37 2011 +0000

description:
Fix argument for EL_EDITOR from Jess Thrysoee

diffstat:

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

diffs (27 lines):

diff -r 5233731a79d5 -r 74a532183117 lib/libedit/editline.3
--- a/lib/libedit/editline.3    Sun Feb 27 01:02:39 2011 +0000
+++ b/lib/libedit/editline.3    Sun Feb 27 01:51:37 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index