mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00
Minor fixes, grammar + whitespace
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
6adf0e98bb
commit
197f3e1c32
@ -18,7 +18,7 @@ Introduction
|
|||||||
|
|
||||||
This is a small [line editing][] library. It can be linked into almost
|
This is a small [line editing][] library. It can be linked into almost
|
||||||
any program to provide command line editing and history functions. It
|
any program to provide command line editing and history functions. It
|
||||||
is call compatible with the [FSF readline][] library, but at a fraction
|
is call compatible with the [FSF readline][] library, but at a fraction
|
||||||
of the size, and as a result fewer features. It is also distributed
|
of the size, and as a result fewer features. It is also distributed
|
||||||
under a much more liberal [LICENSE][].
|
under a much more liberal [LICENSE][].
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ Editline is maintained collaboratively at [GitHub][].
|
|||||||
API
|
API
|
||||||
---
|
---
|
||||||
|
|
||||||
Here is the interface to editline. It has a small compatibility layer
|
Here is the libeditline interfaces. It has a small compatibility layer
|
||||||
to [FSF readline][], which may not be entirely up-to-date.
|
to [FSF readline][], which may not be entirely up-to-date.
|
||||||
|
|
||||||
```C
|
```C
|
||||||
|
Loading…
Reference in New Issue
Block a user