Add README.md.

This commit is contained in:
Jerry James 2022-07-17 18:33:22 -06:00
parent 4b2c638ae4
commit ce38915ff1
2 changed files with 8 additions and 5 deletions

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# libedit
[Libedit](https://www.thrysoee.dk/editline/) is an autotool- and libtoolized
port of the
[NetBSD Editline library](http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit/?sortby=date#dirlist).
It provides generic line editing, history, and tokenization functions, similar
to those found in
[GNU Readline](https://tiswww.case.edu/php/chet/readline/rltop.html).

View File

@ -1,5 +0,0 @@
# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
# The dictionary is missing some technical terms
addFilter(r'W: spelling-error .* (autotool|libtoolized|tokenization)')