Bug 14053

Summary: Typo in handbook/porting.html
Product: Documentation Reporter: Andrew Stevenson <andrew>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Andrew Stevenson 1999-09-30 16:10:01 UTC
Handbook/porting.html has a typo in section 4.7.15.4, last line.

It says:

${WKRDIRPREFIX}${.CURDIR} in the front.

and should say:

${WRKDIRPREFIX}${.CURDIR} in the front.

Fix: 

I believe the web pages are generated from sgml so theres no point in me
patching the HTML version...
How-To-Repeat: 
	lynx http://www.au.freebsd.org/handbook/porting.html
Comment 1 John Baldwin freebsd_committer freebsd_triage 1999-09-30 19:04:09 UTC
State Changed
From-To: open->closed

Fixed in revision 1.58 of doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml 
Thanks!