diff --git a/docs/LangRef.html b/docs/LangRef.html
index 515f956ed00..af88237adc8 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -823,8 +823,9 @@ declare i32 @atoi(i8*) nounwind readonly
value, but is also valid on scalars (even though this is silly).
sret
- This indicates that the parameter specifies the address of a structure
- that is the return value of the function in the source program.
+ This indicates that the pointer parameter specifies the address of a
+ structure that is the return value of the function in the source program.
+ May only be applied to the first parameter.
noalias
This indicates that the parameter does not alias any global or any other