File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments