diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-04-20 01:11:46 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-04-20 01:11:46 +0000 |
commit | d59e6a07aeaad8658620431b43338bce077f32f0 (patch) | |
tree | a427fb18af63d9535980de44ee9be29d756a40af /lib/libedit/editline.3 | |
parent | 1162ec655ce9c2cde1f9437d1a315b758a520348 (diff) |
New editline(7) manual, explaining to end-users how line editing works
in programs like ftp(1), sftp(1), bc(1), and cdio(1) that use libedit.
The existing editrc(5) manual only explains customization, and the
existing editline(3) manual only explains the C language interface.
Already listing all editor functions and all default key bindings, but
in other respects, not 100% complete yet, and due to the sheer size,
some bugs may have slipped, but all that can be fixed in the tree.
OK and tweaks jmc@.
Also seems reasonable to Christian Heckendorf <mbie at ulmus dot me>.
Diffstat (limited to 'lib/libedit/editline.3')
-rw-r--r-- | lib/libedit/editline.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3 index db911aa7bb6..96463db95a6 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: editline.3,v 1.41 2016/03/21 18:04:40 schwarze Exp $ +.\" $OpenBSD: editline.3,v 1.42 2016/04/20 01:11:45 schwarze Exp $ .\" $NetBSD: editline.3,v 1.88 2016/02/25 14:59:22 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: March 21 2016 $ +.Dd $Mdocdate: April 20 2016 $ .Dt EDITLINE 3 .Os .Sh NAME @@ -891,7 +891,8 @@ is a NUL terminated string to tokenize. .Xr curses 3 , .Xr signal 3 , .Xr editrc 5 , -.Xr termcap 5 +.Xr termcap 5 , +.Xr editline 7 .Sh HISTORY The .Nm |