Module Name: src
Committed By: abhinav
Date: Mon Apr 10 15:02:40 UTC 2017
Modified Files:
src/lib/libedit: editline.3
Log Message:
Add missing argument for H_SET.
ok christos@
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/lib/libedit/editline.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libedit/editline.3
diff -u src/lib/libedit/editline.3:1.92 src/lib/libedit/editline.3:1.93
--- src/lib/libedit/editline.3:1.92 Sun May 22 23:54:20 2016
+++ src/lib/libedit/editline.3 Mon Apr 10 15:02:40 2017
@@ -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 @@ Return the next element in the history.
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