summaryrefslogtreecommitdiffstats
path: root/lib/libedit
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-06-27 11:16:28 +0000
committerache <ache@FreeBSD.org>1997-06-27 11:16:28 +0000
commit189c9c5d470c401df32c18a99d4ce6ae09571f19 (patch)
treefd5ed2a4fbf9d5935da479782f04863d4171f5a4 /lib/libedit
parent404cec1eb804d2a4104d6d086bd702c9391f48c7 (diff)
downloadFreeBSD-src-189c9c5d470c401df32c18a99d4ce6ae09571f19.zip
FreeBSD-src-189c9c5d470c401df32c18a99d4ce6ae09571f19.tar.gz
Move editrc.5 from MAN3 to MAN5
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index f59b463..2f4feda 100644
--- a/lib/libedit/Makefile
+++ b/lib/libedit/Makefile
@@ -8,7 +8,8 @@ OSRCS= chared.c common.c el.c emacs.c fcns.c help.c hist.c key.c map.c \
LDADD+= -ltermcap
DPADD+= ${LIBTERMCAP}
-MAN3= editline.3 editrc.5
+MAN3= editline.3
+MAN5= editrc.5
MLINKS= editline.3 el_init.3 editline.3 el_end.3 editline.3 el_reset.3 \
editline.3 el_gets.3 editline.3 el_getc.3 editline.3 el_push.3 \
OpenPOWER on IntegriCloud