Bug 71998

Summary: Possible mistake in FAQ.
Product: Documentation Reporter: Hiroo Ono <hiroo+freebsd>
Component: Books & ArticlesAssignee: Ceri Davies <ceri>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Hiroo Ono 2004-09-22 15:50:29 UTC
I found two possible mistakes in doc/en_US.ISO8859-1/books/faq/book.sgml.
(I am not sure if the first is really a mistake. It may come from my
 poor ability in English.)
Here they are:

        <question id="boot-read-error">
          <para>A dialog will pop up requesting the number of
            cylinders, heads and sectors.  Type the numbers found from
            the BIOS separates by forward slashes.
          </para>

Is the wording of "separates" here gramatically correct?
This phrase can be easily understood even without the following example,
but I could not figure out what the subject of "separates", and got
a little bit confused when translating it.

          <para>5000 heads, 250 sectors and 60 sectors would be entered as
            <userinput>5000/250/60</userinput>
          </para>

5000 cylinders, 250 heads and 60 sectors?
Comment 1 Dmitry Morozovsky 2004-09-22 15:56:54 UTC
On Wed, 22 Sep 2004, Hiroo Ono wrote:

HO> I found two possible mistakes in doc/en_US.ISO8859-1/books/faq/book.sgml.
HO> (I am not sure if the first is really a mistake. It may come from my
HO>  poor ability in English.)
HO> Here they are:
HO>
HO>         <question id="boot-read-error">
HO>           <para>A dialog will pop up requesting the number of
HO>             cylinders, heads and sectors.  Type the numbers found from
HO>             the BIOS separates by forward slashes.
HO>           </para>
HO>
HO> Is the wording of "separates" here gramatically correct?

Simple typo s,separates,separated, ? (key 's' is next to 'd' in the middle
keyboard line)


Sincerely,
D.Marck                                     [DM5020, MCK-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru ***
------------------------------------------------------------------------
Comment 2 Ceri Davies freebsd_committer freebsd_triage 2004-09-22 15:57:00 UTC
Responsible Changed
From-To: freebsd-doc->ceri

Grab this.
Comment 3 Hiroo Ono 2004-09-22 17:40:28 UTC
At Wed, 22 Sep 2004 18:56:54 +0400 (MSD),
Dmitry Morozovsky wrote:
> Simple typo s,separates,separated, ? (key 's' is next to 'd' in the middle
> keyboard line)

I see. I did not realize it as I am accustomed to dvorak layout.
Comment 4 Ceri Davies freebsd_committer freebsd_triage 2004-09-22 18:20:10 UTC
State Changed
From-To: open->closed

Committed, with some other changes, in revision 1.649.  Thanks.