diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3 index fc399733985f..bb706aefc59d 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -87,8 +87,8 @@ .Fn history_init .Ft void .Fn history_end "History *h" -.Ft HistEvent * -.Fn history "History h" "int op" "..." +.Ft const HistEvent * +.Fn history "History *h" "int op" "..." .Sh DESCRIPTION The .Nm @@ -529,4 +529,4 @@ should not modify the supplied .Va argv[0] . .Pp The tokenization functions are not publically defined in -.Fd +.Li .