Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

Diff for libcfg+/Attic/db-html2man between version 1.11 and 1.12

version 1.11, 2002/09/03 20:18:47 version 1.12, 2002/09/04 02:15:31
Line 17  function handle_man(str)
Line 17  function handle_man(str)
 function handle_multiline_man()  function handle_multiline_man()
 {  {
         while (getline) {          while (getline) {
                 if ($0 ~ /^[ \t]+-->$/) break;                  if ($0 ~ /^[ \t]*-->$/) break;
                 print;                  print;
         }          }
         return;          return;
Line 109  function handle_table(str)
Line 109  function handle_table(str)
 }  }
   
 # vim: ft=awk cindent  # vim: ft=awk cindent
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top