From owner-svn-doc-all@FreeBSD.ORG Tue Jan 6 23:04:15 2015 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0110EF89; Tue, 6 Jan 2015 23:04:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7369CBE; Tue, 6 Jan 2015 23:04:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t06N4E6p088720; Tue, 6 Jan 2015 23:04:14 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t06N4EQQ088719; Tue, 6 Jan 2015 23:04:14 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201501062304.t06N4EQQ088719@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Tue, 6 Jan 2015 23:04:14 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46151 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 23:04:15 -0000 Author: brd Date: Tue Jan 6 23:04:13 2015 New Revision: 46151 URL: https://svnweb.freebsd.org/changeset/doc/46151 Log: - Correct the Months for this report - Unhide the bin category - Add bapt's report about mandoc(1) Reviewed by: bcr, bjk Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml Tue Jan 6 21:08:22 2015 (r46150) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml Tue Jan 6 23:04:13 2015 (r46151) @@ -7,7 +7,7 @@ - July-September + October-December 2014 @@ -59,13 +59,11 @@ Architectures - bin Userland Programs - ?> ports @@ -317,4 +315,68 @@ More developers are needed, check the Issues on Github + + + mandoc(1) support + + + + + Baptiste + Daroussin + + bapt@FreeBSD.org + + + + Ulrich + Spoerlein + + uqs@FreeBSD.org + + + + The Documentation Team + + docs@FreeBSD.org + + + + + + + + +

mandoc(1) has been made the default manual page + formatter on HEAD -- man(1) will use mandoc(1) to + format manual pages by default, then fall back to + groff(1) if it fails.

+ +

This change also fixes an issue with FreeBSD man(1) + command not able to properly deal with ".so" in gzipped manual + pages.

+ +

The documentation team has spent a lot of time fixing issues + reported by mdoc(7) in the FreeBSD manual pages. This + greatly improves the quality of our manual pages.

+ +

Most manual pages with remaining issues are from contrib/ for + which changes should be reported and fixed upstream.

+ +

The "manlint" target has also been switch to use mandoc + -Tlint which results in the target being way more useful + when working on manual pages.

+ +

Some groff(1) vs mandoc(1) formatting + differencies have been spotted and reported to mandoc's upstream + developers.

+ + + + Switch makewhatis(1) to the version shipped with mandoc(1) + Figure out a way to detect non mandoc(1) friendly manpages from ports and create catpages with groff(1) for them + Remove groff(1) from base. + +
+