Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
5520716a
Commit
5520716a
authored
5 months ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
Improve documentation formatting
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
604197e5
Branches
wip/smcv/docs
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#109757
passed
5 months ago
Stage: build
Stage: relocatable-install
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bin/launcher-service.md
+3
-3
3 additions, 3 deletions
bin/launcher-service.md
bin/logger.md
+2
-2
2 additions, 2 deletions
bin/logger.md
bin/system-info.md
+1
-1
1 addition, 1 deletion
bin/system-info.md
with
6 additions
and
6 deletions
bin/launcher-service.md
+
3
−
3
View file @
5520716a
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
bin/logger.md
+
2
−
2
View file @
5520716a
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
bin/system-info.md
+
1
−
1
View file @
5520716a
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment