diff options
Diffstat (limited to 'appendixa/netkitbase-desc.xml')
-rw-r--r-- | appendixa/netkitbase-desc.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/appendixa/netkitbase-desc.xml b/appendixa/netkitbase-desc.xml new file mode 100644 index 000000000..2d5f982f6 --- /dev/null +++ b/appendixa/netkitbase-desc.xml @@ -0,0 +1,33 @@ +<sect2> +<title>Contents</title> + +<para> +The Netkit-base package contains the inetd and ping programs. +</para> + +</sect2> + +<sect2> +<title>Description</title> + +<sect3> +<title>inetd</title> + +<para> +inetd is the mother of all daemons. It listens for connections, and transfers +the call to the appropriate daemon. +</para> + +</sect3> + +<sect3> +<title>ping</title> + +<para> +ping sends ICMP ECHO_REQUEST packets to a host and determines its response time. +</para> + +</sect3> + +</sect2> + |