From 6d942dc0a6834e6456ff59e8001ca7522b16f1b6 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 21 May 2014 23:01:21 +0900 Subject: [PATCH] Update doc --- README.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 92b36b4c..de68cae8 100644 --- a/README.rst +++ b/README.rst @@ -123,10 +123,12 @@ used:: $ ./configure $ make -Mac OS X users may need ``--disable-threads`` configure option to -disable multi threading in nghttpd, nghttpx and h2load to prevent them -from crashing. Patch is welcome to make multi threading work on Mac -OS X platform. +.. note:: + + Mac OS X users may need ``--disable-threads`` configure option to + disable multi threading in nghttpd, nghttpx and h2load to prevent + them from crashing. Patch is welcome to make multi threading work + on Mac OS X platform. Building documentation ----------------------