diff options
author | 2003-08-08 07:46:30 +0000 | |
---|---|---|
committer | 2003-08-08 07:46:30 +0000 | |
commit | e6d514816ae1a1aefde80b57a6ab6316e1f343e9 (patch) | |
tree | 8b50121f6e2742ae61462c32f989da48a5de8d2b | |
parent | let us call COMPAT_UFS dead (diff) | |
download | wireguard-openbsd-e6d514816ae1a1aefde80b57a6ab6316e1f343e9.tar.xz wireguard-openbsd-e6d514816ae1a1aefde80b57a6ab6316e1f343e9.zip |
functions should link with -lcurses, not -ltermcap;
pointed out by millert@
-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 , |