diff options
author | charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
commit | d2168fe021bd1693c1038503e09d3d74dd8b6f36 (patch) | |
tree | 1cffbfcbeace5b3e6b01d3c6b67a9c10233bc810 /usr.sbin/inetd | |
parent | 745a7b1537c2ebb511bcf928366eefe72af77dac (diff) | |
download | FreeBSD-src-d2168fe021bd1693c1038503e09d3d74dd8b6f36.zip FreeBSD-src-d2168fe021bd1693c1038503e09d3d74dd8b6f36.tar.gz |
The .Nm utility
Diffstat (limited to 'usr.sbin/inetd')
-rw-r--r-- | usr.sbin/inetd/inetd.8 | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index f9d70f2..8dbbfe5 100644 --- a/usr.sbin/inetd/inetd.8 +++ b/usr.sbin/inetd/inetd.8 @@ -54,8 +54,7 @@ .Sh DESCRIPTION The .Nm -program -should be run at boot time by +utility should be run at boot time by .Pa /etc/rc (see .Xr rc 8 ) . @@ -353,7 +352,7 @@ use the .Dq nowait entry. Connection requests for these services are accepted by -.Nm , +.Nm Ns , and the server is given only the newly-accepted socket connected to a client of the service. Most stream-based services operate in this manner. @@ -524,8 +523,7 @@ instead of the name of the system as reported by .Pp The .Nm -program -also provides several other +utility also provides several other .Dq trivial services internally by use of routines within itself. These services are @@ -574,8 +572,7 @@ facility. .Pp The .Nm -program -rereads its configuration file when it receives a hangup signal, +utility rereads its configuration file when it receives a hangup signal, .Dv SIGHUP . Services may be added, deleted or modified when the configuration file is reread. @@ -862,7 +859,7 @@ field is invalid. .It "setsockopt(SO_PRIVSTATE): Operation not supported" The .Nm -program attempted to renounce the privileged state associated with a +utility attempted to renounce the privileged state associated with a socket but was unable to. .El .Sh SEE ALSO @@ -890,7 +887,7 @@ socket but was unable to. .Sh HISTORY The .Nm -command appeared in +utility appeared in .Bx 4.3 . TCPMUX is based on code and documentation by Mark Lottor. Support for |