diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-01-16 14:33:47 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-01-16 14:33:47 +0000 |
| commit | cf95d56dc5cb6a45eae1c35a9408780a33bade52 (patch) | |
| tree | 375296f043b3771b79b8fcb4517d1cd9c5b34e56 /lib | |
| parent | c8b6b31f15327e7a4ce6f2020d064433c1df5f48 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libedit/editline.3 | 6 |
1 files 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 <histedit.h> +.Li <histedit.h> . |
