edwin       2007-10-18 12:53:11 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/makewhatis   makewhatis.c 
  Log:
  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 
management 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)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.11      +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