summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2014-10-13 01:56:44 +0000
committerdlg <dlg@openbsd.org>2014-10-13 01:56:44 +0000
commitc6862481879b5acbd9911bf3c53e97adaa552324 (patch)
treed2462477ec759383dadce21a0a3118dedc0b2e68 /usr.sbin/inetd
parentdont need to store the same debug flag in two separate variables. (diff)
downloadwireguard-openbsd-c6862481879b5acbd9911bf3c53e97adaa552324.tar.xz
wireguard-openbsd-c6862481879b5acbd9911bf3c53e97adaa552324.zip
jmc@ told me i broke the documentation. inetd doesnt write a pidfile so
we shouldnt say it does.
Diffstat (limited to 'usr.sbin/inetd')
-rw-r--r--usr.sbin/inetd/inetd.88
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8
index 9f5a1b01024..5e66759e30a 100644
--- a/usr.sbin/inetd/inetd.8
+++ b/usr.sbin/inetd/inetd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inetd.8,v 1.36 2014/04/18 22:04:54 jmc Exp $
+.\" $OpenBSD: inetd.8,v 1.37 2014/10/13 01:56:44 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: April 18 2014 $
+.Dd $Mdocdate: October 13 2014 $
.Dt INETD 8
.Os
.Sh NAME
@@ -330,10 +330,6 @@ 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.
-.Nm inetd
-creates a file
-.Em /var/run/inetd.pid
-that contains its process identifier.
.Ss IPv6 TCP/UDP behavior
If you wish to run a server for IPv4 and IPv6 traffic,
you'll need to run two separate processes for the same server program,