1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-08-03 08:22:37 +03:00

man: link to freebsd.org for inetd(8)

This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2015-03-13 21:23:24 -05:00
parent 3ba3a79df4
commit b5c7d097ec
3 changed files with 16 additions and 3 deletions

View File

@ -87,6 +87,19 @@
</a> </a>
</xsl:template> </xsl:template>
<xsl:template match="citerefentry[@project='freebsd']">
<a>
<xsl:attribute name="href">
<xsl:text>https://www.freebsd.org/cgi/man.cgi?</xsl:text>
<xsl:value-of select="refentrytitle"/>
<xsl:text>(</xsl:text>
<xsl:value-of select="manvolnum"/>
<xsl:text>)</xsl:text>
</xsl:attribute>
<xsl:call-template name="inline.charseq"/>
</a>
</xsl:template>
<xsl:template match="refsect1/title|refsect1/info/title"> <xsl:template match="refsect1/title|refsect1/info/title">
<!-- the ID is output in the block.object call for refsect1 --> <!-- the ID is output in the block.object call for refsect1 -->
<h2> <h2>

View File

@ -336,7 +336,7 @@
service was activated from, which is primarily useful for service was activated from, which is primarily useful for
compatibility with daemons designed for use with the compatibility with daemons designed for use with the
traditional traditional
<citerefentry><refentrytitle>inetd</refentrytitle><manvolnum>8</manvolnum></citerefentry> <citerefentry project='freebsd'><refentrytitle>inetd</refentrytitle><manvolnum>8</manvolnum></citerefentry>
daemon.</para> daemon.</para>
<para>This setting defaults to <para>This setting defaults to

View File

@ -127,7 +127,7 @@
(see (see
<citerefentry><refentrytitle>sd_listen_fds</refentrytitle><manvolnum>3</manvolnum></citerefentry> <citerefentry><refentrytitle>sd_listen_fds</refentrytitle><manvolnum>3</manvolnum></citerefentry>
for details) or via the traditional for details) or via the traditional
<citerefentry><refentrytitle>inetd</refentrytitle><manvolnum>8</manvolnum></citerefentry>-style <citerefentry project='freebsd'><refentrytitle>inetd</refentrytitle><manvolnum>8</manvolnum></citerefentry>-style
socket passing (i.e. sockets passed in via standard input and socket passing (i.e. sockets passed in via standard input and
output, using <varname>StandardInput=socket</varname> in the output, using <varname>StandardInput=socket</varname> in the
service file).</para> service file).</para>
@ -355,7 +355,7 @@
<varname>Accept=true</varname> set. Setting <varname>Accept=true</varname> set. Setting
<varname>Accept=true</varname> is mostly useful to allow <varname>Accept=true</varname> is mostly useful to allow
daemons designed for usage with daemons designed for usage with
<citerefentry><refentrytitle>inetd</refentrytitle><manvolnum>8</manvolnum></citerefentry> <citerefentry project='freebsd'><refentrytitle>inetd</refentrytitle><manvolnum>8</manvolnum></citerefentry>
to work unmodified with systemd socket to work unmodified with systemd socket
activation.</para> activation.</para>