Bug 17708

Summary: Fix of my name in Handbook
Product: Documentation Reporter: cejkar <cejkar>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description cejkar 2000-03-31 10:20:03 UTC
 
 I have found that my name is mentioned twice in
 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml,v (I didn't
 look for another languages):
   <para>Cejka Rudolf <email>cejkar@@dcse.fee.vutbr.cz</email></para>
 and
   <para>Rudolf Cejka <email>unknown</email></para>
 
 Please change these two lines to only one line in this form:
 
   <para>Rudolf Cejka <email>cejkar@@dcse.fee.vutbr.cz</email></para>
 
 Possible patch follows:
 
 --- chapter.sgml.orig	Wed Mar 29 20:12:35 2000
 +++ chapter.sgml	Fri Mar 31 11:13:50 2000
 @@ -1615,10 +1615,6 @@
        </listitem>
  
        <listitem>
 -        <para>Cejka Rudolf <email>cejkar@dcse.fee.vutbr.cz</email></para>
 -      </listitem>
 -
 -      <listitem>
          <para>Chain Lee <email>chain@110.net</email></para>
        </listitem>
  
 @@ -4562,7 +4558,7 @@
        </listitem>
  
        <listitem>
 -        <para>Rudolf Cejka <email>unknown</email></para>
 +        <para>Rudolf Cejka <email>cejkar@dcse.fee.vutbr.cz</email></para>
        </listitem>
  
        <listitem>
 
 Thanks.
Comment 1 Joseph Koshy freebsd_committer freebsd_triage 2000-03-31 10:37:31 UTC
State Changed
From-To: open->closed

Fixed in rev 1.175 of "doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml" 
thanks.