Skip to content

Commit

Permalink
man: Minor update
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed Mar 24, 2018
1 parent bc510b3 commit 78eabbd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions man/editline.3
Expand Up @@ -173,7 +173,7 @@ The following brief example lets you enter a line and edit it, then displays it.
.B ""
.B extern char *readline(char *prompt);
.B ""
.B int main (void)
.B int main(void)
.B {
.RS
.B char *p;
Expand All @@ -189,12 +189,12 @@ The following brief example lets you enter a line and edit it, then displays it.
.RE
.B }
.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
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
manual page was made by David W. Sanderson. Currently maintained by
Joachim Nilsson at http://github.com/troglobit/editline
manual page was made by David W. Sanderson. This version is maintained
by Joachim Nilsson at GitHub,
.Aq http://github.com/troglobit/editline
.SH BUGS
Does not handle multiple lines or unicode characters well.

0 comments on commit 78eabbd

Please sign in to comment.