summaryrefslogtreecommitdiffstats
path: root/lib/libedit
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-11-03 05:23:49 +0000
committerjmc <jmc@openbsd.org>2003-11-03 05:23:49 +0000
commitec5dea46af1fcfd609cd30f94a7aceace776253c (patch)
tree95dd6ca29a8e3336c843ddcc9af19680f91063f2 /lib/libedit
parentspelling fix in comments (diff)
downloadwireguard-openbsd-ec5dea46af1fcfd609cd30f94a7aceace776253c.tar.xz
wireguard-openbsd-ec5dea46af1fcfd609cd30f94a7aceace776253c.zip
encourage people to link with -lcurses rather than -ltermcap;
.Xr curses in SEE ALSO, suggested by otto@; ok otto@
Diffstat (limited to 'lib/libedit')
-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