diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2012-03-06 01:25:48 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2012-03-06 01:25:48 +0000 |
commit | b027c50d938ba9d1532079c39ca6a91775b121b3 (patch) | |
tree | cad6e3da3b1388bcf848333d7f3892eb72874153 /usr.sbin | |
parent | b711204416455645753f0dfcdff2be00f877233b (diff) |
clean up some newly created lies now that tftpd doesnt run out of inetd.
poke by deraadt@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/inetd/inetd.8 | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index ace5bb7a27f..360821537e2 100644 --- a/usr.sbin/inetd/inetd.8 +++ b/usr.sbin/inetd/inetd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inetd.8,v 1.34 2009/12/29 10:25:43 sobrado Exp $ +.\" $OpenBSD: inetd.8,v 1.35 2012/03/06 01:25:47 dlg Exp $ .\" Copyright (c) 1985, 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)inetd.8 6.7 (Berkeley) 3/16/91 .\" -.Dd $Mdocdate: December 29 2009 $ +.Dd $Mdocdate: March 6 2012 $ .Dt INETD 8 .Os .Sh NAME @@ -240,15 +240,6 @@ and .Xr talkd 8 are both examples of the latter type of datagram server. -.Xr tftpd 8 -is an exception; it is a datagram server that establishes pseudo-connections. -It must be listed as -.Dq wait -in order to avoid a race; -the server reads the first packet, creates a new socket, -and then forks and exits to allow -.Nm inetd -to check for new service requests to spawn new servers. The optional .Dq max suffix (separated from @@ -383,8 +374,7 @@ only IPv6 traffic will be routed to the server. .Xr ftpd 8 , .Xr identd 8 , .Xr rshd 8 , -.Xr talkd 8 , -.Xr tftpd 8 +.Xr talkd 8 .Sh HISTORY The .Nm |