Skip to content
Snippets Groups Projects
Commit 5520716a authored by Simon McVittie's avatar Simon McVittie
Browse files

Improve documentation formatting

parent 604197e5
Branches wip/smcv/docs
Tags
No related merge requests found
Pipeline #109757 passed
......@@ -412,7 +412,7 @@ The text printed to the **--info-fd** includes one or more of these:
<dl>
<dt>
**socket=**PATH
`socket=`*PATH*
</dt><dd>
......@@ -424,7 +424,7 @@ corresponding to _PATH_.
</dd>
<dt>
**dbus_address=**ADDRESS
`dbus_address=`*ADDRESS*
</dt><dd>
......@@ -436,7 +436,7 @@ or by connecting another peer-to-peer D-Bus client
</dd>
<dt>
**bus_name=**NAME
`bus_name=`*NAME*
</dt><dd>
......
......@@ -188,8 +188,8 @@ If the fifo is successfully created, the caller is responsible for
deleting both the fifo itself and its parent directory after use.
If **srt-logger** fails to create a fifo, no cleanup is required.
The current implementation for this option creates a subdirectory
with a random name in either **$XDG_RUNTIME_DIR**, **$TMPDIR**
or **/tmp**, similar to **mktemp -d**, then creates the fifo inside
with a random name in either `$XDG_RUNTIME_DIR`, `$TMPDIR`
or `/tmp`, similar to `mktemp -d`, then creates the fifo inside
that subdirectory.
If one of those directories cannot hold fifo objects, **srt-logger**
will show a warning and fall back to the next.
......
......@@ -30,7 +30,7 @@ steam-runtime-system-info - examine the Steam runtime environment and diagnose p
</dt><dd>
Path to a directory containing details of the libraries that are
expected to be available. By default, *$STEAM_RUNTIME***/usr/lib/steamrt**
expected to be available. By default, _$STEAM_RUNTIME_**/usr/lib/steamrt**
or **/usr/lib/steamrt** is used.
</dd>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment