Bug 24307

Summary: man page for inetd(8) missing /etc/protocols in FILES section
Product: Documentation Reporter: opentrax <opentrax>
Component: Books & ArticlesAssignee: dwmalone
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description opentrax 2001-01-13 16:50:00 UTC
man page for inetd(8) missing /etc/protocols in FILES section.
Problem affects all version of FreeBSD

Fix: 

/etc/protocols		translation of protocol name to protocol number
How-To-Repeat: n/a
Comment 1 Jimmy Olgeni 2001-01-13 19:57:22 UTC
Patch for /usr/src/usr.sbin/inetd/inetd.8:

*** inetd.8.orig	Sat Jan 13 20:51:58 2001
--- inetd.8	Sat Jan 13 20:54:37 2001
***************
*** 669,674 ****
--- 669,676 ----
  .It Pa /var/run/inetd.pid
  the pid of the currently running
  .Nm
+ .It Pa /etc/protocols
+ translation of protocol names to protocol numbers
  .El
  .Sh "EXAMPLES"
  .Pp
Comment 2 dwmalone freebsd_committer freebsd_triage 2001-01-14 22:16:58 UTC
State Changed
From-To: open->closed
Comment 3 dwmalone freebsd_committer freebsd_triage 2001-01-15 10:52:52 UTC
State Changed
From-To: closed->open
Comment 4 dwmalone freebsd_committer freebsd_triage 2001-01-15 10:57:28 UTC
Responsible Changed
From-To: freebsd-doc->dwmalone

Looks like a few comments and lines in the man page might need to be corrected. 
I'll look at it.
Comment 5 dwmalone freebsd_committer freebsd_triage 2001-03-05 13:07:24 UTC
State Changed
From-To: open->closed

Fixed in -current and RELENG_4.