diff options
author | tjr <tjr@FreeBSD.org> | 2002-10-13 08:46:57 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-10-13 08:46:57 +0000 |
commit | a803330bc2d76622da8bdbfb6f8fd116741ae020 (patch) | |
tree | 025685696b5f4967d9be7d04efe505c7382682cd /lib/libedit | |
parent | dfc02b315d83a9eae87d985ce5fcafd61ccbe369 (diff) | |
download | FreeBSD-src-a803330bc2d76622da8bdbfb6f8fd116741ae020.zip FreeBSD-src-a803330bc2d76622da8bdbfb6f8fd116741ae020.tar.gz |
FreeBSD's libedit does not include NetBSD's readline emulation code.
Remove references to it from the Authors and History sections.
Diffstat (limited to 'lib/libedit')
-rw-r--r-- | lib/libedit/editline.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3 index 51c040b..e0408c8 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -580,9 +580,10 @@ library first appeared in .Dv CC_REDISPLAY appeared in .Nx 1.3 . -.Dv CC_REFRESH_BEEP , +.Dv CC_REFRESH_BEEP +and .Dv EL_EDITMODE -and the readline emulation appeared in +appeared in .Nx 1.4 . .Dv EL_RPROMPT appeared in @@ -600,8 +601,6 @@ wrote this manual and implemented .Dv EL_EDITMODE , and .Dv EL_RPROMPT . -.An Jaromir Dolecek -implemented the readline emulation. .Sh BUGS The tokenization functions are not publically defined in .Aq Pa histedit.h . |