[BACK]Return to makewhatis.sed CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / man

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/man/Attic/makewhatis.sed between version 1.4 and 1.5

version 1.4, 1994/02/04 01:01:06 version 1.5, 1994/02/25 03:58:53
Line 34 
Line 34 
 #       @(#)makewhatis.sed      5.5 (Berkeley) 4/17/91  #       @(#)makewhatis.sed      5.5 (Berkeley) 4/17/91
 #  #
   
 /^[a-zA-Z][a-zA-Z0-9]*(\([a-zA-Z0-9]*\).*/ {  /^[a-zA-Z_][a-zA-Z_0-9]*(\([a-zA-Z_0-9]*\).*/ {
         s;^[a-zA-Z0-9]*(\([a-zA-Z0-9]*\).*;\1;          s;^[a-zA-Z_0-9]*(\([a-zA-Z_0-9]*\).*;\1;
         h          h
         d          d
 }  }
Line 58 
Line 58 
         /-/!d          /-/!d
         s;.;;g          s;.;;g
         s;\([a-z][A-z]\)-[       ][      ]*;\1;          s;\([a-z][A-z]\)-[       ][      ]*;\1;
         s;\([a-zA-Z0-9,]\)[      ][      ]*;\1 ;g          s;\([a-zA-Z_0-9,]\)[     ][      ]*;\1 ;g
         s;[^a-zA-Z0-9]*\([a-zA-Z0-9]*\)[^a-zA-Z0-9]*\(.*\) - \(.*\);\2 (\1) - \3;          s;[^a-zA-Z_0-9]*\([a-zA-Z_0-9]*\)[^a-zA-Z_0-9]*\(.*\) - \(.*\);\2 (\1) - \3;
         p          p
         q          q

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>