diff options
author | DJ Delorie <dj@delorie.com> | 2017-07-06 19:54:13 -0400 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2017-07-06 19:54:13 -0400 |
commit | be8aa923a70da16ebabe85e912abc6b815bbdcb4 (patch) | |
tree | 27635f26c64a80ad13c8907ecb6dece5ec81545c | |
parent | 9f5a1271315b0e7c7828f2d8077ab33dca3ee8bd (diff) | |
download | glibc-be8aa923a70da16ebabe85e912abc6b815bbdcb4.zip glibc-be8aa923a70da16ebabe85e912abc6b815bbdcb4.tar.gz glibc-be8aa923a70da16ebabe85e912abc6b815bbdcb4.tar.bz2 |
* manual/tunables.texi: Add missing @end deftp.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | manual/tunables.texi | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -1,9 +1,13 @@ +2017-07-06 DJ Delorie <dj@redhat.com> + + * manual/tunables.texi: Add missing @end deftp. + 2017-07-06 Florian Weimer <fw@deneb.enyo.de> * resolv/tst-resolv-basic.c (test_bug_21295): New function. (do_test): Call it. -2017-07-06 DJ Delorie <dj@delorie.com> +2017-07-06 DJ Delorie <dj@redhat.com> * config.make.in: Enable experimental malloc option. * configure.ac: Likewise. diff --git a/manual/tunables.texi b/manual/tunables.texi index b16d591..4c658bf 100644 --- a/manual/tunables.texi +++ b/manual/tunables.texi @@ -224,6 +224,7 @@ bounded, the user may set this tunable to limit the number of chunks that are scanned from the unsorted list while searching for chunks to pre-fill the per-thread cache with. The default, or when set to zero, is no limit. +@end deftp @node Hardware Capability Tunables @section Hardware Capability Tunables |