mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00
man: Minor update
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
bc510b320e
commit
78eabbde39
@ -173,7 +173,7 @@ The following brief example lets you enter a line and edit it, then displays it.
|
|||||||
.B ""
|
.B ""
|
||||||
.B extern char *readline(char *prompt);
|
.B extern char *readline(char *prompt);
|
||||||
.B ""
|
.B ""
|
||||||
.B int main (void)
|
.B int main(void)
|
||||||
.B {
|
.B {
|
||||||
.RS
|
.RS
|
||||||
.B char *p;
|
.B char *p;
|
||||||
@ -189,12 +189,12 @@ The following brief example lets you enter a line and edit it, then displays it.
|
|||||||
.RE
|
.RE
|
||||||
.B }
|
.B }
|
||||||
.fi
|
.fi
|
||||||
.SH BUGS AND LIMITATIONS
|
|
||||||
Does not handle multiple lines or unicode characters well. See the TODO
|
|
||||||
file in the distribution if you want to help out.
|
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
The original editline library was created by Simmule R. Turner and Rich
|
The original editline library was created by Simmule R. Turner and Rich
|
||||||
$alz. It now exists in several forks: Heimdal, Festival speech tools,
|
Salz. It now exists in several forks: Heimdal, Festival speech tools,
|
||||||
Mozilla, Google Gadgets for Linux, and many other places. The original
|
Mozilla, Google Gadgets for Linux, and many other places. The original
|
||||||
manual page was made by David W. Sanderson. Currently maintained by
|
manual page was made by David W. Sanderson. This version is maintained
|
||||||
Joachim Nilsson at http://github.com/troglobit/editline
|
by Joachim Nilsson at GitHub,
|
||||||
|
.Aq http://github.com/troglobit/editline
|
||||||
|
.SH BUGS
|
||||||
|
Does not handle multiple lines or unicode characters well.
|
||||||
|
Loading…
Reference in New Issue
Block a user