Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159471529
D57531.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D57531.id.diff
View Options
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8
--- a/usr.sbin/inetd/inetd.8
+++ b/usr.sbin/inetd/inetd.8
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd November 5, 2025
+.Dd June 10, 2026
.Dt INETD 8
.Os
.Sh NAME
@@ -38,7 +38,7 @@
.Op Fl a Ar address
.Op Fl C Ar rate
.Op Fl c Ar maximum
-.Op Fl p Ar filename
+.Op Fl p Ar pidfile
.Op Fl R Ar rate
.Op Fl s Ar maximum
.Op Ar configuration_file
@@ -115,7 +115,7 @@
Turn on debugging.
.It Fl l
Turn on logging of successful connections.
-.It Fl p
+.It Fl p Ar pidfile
Specify an alternate file in which to store the process ID.
.It Fl R Ar rate
Specify the maximum number of times a service can be invoked
diff --git a/usr.sbin/inetd/inetd.c b/usr.sbin/inetd/inetd.c
--- a/usr.sbin/inetd/inetd.c
+++ b/usr.sbin/inetd/inetd.c
@@ -381,7 +381,7 @@
default:
syslog(LOG_ERR,
"usage: inetd [-dlWw] [-a address] [-C rate]"
- " [-c maximum] [-p filename] [-R rate]"
+ " [-c maximum] [-p pidfile] [-R rate]"
" [-s maximum] [configuration_file]");
exit(EX_USAGE);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 15, 2:20 PM (19 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33970368
Default Alt Text
D57531.id.diff (1 KB)
Attached To
Mode
D57531: inetd: Add missing argument to the -p flag description
Attached
Detach File
Event Timeline
Log In to Comment