Date: Mon, 23 Oct 2000 23:36:07 -0700 (PDT) From: d-lewart@uiuc.edu To: freebsd-gnats-submit@FreeBSD.org Subject: docs/22268: Typos in inetd.c and inetd.h Message-ID: <20001024063607.A5BEC37B479@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 22268 >Category: docs >Synopsis: Typos in inetd.c and inetd.h >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 23 23:40:00 PDT 2000 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001024063607.A5BEC37B479>