Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libedit Add missing argument for H_SET.
details: https://anonhg.NetBSD.org/src/rev/ddf9c76413fb
branches: trunk
changeset: 352599:ddf9c76413fb
user: abhinav <abhinav%NetBSD.org@localhost>
date: Mon Apr 10 15:02:40 2017 +0000
description:
Add missing argument for H_SET.
ok christos@
diffstat:
lib/libedit/editline.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5a738d100d11 -r ddf9c76413fb lib/libedit/editline.3
--- a/lib/libedit/editline.3 Mon Apr 10 14:19:22 2017 +0000
+++ b/lib/libedit/editline.3 Mon Apr 10 15:02:40 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: editline.3,v 1.92 2016/05/22 23:54:20 christos Exp $
+.\" $NetBSD: editline.3,v 1.93 2017/04/10 15:02:40 abhinav Exp $
.\"
.\" Copyright (c) 1997-2014 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -786,7 +786,7 @@
It is older than the current one.
.It Dv H_CURR
Return the current element in the history.
-.It Dv H_SET
+.It Dv H_SET , Fa "int position"
Set the cursor to point to the requested element.
.It Dv H_ADD , Fa "const char *str"
Append
Home |
Main Index |
Thread Index |
Old Index