X Tutup
Skip to content

Commit b5c7d09

Browse files
committed
man: link to freebsd.org for inetd(8)
1 parent 3ba3a79 commit b5c7d09

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

man/custom-html.xsl

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,19 @@
8787
</a>
8888
</xsl:template>
8989

90+
<xsl:template match="citerefentry[@project='freebsd']">
91+
<a>
92+
<xsl:attribute name="href">
93+
<xsl:text>https://www.freebsd.org/cgi/man.cgi?</xsl:text>
94+
<xsl:value-of select="refentrytitle"/>
95+
<xsl:text>(</xsl:text>
96+
<xsl:value-of select="manvolnum"/>
97+
<xsl:text>)</xsl:text>
98+
</xsl:attribute>
99+
<xsl:call-template name="inline.charseq"/>
100+
</a>
101+
</xsl:template>
102+
90103
<xsl:template match="refsect1/title|refsect1/info/title">
91104
<!-- the ID is output in the block.object call for refsect1 -->
92105
<h2>

man/systemd.exec.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
service was activated from, which is primarily useful for
337337
compatibility with daemons designed for use with the
338338
traditional
339-
<citerefentry><refentrytitle>inetd</refentrytitle><manvolnum>8</manvolnum></citerefentry>
339+
<citerefentry project='freebsd'><refentrytitle>inetd</refentrytitle><manvolnum>8</manvolnum></citerefentry>
340340
daemon.</para>
341341

342342
<para>This setting defaults to

man/systemd.socket.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
(see
128128
<citerefentry><refentrytitle>sd_listen_fds</refentrytitle><manvolnum>3</manvolnum></citerefentry>
129129
for details) or via the traditional
130-
<citerefentry><refentrytitle>inetd</refentrytitle><manvolnum>8</manvolnum></citerefentry>-style
130+
<citerefentry project='freebsd'><refentrytitle>inetd</refentrytitle><manvolnum>8</manvolnum></citerefentry>-style
131131
socket passing (i.e. sockets passed in via standard input and
132132
output, using <varname>StandardInput=socket</varname> in the
133133
service file).</para>
@@ -355,7 +355,7 @@
355355
<varname>Accept=true</varname> set. Setting
356356
<varname>Accept=true</varname> is mostly useful to allow
357357
daemons designed for usage with
358-
<citerefentry><refentrytitle>inetd</refentrytitle><manvolnum>8</manvolnum></citerefentry>
358+
<citerefentry project='freebsd'><refentrytitle>inetd</refentrytitle><manvolnum>8</manvolnum></citerefentry>
359359
to work unmodified with systemd socket
360360
activation.</para>
361361

0 commit comments

Comments
 (0)
X Tutup