From owner-cvs-src@FreeBSD.ORG Thu Oct 25 03:52:44 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 6D95516A47F; Thu, 25 Oct 2007 03:52:44 +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 5243113C4C2; Thu, 25 Oct 2007 03:52:44 +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 l9P3qi6m039297; Thu, 25 Oct 2007 03:52:44 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9P3qhPY039296; Thu, 25 Oct 2007 03:52:43 GMT (envelope-from edwin) Message-Id: <200710250352.l9P3qhPY039296@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 25 Oct 2007 03:52:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 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:52:44 -0000 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