From b31b4d6ae50b0d332207754327598fdce5b51015 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Sat, 31 Dec 2016 23:34:42 +0530 Subject: User manual documentation for tunables Create a new node for tunables documentation and add notes for the malloc tunables. * manual/tunables.texi: New chapter. * manual/Makefile (chapters): Add it. * manual/probes.texi (@node): Point to the Tunables chapter. --- manual/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manual/Makefile') diff --git a/manual/Makefile b/manual/Makefile index f2f694f..ecc2bf6 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -38,7 +38,8 @@ chapters = $(addsuffix .texi, \ message search pattern io stdio llio filesys \ pipe socket terminal syslog math arith time \ resource setjmp signal startup process ipc job \ - nss users sysinfo conf crypt debug threads probes) + nss users sysinfo conf crypt debug threads \ + probes tunables) add-chapters = $(wildcard $(foreach d, $(add-ons), ../$d/$d.texi)) appendices = lang.texi header.texi install.texi maint.texi platform.texi \ contrib.texi -- cgit v1.1