"Initial commit to Gerrit"
[profile/ivi/libedit.git] / packaging / 15-editline.3.roff.patch
1 --- export/doc/editline.3.roff  2009-09-23 22:55:51.000000000 +0200
2 +++ ../doc/editline.3.roff      2009-09-23 23:04:26.000000000 +0200
3 @@ -112,10 +112,11 @@
4  These functions are available in the
5  .Nm libedit
6  library (which needs the
7 -.Nm libtermcap
8 +.Nm libcurses
9  library).
10  Programs should be linked with
11 -.Fl ledit ltermcap .
12 +.Fl ledit
13 +.Fl lcurses .
14  .Sh LINE EDITING FUNCTIONS
15  The line editing functions use a common data structure,
16  .Fa EditLine ,
17 @@ -718,8 +719,10 @@
18  to be used by all other tokenizer functions.
19  .Fa IFS
20  contains the Input Field Separators, which defaults to
21 -.Aq space ,
22 -.Aq tab ,
23 +.Aq space
24 +,
25 +.Aq tab
26 +,
27  and
28  .Aq newline
29  if