mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04:00
Move editrc.5 from MAN3 to MAN5
This commit is contained in:
parent
597828870b
commit
f76efb86fb
1 changed files with 2 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue