add missing MLINKS (taken from src/share/man/man9/Makefile)
o malloc.9 -> realloc.9 o malloc.8 -> reallocf.9 Pointed out by: Akira Ikeuchi <a_ikeuchi@mic.mitsumi.co.jp>
This commit is contained in:
parent
3a11737a07
commit
f68e2032e8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16027
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ MLINKS+=make_dev.9 dev_depends.9
|
|||
MLINKS+=make_dev.9 destroy_dev.9
|
||||
MLINKS+=make_dev.9 make_dev_alias.9
|
||||
MLINKS+=malloc.9 FREE.9 malloc.9 MALLOC.9 malloc.9 free.9
|
||||
MLINKS+=malloc.9 realloc.9 malloc.9 reallocf.9
|
||||
MLINKS+=mi_switch.9 cpu_switch.9 mi_switch.9 cpu_throw.9
|
||||
MLINKS+=psignal.9 gsignal.9
|
||||
MLINKS+=psignal.9 pgsignal.9
|
||||
|
|
Loading…
Reference in a new issue