Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
89d9d5ab
Commit
89d9d5ab
authored
7 years ago
by
Vivek Das Mohapatra
Browse files
Options
Downloads
Patches
Plain Diff
Add a see-also section to the generated man pages.
parent
198318a5
No related branches found
No related tags found
1 merge request
!311
Build capsule-capture-libs from a bundled copy of libcapsule
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/devhelp2man.xslt
+19
-0
19 additions, 0 deletions
doc/devhelp2man.xslt
with
19 additions
and
0 deletions
doc/devhelp2man.xslt
+
19
−
0
View file @
89d9d5ab
...
@@ -156,6 +156,25 @@
...
@@ -156,6 +156,25 @@
mode=
"retdesc"
/>
mode=
"retdesc"
/>
</xsl:element>
</xsl:element>
</xsl:element>
</xsl:element>
<xsl:element
name=
"refsect1"
>
<xsl:element
name=
"title"
>
See Also:
</xsl:element>
<xsl:element
name=
"para"
>
<xsl:for-each
select=
"refsect1[@role='details']/refsect2[@role='function']/indexterm/primary"
>
<xsl:element
name=
"link"
>
<xsl:element
name=
"function"
>
<xsl:value-of
select=
"concat(.,'(3)')"
/>
</xsl:element>
</xsl:element>
<xsl:choose>
<xsl:when
test=
"position() != last()"
>
<xsl:text>
,
</xsl:text>
</xsl:when>
</xsl:choose>
</xsl:for-each>
</xsl:element>
</xsl:element>
</xsl:element>
</xsl:element>
</xsl:template>
</xsl:template>
...
...
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