Bug 127840

Summary: [patch] fix entity references in release/doc/en_US.ISO8859-1/hardware/article.sgml
Product: Documentation Reporter: Mark Linimon <linimon>
Component: Books & ArticlesAssignee: Gabor Kovesdan <gabor>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Mark Linimon freebsd_committer freebsd_triage 2008-10-04 02:40:02 UTC
It appears some entity references are misssing the closing semicolon
in the above article.  I do not have the understanding of how to QA
this change.
Comment 1 Murray Stokely freebsd_committer freebsd_triage 2008-12-17 03:20:16 UTC
Responsible Changed
From-To: freebsd-doc->murray

Will build test this patch and submit to head after I get another 
pending change in.
Comment 2 Murray Stokely freebsd_committer freebsd_triage 2008-12-17 04:15:53 UTC
State Changed
From-To: open->patched

Thanks Mark.  The patch doesn't apply directly to head but I added the 
missing ';' in all cases there and added a few mising ','s that should 
separate the elements of each architecture list for each 
feature/driver. 

To test this kind of patch, just install the 
textproc/docproj-nojadetex port, check out doc from cvs at the same 
level of the directory hierarchy where this 'src' branch is checked 
out, then cd to src/release/doc/en_US.ISO8859-1/hardware and type 
'make'. 

Send any questions to doc@ or me personally and we'll help you get a 
doc setup working where you can test this if you want.  Also the doc 
tools are installed on freefall so you can build docs there if you 
have everything checked out there. 

Or just send patches like this.  that works too.
Comment 3 Gabor Kovesdan freebsd_committer freebsd_triage 2012-09-14 15:58:40 UTC
State Changed
From-To: patched->closed

With XML we don't have this problem any more since leaving 
out the semicolon breaks the build so it cannot remain 
unnoticed.  Thanks for the submission! 


Comment 4 Gabor Kovesdan freebsd_committer freebsd_triage 2012-09-14 15:58:40 UTC
Responsible Changed
From-To: murray->gabor

Track.