From owner-cvs-all@FreeBSD.ORG Thu Aug 23 14:17:32 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 340C016A417 for ; Thu, 23 Aug 2007 14:17:32 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id E38BC13C45E for ; Thu, 23 Aug 2007 14:17:31 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so66920anc for ; Thu, 23 Aug 2007 07:17:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qM3Ylvmxc9S2Jfv5kQgQ7fdFIFUJ8V+AKwWiLCpbu/r3gkqovntE3UByrLr6b/NnutyKzUO6OlroKwo+8ddyJhZtywcphINU4YZamtFS/3F1GINEnrMQs/0j291RjMwqqh0T5FEyRVMV/KCcu3xVfBROk92Tf7dWMUBym3BcdLA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QnrBEj0/qZVTAkYvH5a+u4r2AXnRaY2gbu3kWVYr/VEEcjqIfjQHfw9P5L7pFPoSvGK818Sj6vRPpYBuGFzUsgBLxqY+lRUVAWJ1RF9fJoLcsaB3kZUBoWRi+k9vjz/xC52bbb+3GEoCLxD1txeA/Qmr1LZVhCUmeKa+hUtMAwc= Received: by 10.142.139.6 with SMTP id m6mr183651wfd.1187878650528; Thu, 23 Aug 2007 07:17:30 -0700 (PDT) Received: by 10.143.1.8 with HTTP; Thu, 23 Aug 2007 07:17:30 -0700 (PDT) Message-ID: <47d0403c0708230717n6f81899bodd793547df516103@mail.gmail.com> Date: Thu, 23 Aug 2007 10:17:30 -0400 From: "Ben Kaduk" To: "Tom Rhodes" In-Reply-To: <200708222129.l7MLTcn9083965@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200708222129.l7MLTcn9083965@repoman.freebsd.org> Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/audit chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 14:17:32 -0000 On 8/22/07, Tom Rhodes wrote: > trhodes 2007-08-22 21:29:38 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/audit chapter.sgml > Log: > Remove duplicate word. > > Found by: ds > > Revision Changes Path > 1.29 +1 -1 doc/en_US.ISO8859-1/books/handbook/audit/chapter.sgml @@ -235,7 +235,7 @@ requirements. --> audit_event - Textual names and descriptions of system audit events, as well as a list of which - classes each event in in. + classes each event in. Isn't that a typo, not a duplicate word (i.e. ``in in'' ==> ``is in'')? -Ben Kaduk