From bb4877783caa18336e0c90f67ff3fbfe09ff5cd7 Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Fri, 28 Apr 2017 21:05:28 +0000 Subject: editline.3: Add missing argument to H_SET description The H_SET operation of the history() function takes an int argument which is the position of the item to which the cursor should be moved to. Submitted by: Abhinav Upadhyay --- lib/libedit/editline.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libedit') diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3 index 0234b0d75d25..c09ffeb2e012 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 24, 2016 +.Dd April 28, 2017 .Dt EDITLINE 3 .Os .Sh NAME @@ -767,7 +767,7 @@ Return the previous element in the history. Return the next element in the history. .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 -- cgit v1.3