summaryrefslogtreecommitdiff
path: root/lib/libedit
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-12-12 17:04:23 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-12-12 17:04:23 +0000
commiteda9ddd63ef852260c9815a29c81b59915e097f6 (patch)
treeafae36b14a23d702ae7ddc3171c279becf218ec4 /lib/libedit
parent0cdc85ecc0ba8f10fe02e8f71df9e70993ea8a63 (diff)
markup fixes from Kaspars at Bankovskis dot net;
some of this is already contained upstream in NetBSD, the rest will be sent there
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/editline.319
-rw-r--r--lib/libedit/editrc.511
2 files changed, 19 insertions, 11 deletions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3
index c6a35b0c01f..58a0a6af31e 100644
--- a/lib/libedit/editline.3
+++ b/lib/libedit/editline.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: editline.3,v 1.34 2014/05/19 08:58:34 nicm Exp $
+.\" $OpenBSD: editline.3,v 1.35 2014/12/12 17:04:22 schwarze 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: May 19 2014 $
+.Dd $Mdocdate: December 12 2014 $
.Dt EDITLINE 3
.Os
.Sh NAME
@@ -73,7 +73,7 @@
.Nm tok_wstr
.Nd line editor, history and tokenization functions
.Sh SYNOPSIS
-.Fd #include <histedit.h>
+.In histedit.h
.Ft EditLine *
.Fn el_init "const char *prog" "FILE *fin" "FILE *fout" "FILE *ferr"
.Ft void
@@ -860,17 +860,22 @@ and the readline emulation appeared in
appeared in
.Nx 1.5 .
.Sh AUTHORS
+.An -nosplit
The
.Nm
-library was written by Christos Zoulas.
-Luke Mewburn wrote this manual and implemented
+library was written by
+.An Christos Zoulas .
+.An Luke Mewburn
+wrote this manual and implemented
.Dv CC_REDISPLAY ,
.Dv CC_REFRESH_BEEP ,
.Dv EL_EDITMODE ,
and
.Dv EL_RPROMPT .
-Jaromir Dolecek implemented the readline emulation.
-Johny Mattsson implemented wide-character support.
+.An Jaromir Dolecek
+implemented the readline emulation.
+.An Johny Mattsson
+implemented wide-character support.
.Sh BUGS
At this time, it is the responsibility of the caller to
check the result of the
diff --git a/lib/libedit/editrc.5 b/lib/libedit/editrc.5
index 32d8a6c5dc4..7a7d6134104 100644
--- a/lib/libedit/editrc.5
+++ b/lib/libedit/editrc.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: editrc.5,v 1.26 2013/01/10 14:21:47 jmc Exp $
+.\" $OpenBSD: editrc.5,v 1.27 2014/12/12 17:04:22 schwarze Exp $
.\" $NetBSD: editrc.5,v 1.24 2009/04/11 22:17:52 wiz Exp $
.\"
.\" Copyright (c) 1997-2000 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: January 10 2013 $
+.Dd $Mdocdate: December 12 2014 $
.Dt EDITRC 5
.Os
.Sh NAME
@@ -518,8 +518,11 @@ library.
.Xr regex 3 ,
.Xr termcap 5
.Sh AUTHORS
+.An -nosplit
The
.Nm editline
-library was written by Christos Zoulas,
-and this manual was written by Luke Mewburn,
+library was written by
+.An Christos Zoulas ,
+and this manual was written by
+.An Luke Mewburn ,
with some sections inspired by tcsh.