diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-08-08 07:46:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-08-08 07:46:31 +0000 |
commit | 2562e37d0a97fd419270469cd19b0cb23d3a2221 (patch) | |
tree | 322ffaa946dad6427ba01412319f425f9e581bd8 /lib | |
parent | a62009c54d906a9d30209927c2c114cfdf312674 (diff) |
functions should link with -lcurses, not -ltermcap;
pointed out by millert@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libedit/editline.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3 index 9300a1341fa..3e9c988a781 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: editline.3,v 1.11 2003/05/23 12:41:13 jmc Exp $ +.\" $OpenBSD: editline.3,v 1.12 2003/08/08 07:46:30 jmc Exp $ .\" $NetBSD: editline.3,v 1.4 1997/01/14 04:17:23 lukem Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -100,10 +100,10 @@ similar to those found in 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 lcurses . .Sh LINE EDITING FUNCTIONS The line editing functions use a common data structure, .Fa editline , |