mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
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 <abhinav@NetBSD.org>
This commit is contained in:
parent
8b48354659
commit
bb4877783c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue