Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jun 2001 00:10:03 -0700 (PDT)
From:      Dima Dorfman <dima@unixfreak.org>
To:        freebsd-doc@freebsd.org
Subject:   Re: docs/28359: double-word typos in doc, see desc 
Message-ID:  <200106230710.f5N7A3G48932@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/28359; it has been noted by GNATS.

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
 

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?200106230710.f5N7A3G48932>