From cf95d56dc5cb6a45eae1c35a9408780a33bade52 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 16 Jan 1998 14:33:47 +0000 Subject: [PATCH] Fixed wrong prototype for history(). Don't (mis)use .Fd outside of the synopsis. --- lib/libedit/editline.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 .