Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > b080aa38c5bb0041448f6fdafd4d9238 > files > 27

libedit-devel-3.0-0.20090722.1mdv2010.0.i586.rpm

--- export/doc/editline.3.roff	2009-07-22 23:27:40.000000000 +0200
+++ ../doc/editline.3.roff	2009-07-22 23:49:25.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