summaryrefslogtreecommitdiff
path: root/lib/libedit
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2002-10-01 19:03:15 +0000
committerwiz <wiz@NetBSD.org>2002-10-01 19:03:15 +0000
commit28128e05923a98d5c57c8d260ce746d2619f35e8 (patch)
tree409a52266efc4e61006444a424a6f7da3f2eee22 /lib/libedit
parentc1077f220deda2004ccd4c0fb828fc8a3ccba09b (diff)
New sentence, new line. From Robert Elz.
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/editline.39
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3
index 620186c50fe..24de73466b2 100644
--- a/lib/libedit/editline.3
+++ b/lib/libedit/editline.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: editline.3,v 1.28 2002/08/18 07:23:21 yamt Exp $
+.\" $NetBSD: editline.3,v 1.29 2002/10/01 19:06:45 wiz Exp $
.\"
.\" Copyright (c) 1997-1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -382,8 +382,8 @@ name ``EL_BUILTIN_GETCFN''.
.It Dv EL_CLIENTDATA , Fa "void *data"
Register
.Fa data
-to be associated with this EditLine structure. It can be retrieved with
-the corresponding
+to be associated with this EditLine structure.
+It can be retrieved with the corresponding
.Fn el_get
call.
.El
@@ -585,7 +585,8 @@ Save the history list to
.Fn history
returns 0 if the operation
.Fa op
-succeeds. Otherwise, -1 is returned and
+succeeds.
+Otherwise, -1 is returned and
.Fa ev
is updated to contain more details about the error.
.El