Bug 83693

Summary: [PATCH] Remove <note> tags in Install chapter
Product: Documentation Reporter: Siebrand Mazeland <siebrand.mazeland>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Siebrand Mazeland 2005-07-18 23:40:17 UTC
On http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-media.html
all text below the picture is in between <note> tags. IMO there is no reason
for that, so the lines <note> and </note> can be removed. URL to patches included.

Fix: 

[1] Patch for remove <note> and </note> from current doc version (1.324)
    http://nitro.dk/~siebrand/install/chapter.sgml.1.patch
[2] Patch to cleanup whitespace and correct indentation for the effected
    text part. To be applied AFTER chapter.sgml.1.patch (install/chapter.sgml
    will then be 1.325).
    http://nitro.dk/~siebrand/install/chapter.sgml.2.patch
Comment 1 Siebrand Mazeland 2005-07-18 23:43:40 UTC
Please close and ignore this report. I submitted this patch before building
it and finding out I was tricked into trying to fix a (obviously completely
valid) hack :(. The patch results in a 'document type does not allow element
"TITLE" here;' and that does not seem like a proper solution. I'll try and
come up with a more elegant solution.

Note to self: mind those little hacks in the documentation to make it work!

Cheers!

Siebrand
Comment 2 Christian Brueffer freebsd_committer freebsd_triage 2005-07-19 07:08:38 UTC
State Changed
From-To: open->closed

Closed at submitter's request.