Bug 89380

Summary: [PATCH] www/en/about.sgml: ® -> ® / ™ -> ™
Product: Documentation Reporter: Rudolf Čejka <cejkar>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Rudolf Čejka 2005-11-21 17:10:07 UTC
 
 It is better to use &reg; and &trade; in *.sgml instead of direct values,
 which furthermore makes problems in non-iso8859-1 charsets (especially
 &#174;), patch is against revision 1.2:
 
 --- www/en/about.sgml.orig	Mon Nov 21 17:55:39 2005
 +++ www/en/about.sgml	Mon Nov 21 17:58:27 2005
 @@ -11,9 +11,9 @@
      		<h2>What is FreeBSD?</h2>
  
  		      <p>FreeBSD is an advanced operating system for x86
 -			compatible (including Pentium&#174; and Athlon&#8482;), amd64
 -			compatible (including Opteron&#8482;, Athlon 64, and EM64T),
 -			Alpha/AXP, IA-64, PC-98 and UltraSPARC&#174;
 +			compatible (including Pentium&reg; and Athlon&trade;), amd64
 +			compatible (including Opteron&trade;, Athlon 64, and EM64T),
 +			Alpha/AXP, IA-64, PC-98 and UltraSPARC&reg;
  			architectures.  It is derived from BSD, the version of
  			&unix; developed at the
  			University of California, Berkeley.  It is developed
 @@ -53,7 +53,7 @@
  
  		      <p>FreeBSD can be installed from a variety of media
  			including CD-ROM, DVD-ROM, floppy disk, magnetic tape,
 -			an MS-DOS&#174; partition, or if you have a network
 +			an MS-DOS&reg; partition, or if you have a network
  			connection, you can install it <i>directly</i> over
  			anonymous FTP or NFS. All you need is a couple of
  			formatted 1.44MB floppies and <a
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-11-30 17:51:08 UTC
State Changed
From-To: open->closed

Committed, thanks!