Bug 55226

Summary: [PATCH] handbook: add nonbreaking spaces and replace one->two spaces after dot's
Product: Documentation Reporter: Den <den>
Component: Books & ArticlesAssignee: Hiten Pandya <hmp>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Den 2003-08-04 06:50:15 UTC
The patch below is result of checking en/books/handbook/* with
following regexp's:
"[0-9][K|M|G|T]"
"[\.\?!] [^ ]"
"FreeBSD [0-9]"
(i know that last regexp must be something like "[A-Za-z] [0-9]",
or even "[A-Za-z] [0-9&]", but it is the first step).

this checks can't be peformed in full auto mode, so maby we need
somesing like "portlint", but for docs (doclint?) to check all
new docs and updates.

P.S.
i can peform this checks (and few other checks)
for other docs/articles if it needed.

Fix: 

MD5 (www_en_02_08_2003.diff.gz) = 7b1fe7eefa10d43666ae6161071cfa6f
http://volginfo.ru/www_en_02_08_2003.diff.gz
How-To-Repeat: 
	egrep and vim was used to finding and editing
Comment 1 Denis N. Peplin 2003-08-04 06:53:48 UTC
more correct:
-spaces after dot's
+spaces after sentences
Comment 2 Hiten Pandya freebsd_committer freebsd_triage 2003-09-15 00:50:48 UTC
Responsible Changed
From-To: freebsd-doc->hmp

I will take this one over.
Comment 3 Hiten Pandya freebsd_committer freebsd_triage 2003-09-16 22:04:55 UTC
State Changed
From-To: open->closed

Close PR upon Submitter's Request.