summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Vyukov <dvyukov@google.com>2014-06-21 20:19:32 +0400
committerDmitriy Vyukov <dvyukov@google.com>2014-06-21 20:19:32 +0400
commitf1ebba92a5f3684015b91c5dfa7d5c42b314a815 (patch)
tree27db00eddbeab833d9df409fd18b9d9376b6494e /doc
parent7fcfed984ad40093cc1a3a2d1f176fb467803d95 (diff)
downloadgo-f1ebba92a5f3684015b91c5dfa7d5c42b314a815.tar.gz
doc: say that race detector is supported on freebsd
LGTM=ruiu R=golang-codereviews, ruiu CC=golang-codereviews https://codereview.appspot.com/109100046
Diffstat (limited to 'doc')
-rw-r--r--doc/articles/race_detector.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/articles/race_detector.html b/doc/articles/race_detector.html
index 282db8ba4..32ad61de8 100644
--- a/doc/articles/race_detector.html
+++ b/doc/articles/race_detector.html
@@ -377,7 +377,8 @@ func (w *Watchdog) Start() {
<h2 id="Supported_Systems">Supported Systems</h2>
<p>
-The race detector runs on <code>darwin/amd64</code>, <code>linux/amd64</code>, and <code>windows/amd64</code>.
+The race detector runs on <code>darwin/amd64</code>, <code>freebsd/amd64</code>,
+<code>linux/amd64</code>, and <code>windows/amd64</code>.
</p>
<h2 id="Runtime_Overheads">Runtime Overhead</h2>