From nobody@FreeBSD.ORG  Mon Oct 23 23:36:07 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id A5BEC37B479; Mon, 23 Oct 2000 23:36:07 -0700 (PDT)
Message-Id: <20001024063607.A5BEC37B479@hub.freebsd.org>
Date: Mon, 23 Oct 2000 23:36:07 -0700 (PDT)
From: d-lewart@uiuc.edu
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: Typos in inetd.c and inetd.h
X-Send-Pr-Version: www-1.0

>Number:         22268
>Category:       docs
>Synopsis:       Typos in inetd.c and inetd.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dwmalone
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 23 23:40:00 PDT 2000
>Closed-Date:    Tue Oct 24 11:48:13 PDT 2000
>Last-Modified:  Tue Oct 24 11:48:42 PDT 2000
>Originator:     Daniel S. Lewart
>Release:        4.1-STABLE
>Organization:
University of Illinois
>Environment:
n/a
>Description:
In usr.sbin/inetd/inetd.c:68, "being" should be "begin"
In usr.sbin/inetd/inetd.h:76, "poilcy" should be "policy"
>How-To-Repeat:
egrep -n 'being|poilcy' usr.sbin/inetd/inetd.?
>Fix:
$ diff inetd.c.orig inetd.c
68c68
<  * order shown below.  Continuation lines for an entry must being with
---
>  * order shown below.  Continuation lines for an entry must begin with
$ diff inetd.h.orig inetd.h
76c76
<       char    *se_policy;             /* IPsec poilcy string */
---
>       char    *se_policy;             /* IPsec policy string */

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->dwmalone 
Responsible-Changed-By: mpp 
Responsible-Changed-When: Tue Oct 24 06:57:13 PDT 2000 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=22268 
State-Changed-From-To: open->closed 
State-Changed-By: dwmalone 
State-Changed-When: Tue Oct 24 11:48:13 PDT 2000 
State-Changed-Why:  
Fixed in -current, should get MFCed before 4.2. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=22268 
>Unformatted:
