From a43ca05578cc2fefdd1bab8cd564332eaf9bd191 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 6 Apr 2020 13:51:22 +0200 Subject: Remove most uses of "e.g." in documentation This causes typesetting issues in some cases (because it is interpreted as the end of a sentence), and it's probably more accessible to write out fully anyway. --- lv2/dynmanifest/dynmanifest.h | 8 ++++---- lv2/dynmanifest/dynmanifest.meta.ttl | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'lv2/dynmanifest') diff --git a/lv2/dynmanifest/dynmanifest.h b/lv2/dynmanifest/dynmanifest.h index 0feda89..16274e4 100644 --- a/lv2/dynmanifest/dynmanifest.h +++ b/lv2/dynmanifest/dynmanifest.h @@ -86,8 +86,8 @@ int lv2_dyn_manifest_open(LV2_Dyn_Manifest_Handle * handle, @param fp FILE * identifying the resource the host has to set up for the dynamic manifest generator. The host MUST pass a writable, empty resource to this function, and the dynamic manifest generator MUST ONLY perform write - operations on it at the end of the stream (e.g., using only fprintf(), - fwrite() and similar). + operations on it at the end of the stream (for example, using only + fprintf(), fwrite() and similar). @return 0 on success, otherwise a non-zero error code. */ @@ -116,8 +116,8 @@ int lv2_dyn_manifest_get_subjects(LV2_Dyn_Manifest_Handle handle, @param fp FILE * identifying the resource the host has to set up for the dynamic manifest generator. The host MUST pass a writable resource to this function, and the dynamic manifest generator MUST ONLY perform write - operations on it at the current position of the stream (e.g. using only - fprintf(), fwrite() and similar). + operations on it at the current position of the stream (for example, using + only fprintf(), fwrite() and similar). @param uri URI to get data about (in the "plain" form, i.e., absolute URI without Turtle prefixes). diff --git a/lv2/dynmanifest/dynmanifest.meta.ttl b/lv2/dynmanifest/dynmanifest.meta.ttl index 7527494..4e66d98 100644 --- a/lv2/dynmanifest/dynmanifest.meta.ttl +++ b/lv2/dynmanifest/dynmanifest.meta.ttl @@ -58,9 +58,9 @@ lv2:documentation """ The LV2 API, on its own, cannot be used to write plugin libraries where data is -dynamically generated at runtime (e.g. API wrappers), since LV2 requires needed -information to be provided in one or more static data (RDF) files. This API -addresses this limitation by extending the LV2 API. +dynamically generated at runtime, since LV2 requires needed information to be +provided in one or more static data (RDF) files. This API addresses this +limitation by extending the LV2 API. To detect that a plugin library implements a dynamic manifest generator, the host checks its static manifest for a description like: @@ -70,8 +70,8 @@ host checks its static manifest for a description like: a dman:DynManifest ; lv2:binary . -To load the data, the host loads the library (e.g. `mydynmanifest.so`) as usual -and fetches the dynamic Turtle data from it using this API. +To load the data, the host loads the library (`mydynmanifest.so` in this +example) as usual and fetches the dynamic Turtle data from it using this API. The host is allowed to request regeneration of the dynamic manifest multiple times, and the plugin library is expected to provide updated data if/when -- cgit v1.2.1