From 26aeba2f9e9441ef916c349a751226f0e2292606 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 27 Apr 2019 15:11:31 +0200 Subject: Consistently use example.org in documentation --- lv2/dynmanifest/dynmanifest.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lv2/dynmanifest/dynmanifest.h') diff --git a/lv2/dynmanifest/dynmanifest.h b/lv2/dynmanifest/dynmanifest.h index a15eaf4..289a96f 100644 --- a/lv2/dynmanifest/dynmanifest.h +++ b/lv2/dynmanifest/dynmanifest.h @@ -75,7 +75,7 @@ int lv2_dyn_manifest_open(LV2_Dyn_Manifest_Handle * handle, example, if the plugin library exposes a regular LV2 plugin, it should output only a triple like the following: - a lv2:Plugin . + a lv2:Plugin . The objects that are elegible for exposure are those that would need to be represented by a subject node in a static manifest. @@ -99,11 +99,11 @@ int lv2_dyn_manifest_get_subjects(LV2_Dyn_Manifest_Handle handle, The dynamic manifest generator has to fill the resource with data related to object represented by the given URI. For example, if the library exposes a regular LV2 plugin whose URI, as retrieved by the host using - lv2_dyn_manifest_get_subjects() is http://www.example.com/plugin/uri, it + lv2_dyn_manifest_get_subjects() is http://example.org/plugin then it should output something like:
-   
+   
        a lv2:Plugin ;
        doap:name "My Plugin" ;
        lv2:binary  ;
-- 
cgit v1.2.1