[BACK]Return to strings.sh CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/strings.sh between version 1.1 and 1.2

version 1.1, 2009/03/06 14:13:47 version 1.2, 2009/03/06 14:24:49
Line 67  mdoc_a2${name}(const char *p)
Line 67  mdoc_a2${name}(const char *p)
 !  !
   
 while read in ; do  while read in ; do
           [ -z "$in" ] && continue;
           [ "#" == `echo "$in" | cut -c1` ] && continue;
   
         key=`printf "%s\n" "$in" | cut -f 1`          key=`printf "%s\n" "$in" | cut -f 1`
         val=`printf "%s\n" "$in" | cut -f 2- | sed 's!^[        ]*!!'`          val=`printf "%s\n" "$in" | cut -f 2- | sed 's!^[        ]*!!'`
         cat <<!          cat <<!

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb