Bug 181583

Summary: [handbook] [patch] typo under 4.5 section on Handbook
Product: Documentation Reporter: Iván Alemán <ivan>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Iván Alemán 2013-08-27 14:30:00 UTC
Reading through the Handbook on:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disk-organization.html

The URL points to section "4.5 Disk Organization" in which between the "Partition | Convention" and the "Table 4.1. Disk Device Codes" there is this paragraph with a typo, the paragraph in question is:

"Disks in FreeBSD are divided into slices, referred to in Windows® as partitions, which are numbered from 1 to 4. These are then then divided into partitions, which contain file systems, and are labeled using letters."

The typo is that the word "then" after the first dot (.) is repeated twice which causes to misread the sentence.

Fix: 

Deleting one of the "then" words will fix the sentence, which should read like this:

"Disks in FreeBSD are divided into slices, referred to in Windows® as partitions, which are numbered from 1 to 4. These are then divided into partitions, which contain file systems, and are labeled using letters."
How-To-Repeat: Go to:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disk-organization.html

Find the following paragraph:

"Disks in FreeBSD are divided into slices, referred to in Windows® as partitions, which are numbered from 1 to 4. These are then then divided into partitions, which contain file systems, and are labeled using letters."

Reading the paragraph, notice that the word "then" which is repeated twice. This glitch is found after the first dot (.) at the start of the sentence.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2013-08-28 00:58:39 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-doc

reclassify.
Comment 2 Maxim Konovalov freebsd_committer freebsd_triage 2013-08-28 09:14:43 UTC
State Changed
From-To: open->closed

Fixed.  Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-08-28 09:14:49 UTC
Author: maxim
Date: Wed Aug 28 08:14:34 2013
New Revision: 42594
URL: http://svnweb.freebsd.org/changeset/doc/42594

Log:
  "then then" -> "then".
  
  PR:		misc/181583
  Submitted by:	Ivan Aleman

Modified:
  head/en_US.ISO8859-1/books/handbook/basics/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/basics/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/basics/chapter.xml	Tue Aug 27 17:17:47 2013	(r42593)
+++ head/en_US.ISO8859-1/books/handbook/basics/chapter.xml	Wed Aug 28 08:14:34 2013	(r42594)
@@ -1381,7 +1381,7 @@ root     5211  0.0  0.2  3620  1724   2 
 
     <para>Disks in &os; are divided into slices, referred to in
       &windows; as partitions, which are numbered from 1 to 4.  These
-      are then then divided into partitions, which contain file
+      are then divided into partitions, which contain file
       systems, and are labeled using letters.</para>
 
     <indexterm><primary>slices</primary></indexterm>
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"