cvs commit: src/usr.bin/makewhatis makewhatis.c
    Edwin Groothuis 
    edwin at FreeBSD.org
       
    Wed Oct 24 20:52:44 PDT 2007
    
    
  
edwin       2007-10-25 03:52:42 UTC
  FreeBSD src repository
  Modified files:        (Branch: RELENG_6)
    usr.bin/makewhatis   makewhatis.c 
  Log:
  MFC of 1.11
  
  Teach makewhatis.c to treat .SS with the same severity as .SH.
  
  At least one port (net-mgmt/net-snmp) creates man-pages which are
  in the format:
  
  .SH NAME
  The Net-SNMP agent \- The snmp agent responds to SNMP queries from manag
  ement stations.
  
  .PP
  .SS "Modules"
  
  At this moment, makewhatis determines the end of the .SH NAME section
  as where it finds .SH again, but there is none here, is it "terminated"
  by the .SS.
  
  PR: bin/116706
  Submitted by: edwin@
  
  Revision  Changes    Path
  1.9.16.1  +2 -0      src/usr.bin/makewhatis/makewhatis.c
    
    
More information about the cvs-src
mailing list