From owner-cvs-src@FreeBSD.ORG Thu Oct 25 03:53:47 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 056AE16A41A; Thu, 25 Oct 2007 03:53:47 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E044E13C4A3; Thu, 25 Oct 2007 03:53:46 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9P3rkAx039349; Thu, 25 Oct 2007 03:53:46 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9P3rkM7039348; Thu, 25 Oct 2007 03:53:46 GMT (envelope-from edwin) Message-Id: <200710250353.l9P3rkM7039348@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 25 Oct 2007 03:53:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.bin/makewhatis makewhatis.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2007 03:53:47 -0000 edwin 2007-10-25 03:53:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) 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.10.1 +2 -0 src/usr.bin/makewhatis/makewhatis.c