From: Zbigniew Jędrzejewski-Szmek Date: Sat, 14 Mar 2015 02:23:24 +0000 (-0500) Subject: man: link to freebsd.org for inetd(8) X-Git-Tag: v219.0~323 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=b5c7d097ec7d16facaaeb0da5ba2abb2b1fc230b;ds=sidebyside man: link to freebsd.org for inetd(8) --- diff --git a/man/custom-html.xsl b/man/custom-html.xsl index 2cb7b76ae..9827a589b 100644 --- a/man/custom-html.xsl +++ b/man/custom-html.xsl @@ -87,6 +87,19 @@ + + + + https://www.freebsd.org/cgi/man.cgi? + + ( + + ) + + + + +

diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 56b53e601..64877720b 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -336,7 +336,7 @@ service was activated from, which is primarily useful for compatibility with daemons designed for use with the traditional - inetd8 + inetd8 daemon. This setting defaults to diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 350a95648..1e9778bc2 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -127,7 +127,7 @@ (see sd_listen_fds3 for details) or via the traditional - inetd8-style + inetd8-style socket passing (i.e. sockets passed in via standard input and output, using StandardInput=socket in the service file). @@ -355,7 +355,7 @@ Accept=true set. Setting Accept=true is mostly useful to allow daemons designed for usage with - inetd8 + inetd8 to work unmodified with systemd socket activation.