On Wed, 9 Aug 2006, Sam Bishop wrote:

> From: Sam Bishop <[EMAIL PROTECTED]>
> 
> Grammar, spelling, and stylistic edits.
> 
> Signed-off-by: Sam Bishop <[EMAIL PROTECTED]>
> 
> ---
> 
> Below are the results of my first attempt at applying a little polish to
> usb.tmpl.  I haven't made any structural changes, and I've also tried
> not to change any of the details.  I only made it through chapters 1 and
> 2, so I may keep going if time permits.

> -    connect a USB 1.1 device directly to the machine's "root hub".
> +    connect a USB 1.1 device directly to the machine's "root hub."

Among programmers there's a very strong tendency to place punctuation 
outside a quoted string, contrary to the standard rules of English 
usage, unless the punctuation is itself logically part of the string.  
Probably this tendency comes in part from being told by the compiler that

        p = "ab;"

is an error whereas

        p = "ab";

is correct.  :-)

At any rate, you'll probably find that many Linux developers will feel
that the correction above (and other ones like it in your patch) should
not be made.

Alan Stern


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to