Skip site navigation (1)Skip section navigation (2)
Date:      21 Dec 2000 10:33:06 -0000
From:      Peter Pentchev <roam@orbitel.bg>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/23710: [PATCH] there is no termcap(3) manpage per se
Message-ID:  <20001221103306.6408.qmail@ringworld.nanolink.com>
Resent-Message-ID: <200012211040.eBLAe2X39574@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         23710
>Category:       bin
>Synopsis:       [PATCH] there is no termcap(3) manpage per se
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 21 02:40:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Peter Pentchev
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
Orbitel JSCo.
>Environment:

FreeBSD 4.2-STABLE #1: Tue Dec 19 04:16:41 EET 2000

>Description:

termcap(5) refers to termcap(3) in the SEE ALSO section; however, termcap(3)
is never installed.  There is curs_termcap(3), though, with many others
MLINK'ed to it; so why not termcap(3)? :)

>How-To-Repeat:

man 3 termcap ;)

>Fix:

Index: src/lib/libncurses/Makefile
===================================================================
RCS file: /home/ncvs/src/lib/libncurses/Makefile,v
retrieving revision 1.45
diff -u -r1.45 Makefile
--- src/lib/libncurses/Makefile	2000/12/05 12:40:14	1.45
+++ src/lib/libncurses/Makefile	2000/12/21 10:14:53
@@ -521,7 +521,8 @@
 	curs_termattrs.3 termattrs.3 curs_termattrs.3 termname.3
 MLINKS+=curs_termcap.3 tgetent.3 curs_termcap.3 tgetflag.3 \
 	curs_termcap.3 tgetnum.3 curs_termcap.3 tgetstr.3 \
-	curs_termcap.3 tgoto.3 curs_termcap.3 tputs.3
+	curs_termcap.3 tgoto.3 curs_termcap.3 tputs.3 \
+	curs_termcap.3 termcap.3
 MLINKS+=curs_terminfo.3 del_curterm.3 curs_terminfo.3 mvcur.3 \
 	curs_terminfo.3 putp.3 curs_terminfo.3 restartterm.3 \
 	curs_terminfo.3 set_curterm.3 curs_terminfo.3 setterm.3 \

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001221103306.6408.qmail>