From nobody@FreeBSD.org  Fri Jun 22 22:32:22 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 6731F37B401
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Jun 2001 22:32:22 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.3/8.11.3) id f5N5WMe27504;
	Fri, 22 Jun 2001 22:32:22 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200106230532.f5N5WMe27504@freefall.freebsd.org>
Date: Fri, 22 Jun 2001 22:32:22 -0700 (PDT)
From: tyler spivey <tspivey8@home.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: double-word typos in doc, see desc
X-Send-Pr-Version: www-1.0

>Number:         28359
>Category:       docs
>Synopsis:       double-word typos in doc, see desc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 22 22:40:00 PDT 2001
>Closed-Date:    Sat Jun 23 00:00:10 PDT 2001
>Last-Modified:  Sat Jun 23 00:10:01 PDT 2001
>Originator:     tyler spivey
>Release:        4.3-r
>Organization:
>Environment:
FreeBSD home.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Thu Jun 21 19:22:35 EDT 2001     root@home.com:/usr/src/sys/compile/FAST  i386
>Description:
typo in 4.3-r's faq/book.txt
cupple "the the"s
in handbook/book.txt, "as as" ..
mostly double-word stuff.
[do you want me to keep reporting these as i use ed to search for them?]
>How-To-Repeat:
see desc
>Fix:
try creating a program that searches for double words in a text file.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dd 
State-Changed-When: Sat Jun 23 00:00:10 PDT 2001 
State-Changed-Why:  
See audit trail; these particuar cases have been fixed. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28359 

From: Dima Dorfman <dima@unixfreak.org>
To: tyler spivey <tspivey8@home.com>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: docs/28359: double-word typos in doc, see desc 
Date: Fri, 22 Jun 2001 23:59:55 -0700

 tyler spivey <tspivey8@home.com> writes:
 > 
 > >Number:         28359
 > >Category:       docs
 > >Synopsis:       double-word typos in doc, see desc
 > >Description:
 > typo in 4.3-r's faq/book.txt
 > cupple "the the"s
 > in handbook/book.txt, "as as" ..
 > mostly double-word stuff.
 > [do you want me to keep reporting these as i use ed to search for them?]
 
 I just fixed about 25 of these cases in the current documentation.  I
 used a rather naive regexp to find them, so others may still be
 lurking.  If you still feel the need to look for more, please feel
 free to go ahead, but please use the current documentation; it
 wouldn't help for you to find what I already fixed.
 
 > >Fix:
 > try creating a program that searches for double words in a text file.
 
 FWIW, this is what I used:
 
 	grep -E '([[:space:]]+([^[:space:]]+)[[:space:]]+)\2[[:space:]]'
 
 It's got quite a few problems, but it did find quite a few.  Actually,
 it found too much because it would match for things like "* *"; stuff
 like that appears quite often in the examples.
 
 Thanks,
 
 					Dima Dorfman
 					dima@unixfreak.org
 
>Unformatted:
