Bug 42158

Summary: [PATCH] use real quotes in <programlisting> elements
Product: Documentation Reporter: Martin Heinen <martin>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Martin Heinen 2002-08-29 11:20:02 UTC
	
	Following revision 1.99 of handbook/disks/chapter.sgml
	substitute <quote> tags with real quotes inside
	<programlisting>.

How-To-Repeat: 	Execute
	find . -type f -name "*.sgml" -exec egrep -H -n\
	  'programlisting.+<quote>' {} \;
Comment 1 Marc Fonvieille freebsd_committer freebsd_triage 2002-08-29 11:36:08 UTC
State Changed
From-To: open->closed

Committed, thanks.