From owner-svn-src-all@FreeBSD.ORG Mon Nov 24 09:38:19 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 93BB4684; Mon, 24 Nov 2014 09:38:19 +0000 (UTC) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B7A18A4; Mon, 24 Nov 2014 09:38:19 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id n3so5072192wiv.7 for ; Mon, 24 Nov 2014 01:38:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=XPSgtUr/zbFARwg5xvRps5TEa8lOsyM2B9HTzF9BUWk=; b=Ag51yLJgnVmSF3PvLPdOmBTvtes77oC7ciPPVJ+noKiWevL8V5Asv1rnDrwRctEJWy gvrgW4AHHZh8oGSTvWY2ddnHXrUO7r2ovUlwh1J3DGMR2EDHQzIQY5Ke863dp1ZL0RAU WDx47tp8K6Ic6m4ay8S+DocPodYgPp/x034AdBrZCTIKyJSQCuyrSu8QZck4/ZToRBdo UPi4K+LdGnjmbwDcYgnQy+lS6+zPhvDD1McadXL2sVblxSikpvWE5x01l4NI2hVIKy1C Pq8iVsrVmaBAffvSgbS0ZNdhcf9z3ypcX4VdN1sc8EqnpLqug46iJfyqZwyWz/D+LjZl cfZA== X-Received: by 10.180.84.132 with SMTP id z4mr19652449wiy.55.1416821897477; Mon, 24 Nov 2014 01:38:17 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id gi5sm20200610wjd.26.2014.11.24.01.38.15 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 24 Nov 2014 01:38:16 -0800 (PST) Sender: Baptiste Daroussin Date: Mon, 24 Nov 2014 10:38:14 +0100 From: Baptiste Daroussin To: Ronald Klop Subject: Re: svn commit: r274925 - in head: lib/libc/sys lib/libdpv sbin/ipfw share/man/man4 share/man/man4/man4.arm share/man/man9 sys/boot/common sys/boot/i386/gptzfsboot usr.bin/dpv Message-ID: <20141124093813.GL68776@ivaldir.etoilebsd.net> References: <201411232100.sANL00cG078781@svn.freebsd.org> <20141123210412.GG68776@ivaldir.etoilebsd.net> <20141124072316.GA27782@ymer.vnode.se> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="64LDleNqNegJ4g97" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Joel Dahl X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2014 09:38:19 -0000 --64LDleNqNegJ4g97 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 24, 2014 at 10:19:08AM +0100, Ronald Klop wrote: > On Mon, 24 Nov 2014 08:23:17 +0100, Joel Dahl wrote: >=20 > > On Sun, Nov 23, 2014 at 10:04:12PM +0100, Baptiste Daroussin wrote: > >> On Sun, Nov 23, 2014 at 09:00:00PM +0000, Joel Dahl wrote: > >> > Author: joel (doc committer) > >> > Date: Sun Nov 23 21:00:00 2014 > >> > New Revision: 274925 > >> > URL: https://svnweb.freebsd.org/changeset/base/274925 > >> > > >> > Log: > >> > Misc mdoc fixes: > >> > > >> > - Remove superfluous paragraph macros. > >> > - Remove/fix empty or incorrect macros. > >> > - Sort sections into conventional order. > >> > - Terminate quoted strings properly. > >> > - Remove EOL whitespace. > >> > > >> > Modified: > >> > head/lib/libc/sys/poll.2 > >> > head/lib/libdpv/dpv.3 > >> > head/sbin/ipfw/ipfw.8 > >> > head/share/man/man4/gre.4 > >> > head/share/man/man4/man4.arm/cgem.4 > >> > head/share/man/man4/me.4 > >> > head/share/man/man4/netmap.4 > >> > head/share/man/man9/get_cyclecount.9 > >> > head/share/man/man9/malloc.9 > >> > head/share/man/man9/sleepqueue.9 > >> > head/sys/boot/common/zfsloader.8 > >> > head/sys/boot/i386/gptzfsboot/gptzfsboot.8 > >> > head/usr.bin/dpv/dpv.1 > >> > > >> > >> [...] > >> > >> > +.Sh AUTHORS > >> > +This manual page was written by > >> > +.An Andriy Gapon Aq avg@FreeBSD.org . > >> ^ There should be a Mt here to properly render = =20 > >> in html > >> > >> I just picked one in the middle of this commit. In general every mail = =20 > >> on any > >> manpage Mt should be used. > > > > Sure. Feel free to go over our manpages and fix them. It's a minor issu= e. > > > > And while we're on the subject, there's a bit of background to this =20 > > commit. > > Back in 2012 I started fixing mandoc lint errors/warnings in our manpage > > collection (excluding stuff from contrib/ and gnu/ etc.). I think I got= =20 > > them > > down from around ~4000 issues to almost zero. Quite a few manpages didn= 't > > even work with mandoc at the time, due to how many syntactical mdoc =20 > > errors > > they had. The situation is still good, but I re-ran my scripts yesterda= y =20 > > and > > found a slew of new warnings. I fixed a few obvious ones, but if someon= e =20 > > with > > more time on his hands wants to help, please go ahead. A good starting = =20 > > point > > would probably the netmap.4 or ctl.conf.5 manpages, they seem to genera= te > > quite a few warnings. > > > > I'd also be grateful if everyone ran mandoc -Tlint on their manpages = =20 > > before > > committing. :-) > > >=20 > A commit hook does magic for these kind of things. ;-) Except that such commit hook will prevent updating openssl and/or kerberos = :) Regards, Bapt --64LDleNqNegJ4g97 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlRy/IUACgkQ8kTtMUmk6Ewi2gCfR3sSQv7Jw/h9eD6e6GH9EYN7 bQ4AnjR8e69hLeRZ1P2jF2+o9w0iglbU =OirY -----END PGP SIGNATURE----- --64LDleNqNegJ4g97--