diff --git a/docs/LangRef.html b/docs/LangRef.html index 32fcba23529..71212cc7181 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -5992,9 +5992,11 @@ freestanding environments and non-C-based languages.

Syntax:
-  <resultval> = landingpad <somety> personality <type> <pers_fn> cleanup? <clause>+
+  <resultval> = landingpad <somety> personality <type> <pers_fn> <clause>+
+  <resultval> = landingpad <somety> personality <type> <pers_fn> cleanup <clause>*
+
   <clause> := catch <type> <value>
-  <clause> := filter <type> <value>
+  <clause> := filter <type> <value> {, <type> <value>}*
 
Overview: