diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-03-02 07:46:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-03-02 07:46:16 +0000 |
commit | 087bdee23673f170eff0479543dcc4cb1b9552d3 (patch) | |
tree | 230c0cfe89f879ac5c7e3a12d6833134861fad91 /lib/libedit/editline.3 | |
parent | d10fa1b5d94af1844f812e9c8a7a27be9ecf0aac (diff) |
netbsd -r1.75: Fix argument for EL_EDITOR; from Jess Thrysoee
ok nicm
Diffstat (limited to 'lib/libedit/editline.3')
-rw-r--r-- | lib/libedit/editline.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3 index 2f41c627f94..ad0c064658e 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: editline.3,v 1.30 2010/09/10 18:38:20 jmc Exp $ +.\" $OpenBSD: editline.3,v 1.31 2011/03/02 07:46:15 jmc Exp $ .\" $NetBSD: editline.3,v 1.73 2010/01/03 19:05:26 wiz Exp $ .\" .\" Copyright (c) 1997-2003 The NetBSD Foundation, Inc. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 10 2010 $ +.Dd $Mdocdate: March 2 2011 $ .Dt EDITLINE 3 .Os .Sh NAME @@ -451,7 +451,7 @@ If 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 |