File: man.copyright.section.enabled.html

package info (click to toggle)
docbook-xsl-doc 1.78.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,848 kB
  • sloc: makefile: 10; sh: 5
file content (39 lines) | stat: -rw-r--r-- 4,418 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>man.copyright.section.enabled</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: ReferenceDocumentation"><link rel="up" href="authors.html" title="AUTHORS and COPYRIGHT sections"><link rel="prev" href="man.authors.section.enabled.html" title="man.authors.section.enabled"><link rel="next" href="endnotes.html" title="Endnotes and link handling"><link rel="copyright" href="copyright.html" title="License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">man.copyright.section.enabled</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="man.authors.section.enabled.html">Prev</a></td><th width="60%" align="center">AUTHORS and COPYRIGHT sections</th><td width="20%" align="right"><a accesskey="n" href="endnotes.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="man.copyright.section.enabled"></a><div class="titlepage"></div>

<div class="refnamediv"><h2><span class="refentrytitle">man.copyright.section.enabled</span></h2><p>
man.copyright.section.enabled
 &#8212; Display auto-generated COPYRIGHT section?
</p></div>
<div class="refsynopsisdiv"><h2>Synopsis</h2>
<a name="man.copyright.section.enabled.frag"></a><pre class="programlisting">
&lt;xsl:param name="man.copyright.section.enabled"&gt;1&lt;/xsl:param&gt;
</pre>
</div>
<div class="refsection"><a name="idp7224272"></a><h2>Description</h2>

<p>If the value of
<a href="../manpages/man.copyright.section.enabled.html"><em class="parameter"><code>man.copyright.section.enabled</code></em></a> is non-zero
(the default), then a <code class="literal">COPYRIGHT</code> section is
generated near the end of each man page. The output of the
<code class="literal">COPYRIGHT</code> section is assembled from any
<a href="http://docbook.org/tdg5/en/html/copyright.html"><code class="sgmltag-element">copyright</code></a> and <a href="http://docbook.org/tdg5/en/html/legalnotice.html"><code class="sgmltag-element">legalnotice</code></a> metadata found in
the contents of the child <a href="http://docbook.org/tdg5/en/html/info.html"><code class="sgmltag-element">info</code></a> or
<code class="sgmltag-element">refentryinfo</code> (if any) of the <a href="http://docbook.org/tdg5/en/html/refentry.html"><code class="sgmltag-element">refentry</code></a>
itself, or from any <a href="http://docbook.org/tdg5/en/html/copyright.html"><code class="sgmltag-element">copyright</code></a> and
<a href="http://docbook.org/tdg5/en/html/legalnotice.html"><code class="sgmltag-element">legalnotice</code></a> metadata that may appear in <a href="http://docbook.org/tdg5/en/html/info.html"><code class="sgmltag-element">info</code></a>
contents of any ancestors of the <a href="http://docbook.org/tdg5/en/html/refentry.html"><code class="sgmltag-element">refentry</code></a>.</p>

<p>If the value of
<a href="../manpages/man.copyright.section.enabled.html"><em class="parameter"><code>man.copyright.section.enabled</code></em></a> is zero, the
the auto-generated <code class="literal">COPYRIGHT</code> section is
suppressed.</p>

<p>Set the value of
  <a href="../manpages/man.copyright.section.enabled.html"><em class="parameter"><code>man.copyright.section.enabled</code></em></a> to zero if
  you want to have a manually created <code class="literal">COPYRIGHT</code>
  section in your source, and you want it to appear in output
  instead of the auto-generated <code class="literal">COPYRIGHT</code>
  section.</p>
</div>
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="man.authors.section.enabled.html">Prev</a></td><td width="20%" align="center"><a accesskey="u" href="authors.html">Up</a></td><td width="40%" align="right"><a accesskey="n" href="endnotes.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">man.authors.section.enabled</td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top">Endnotes and link handling</td></tr></table></div></body></html>