17-editline.3.roff.patch   [plain text]


--- export/doc/editline.3.roff	2006-08-29 21:11:07.000000000 +0200
+++ ../doc/editline.3.roff	2006-08-29 21:18:07.000000000 +0200
@@ -115,10 +115,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 ,
@@ -664,8 +665,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
@@ -726,7 +729,7 @@
 .Sh SEE ALSO
 .Xr sh 1 ,
 .Xr signal 3 ,
-.Xr termcap 3 ,
+.Xr curses 3 ,
 .Xr editrc 5
 .Sh HISTORY
 The