MFC r361000, r361036: improve inetd(8) examples
r361000:
inetd(8): Provide HTTP proxy example using netcat
One of the fortunes that are included in freebsd-tips talks about how
the superserver can be used to proxy connections with netcat, but there are
no examples provided. This commit adds an example with comment explaining
what it does.
r361036:
inetd(8): Add comments to all examples