Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 9d70214adc1436f851b829e058769c88 > files > 27

lib64edit-devel-3.0-0.20090923.1mdv2010.1.x86_64.rpm

--- export/doc/editline.3.roff	2009-09-23 22:55:51.000000000 +0200
+++ ../doc/editline.3.roff	2009-09-23 23:04:26.000000000 +0200
@@ -112,10 +112,11 @@
 These functions are available in the
 .Nm libedit
 library (which needs the
-.Nm libtermcap
+.Nm libcurses
 library).
 Programs should be linked with
-.Fl ledit ltermcap .
+.Fl ledit
+.Fl lcurses .
 .Sh LINE EDITING FUNCTIONS
 The line editing functions use a common data structure,
 .Fa EditLine ,
@@ -718,8 +719,10 @@
 to be used by all other tokenizer functions.
 .Fa IFS
 contains the Input Field Separators, which defaults to
-.Aq space ,
-.Aq tab ,
+.Aq space
+,
+.Aq tab
+,
 and
 .Aq newline
 if