summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-11-14 08:45:05 -0800
committerChad Versace <chad.versace@linux.intel.com>2012-11-14 08:45:05 -0800
commita425fa0b67d21ec18fcbabc8f9305a3c9cbcccca (patch)
treefbc5576fb9174283503f3748fbb2ffb65de9baae /man
parentc47d3145c92f95e78f2210c480fa1be150048386 (diff)
man: Fix minor errors
- The set of accepted values for WAFFLE_CONTEXT_PROFILE depends on more than just WAFFLE_CONTEXT_API, as clearly stated in the clause above the correction. - Move missplaced 'or'. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'man')
-rw-r--r--man/waffle_config.3.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/man/waffle_config.3.xml b/man/waffle_config.3.xml
index 60c9142..a0f20e5 100644
--- a/man/waffle_config.3.xml
+++ b/man/waffle_config.3.xml
@@ -298,8 +298,9 @@ struct waffle_config;
<constant>WAFFLE_CONTEXT_MINOR_VERSION</constant>,
and the native platform.
- Below is described in detail the rules by which waffle filters the set of accepted values according to the
- value of <constant>WAFFLE_CONTEXT_API</constant>.
+ Below is described in detail the rules by which waffle decides
+
+ the default value and the set of accepted values.
Even if <function>waffle_config_choose()</function> accepts the requested profile
and successfully returns a config,
@@ -311,8 +312,8 @@ struct waffle_config;
<para>
If the requested API is
- <constant>WAFFLE_CONTEXT_OPENGL_ES1</constant> or
- <constant>WAFFLE_CONTEXT_OPENGL_ES2</constant>,
+ <constant>WAFFLE_CONTEXT_OPENGL_ES1</constant>,
+ <constant>WAFFLE_CONTEXT_OPENGL_ES2</constant>, or
<constant>WAFFLE_CONTEXT_OPENGL_ES3</constant>,
then the default and only accepted value is <constant>WAFFLE_NONE</constant>.