diff options
author | David Robillard <d@drobilla.net> | 2011-03-03 03:29:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-03 03:29:33 +0000 |
commit | 422a2211ccdc8f7d29576ab4830ce3481159eb60 (patch) | |
tree | 45bcccbebbdfbd3e357924e3a91b2266b1050d13 /core.lv2/lv2.ttl | |
parent | b19cbe8c841055455759d2ba4847f617fdb18d43 (diff) | |
download | lv2-422a2211ccdc8f7d29576ab4830ce3481159eb60.tar.xz |
Fix line wrapping.
Diffstat (limited to 'core.lv2/lv2.ttl')
-rw-r--r-- | core.lv2/lv2.ttl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/core.lv2/lv2.ttl b/core.lv2/lv2.ttl index d0cdaeb..94dcfd5 100644 --- a/core.lv2/lv2.ttl +++ b/core.lv2/lv2.ttl @@ -139,10 +139,11 @@ the functions provided by a plugin are divided into classes:</p> <dd>run(), connect_port()</dd> </dl> -<p>Extensions to this specification which add new plugin functions MUST declare in -which of these classes the functions belong, or define new classes for them. Extensions -which add new host-provided functions MUST declare from which of these classes the -functions may be called, or otherwise precisely describe their threading rules.</p> +<p>Extensions to this specification which add new plugin functions MUST declare +in which of these classes the functions belong, or define new classes for +them. Extensions which add new host-provided functions MUST declare from which +of these classes the functions may be called, or otherwise precisely describe +their threading rules.</p> <p>The rules that hosts MUST follow are:</p> <ul> |