edwin       2007-10-18 12:55:27 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    usr.bin/makewhatis   makewhatis.c 
  Log:
  Fast MFC for inclusion of 7.0-BETA1:
  
  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@
  Approved by:    re (Ken Smith), grog (mentor)
  
  Revision  Changes    Path
  1.10.2.1  +2 -0      src/usr.bin/makewhatis/makewhatis.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to