Fixed wrong prototype for history().

Don't (mis)use .Fd outside of the synopsis.
This commit is contained in:
Bruce Evans 1998-01-16 14:33:47 +00:00
parent c8b6b31f15
commit cf95d56dc5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=32566

View File

@ -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 <histedit.h>
.Li <histedit.h> .