From 25a13a08619e99b1e73c51d965f4df6fd53ed815 Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Thu, 25 Aug 2016 13:55:17 -0400 Subject: [PATCH] fix the 8K number from the upstream source: /** Default `buffer_hint` value. */ --- doc/arm/Bv9ARM-book.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 074860b6ac..4d09d89cc6 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -4890,7 +4890,7 @@ badresp:1,adberr:0,findfail:0,valfail:0] fstrm-set-buffer-hint: The threshold number of bytes to accumulate in the output buffer before forcing a buffer flush. The minimum is - 1024, the maximum is 65536, and the default is 8096. + 1024, the maximum is 65536, and the default is 8192.