From 69f91e36453d3cda6ea28b6a0567d4ffcdcaaf9d Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <eelco.dolstra@logicblox.com>
Date: Thu, 20 Nov 2014 13:52:17 +0100
Subject: [PATCH] Don't claim FreeBSD support

---
 doc/manual/installation/supported-platforms.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/manual/installation/supported-platforms.xml b/doc/manual/installation/supported-platforms.xml
index a31c6431f..3f76d082b 100644
--- a/doc/manual/installation/supported-platforms.xml
+++ b/doc/manual/installation/supported-platforms.xml
@@ -10,12 +10,13 @@
 
 <itemizedlist>
 
-  <listitem><para>Linux (particularly on x86, x86_64, and
-  PowerPC).</para></listitem>
+  <listitem><para>Linux (i686, x86_64).</para></listitem>
 
-  <listitem><para>Mac OS X.</para></listitem>
+  <listitem><para>Mac OS X (x86_64).</para></listitem>
 
+  <!--
   <listitem><para>FreeBSD (only tested on Intel).</para></listitem>
+  -->
 
   <!--
   <listitem><para>Windows through <link
@@ -35,4 +36,4 @@
 <para>Nix is pretty portable, so it should work on most other Unix
 platforms as well.</para>
 
-</chapter>
\ No newline at end of file
+</chapter>