summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-11-03 05:23:50 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-11-03 05:23:50 +0000
commit1205cc1c4736c09404375c47ef5446e7f5bd38d4 (patch)
treebced5d11c4a4285567761fcc5a37145bc33778aa /lib
parent52c450f231e183639489941fa71be854489b1c14 (diff)
encourage people to link with -lcurses rather than -ltermcap;
.Xr curses in SEE ALSO, suggested by otto@; ok otto@
Diffstat (limited to 'lib')
-rw-r--r--lib/libedit/editline.37
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3
index f9f9bd6ea31..510c2199164 100644
--- a/lib/libedit/editline.3
+++ b/lib/libedit/editline.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: editline.3,v 1.17 2003/11/01 11:23:19 otto Exp $
+.\" $OpenBSD: editline.3,v 1.18 2003/11/03 05:23:49 jmc Exp $
.\" $NetBSD: editline.3,v 1.38 2003/09/26 21:09:13 wiz Exp $
.\"
.\" Copyright (c) 1997-1999 The NetBSD Foundation, Inc.
@@ -102,10 +102,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 ,
@@ -620,6 +620,7 @@ is updated to contain more details about the error.
.\"XXX: provide some examples
.Sh SEE ALSO
.Xr sh 1 ,
+.Xr curses 3 ,
.Xr signal 3 ,
.Xr termcap 3 ,
.Xr editrc 5