Bug 48371

Summary: Small update to developers-handbook...
Product: Documentation Reporter: Sean Chittenden <seanc>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Sean Chittenden freebsd_committer freebsd_triage 2003-02-17 12:00:26 UTC
	Few small bits in this:

	1) Update for the .emacs example to add highlighting of whitespace.

	2) Nuked whitespace that I noticed.

	3) Ran a spell checker over the doc and Americanized some very common
	American English words (intepreted -> interpreted,
	optimise -> optimize ).  Those words are seen frequently enough that
	non-American and non-Brittish folks may stumble over their non-
	American English spellings so I corrected them.

	Honestly, I'm only really interested in #1, but #2 and #3 kinda came
	for free during the update.  Any preferences on how I should commit
	this?  (#1 + #3), then #2?  ::shrug::

Fix: 

Complete patch here, but can easily be broken down for the sake of
keeping whitespace commits indepdent from content changes:

http://people.freebsd.org/~seanc/#developer_tools_update1
Comment 1 Ceri Davies freebsd_committer freebsd_triage 2003-02-17 19:48:18 UTC
On Mon, Feb 17, 2003 at 03:56:04AM -0800, Sean Chittenden wrote:

> 	Few small bits in this:
> 
> 	1) Update for the .emacs example to add highlighting of whitespace.

Looks fine, though I am not an emacs user.

> 	2) Nuked whitespace that I noticed.

Cool.

> 	3) Ran a spell checker over the doc and Americanized some very common
> 	American English words (intepreted -> interpreted,
> 	optimise -> optimize ).  Those words are seen frequently enough that
> 	non-American and non-Brittish folks may stumble over their non-
> 	American English spellings so I corrected them.

Good - thanks.

> 	Honestly, I'm only really interested in #1, but #2 and #3 kinda came
> 	for free during the update.  Any preferences on how I should commit
> 	this?  (#1 + #3), then #2?  ::shrug::

Exactly that.  Sorry, it can be a pain.

Ceri
--
Comment 2 Sean Chittenden freebsd_committer freebsd_triage 2003-02-17 20:08:05 UTC
State Changed
From-To: open->closed

Committed in two parts as stated, thanks.
Comment 3 Giorgos Keramidas freebsd_committer freebsd_triage 2003-02-17 20:13:52 UTC
On 2003-02-17 03:56, Sean Chittenden <seanc@FreeBSD.org> wrote:
> Few small bits in this:
> 
> 1) Update for the .emacs example to add highlighting of whitespace.
> 2) Nuked whitespace that I noticed.
> 3) Ran a spell checker over the doc and Americanized some very common
> American English words (intepreted -> interpreted,
> optimise -> optimize ).  Those words are seen frequently enough that
> non-American and non-Brittish folks may stumble over their non-
> American English spellings so I corrected them.
> 
> Honestly, I'm only really interested in #1, but #2 and #3 kinda came
> for free during the update.  Any preferences on how I should commit
> this?  (#1 + #3), then #2?  ::shrug::

#2 should definitely be done in a separate commit.  #1 and #3 are
obviously unrelated to each other, so there... you need 3 commits :)