diff --git a/docs/LangRef.html b/docs/LangRef.html
index 651426c67f1..a0f59cf6e5a 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1283,8 +1283,10 @@ target datalayout = "layout specification"
fsize:abi:pref
This specifies the alignment for a floating point type of a given bit
- size. The value of size must be either 32 (float) or 64
- (double).
+ size. Only values of size that are supported by the target
+ will work. 32 (float) and 64 (double) are supported on all targets;
+ 80 or 128 (different flavors of long double) are also supported on some
+ targets.
asize:abi:pref
This specifies the alignment for an aggregate type of a given bit