diff options
| author | christos <christos@NetBSD.org> | 2011-02-27 01:51:37 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2011-02-27 01:51:37 +0000 |
| commit | 2eddc655340fd478bd3de0ab15853de40da4bd60 (patch) | |
| tree | 9c5ff4eade88d114e67d6960922d0fce8dcf587c /lib/libedit | |
| parent | e18530d5c60de1651cf5ea3ed8aabbfa3be84d14 (diff) | |
Fix argument for EL_EDITOR from Jess Thrysoee
Diffstat (limited to 'lib/libedit')
| -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 7b32aab0979..9d06fbc4d20 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -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 @@ 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 |
