From 78eabbde39e47ee29b9a91126b174dd37d08b8e1 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sat, 24 Mar 2018 19:35:16 +0100 Subject: [PATCH] man: Minor update Signed-off-by: Joachim Nilsson --- man/editline.3 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/man/editline.3 b/man/editline.3 index 39d9cc8..991a31a 100644 --- a/man/editline.3 +++ b/man/editline.3 @@ -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; @@ -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.