diff options
author | Ilia Mirkin <[email protected]> | 2014-03-31 18:08:07 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2014-04-01 10:17:13 -0400 |
commit | 05d0223da32a2749b7eb260c351f5623dafee022 (patch) | |
tree | 254b9fd6ad8066c4373cafebd21c685d48a2c29f /src/gallium/docs/source/debugging.rst | |
parent | 45e383bfae12b7fa703ebdd407f88e4b1430254a (diff) |
gallium/docs: fix incorrect/missing references
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/docs/source/debugging.rst')
-rw-r--r-- | src/gallium/docs/source/debugging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/docs/source/debugging.rst b/src/gallium/docs/source/debugging.rst index dc308e539d0..8566dbdd751 100644 --- a/src/gallium/docs/source/debugging.rst +++ b/src/gallium/docs/source/debugging.rst @@ -31,7 +31,7 @@ Controls if the :ref:`rbug` should be used. .. envvar:: GALLIUM_TRACE <string> ("") -If set, this variable will cause the :ref:`Trace` output to be written to the +If set, this variable will cause the :ref:`trace` output to be written to the specified file. Paths may be relative or absolute; relative paths are relative to the working directory. For example, setting it to "trace.xml" will cause the trace to be written to a file of the same name in the working directory. |