diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-06-07 17:27:44 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-06-07 17:27:44 +0000 |
commit | e2d465d575b1040342a4e2f6bd764e8946f85ed3 (patch) | |
tree | bf5c75cd7fa02ac0024e98ade74da6ac428bab23 /lib/libncurses | |
parent | 6c2547ab1f4a14b9725c3e1392682413297e918c (diff) | |
download | FreeBSD-src-e2d465d575b1040342a4e2f6bd764e8946f85ed3.zip FreeBSD-src-e2d465d575b1040342a4e2f6bd764e8946f85ed3.tar.gz |
Create curs_termcap.3 --> termcap.3 MLINK, so many manpages in our tree that
reference to termcap.3 will not be pointing to nowhere.
MFC after: 1 week
Diffstat (limited to 'lib/libncurses')
-rw-r--r-- | lib/libncurses/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index 1d5db81..95a8e45 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -522,9 +522,10 @@ MLINKS+=curs_termattrs.3 baudrate.3 curs_termattrs.3 erasechar.3 \ curs_termattrs.3 has_ic.3 curs_termattrs.3 has_il.3 \ curs_termattrs.3 killchar.3 curs_termattrs.3 longname.3 \ 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 +MLINKS+=curs_termcap.3 termcap.3 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 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 \ |