aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/atom/atom.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-03 21:07:45 +0000
committerDavid Robillard <d@drobilla.net>2012-03-03 21:07:45 +0000
commit2a931ba3f49217dd1041fef9587421495041e6ce (patch)
tree31d591455608157b1a00f614cb74be2d02e638a6 /lv2/lv2plug.in/ns/ext/atom/atom.ttl
parent6a848b53ef158648a4dc25274afeb668c530abd9 (diff)
downloadlv2-2a931ba3f49217dd1041fef9587421495041e6ce.tar.xz
Fix lv2_atom_forge_bool().
Use pointers for references when using an internal buffer rather than offsets, so 0 isn't a valid reference.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/atom/atom.ttl')
-rw-r--r--lv2/lv2plug.in/ns/ext/atom/atom.ttl7
1 files changed, 4 insertions, 3 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
index 1b2ed1d..4d7c98e 100644
--- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl
+++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
@@ -237,9 +237,10 @@ atom:URI
rdfs:label "URI string" ;
lv2:documentation """
<p>A URI string. This is identical in format to atom:String, except the string
-is a URI. This is useful when a URI is needed but mapping is inappropriate.
-Since the ability to distinguish URIs from plain strings is often necessary,
-URIs MUST NOT be transmitted as atom:String.</p>
+is a URI. This is useful when a URI is needed but mapping is inappropriate,
+for example with temporary or relative URIs. Since the ability to distinguish
+URIs from plain strings is often necessary, URIs MUST NOT be transmitted as
+atom:String.</p>
<p>This is not strictly a URI, since UTF-8 is allowed. Escaping and related
issues issues are the host's responsibility.</p>