From owner-freebsd-hackers@freebsd.org Mon Jun 29 23:13:29 2015 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E0BF990CA2 for ; Mon, 29 Jun 2015 23:13:29 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B3B49112B for ; Mon, 29 Jun 2015 23:13:28 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t5TNDQO8018051 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 29 Jun 2015 17:13:26 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id t5TNDPWG018047; Mon, 29 Jun 2015 17:13:26 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 29 Jun 2015 17:13:25 -0600 (MDT) From: Warren Block To: Jonathan de Boyne Pollard cc: FreeBSD Hackers Subject: Re: pflog(8) manual page bug In-Reply-To: <5591C838.3030006@NTLWorld.com> Message-ID: References: <54430B41.3010301@NTLWorld.com> <54B86FD5.3090203@NTLWorld.com> <554E53EF.4080600@NTLWorld.com> <554E93AF.3070709@NTLWorld.com> <556BA130.50708@NTLWorld.com> <55902328.8080602@NTLWorld.com> <559026FC.3080404@NTLWorld.com> <5591C838.3030006@NTLWorld.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 29 Jun 2015 17:13:26 -0600 (MDT) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 23:13:29 -0000 On Mon, 29 Jun 2015, Jonathan de Boyne Pollard wrote: > Warren Block: >> Fixed in r284914. Thanks! > > No worries. If you enjoyed that, then you'll also enjoy the two earlier I wouldn't say "enjoyed", exactly. :) > manual bugs that I reported at the end of the 1.12 announcement. (-: > > * > https://lists.freebsd.org/pipermail/freebsd-hackers/2015-January/046857.html > * > https://svnweb.freebsd.org/base/head/usr.sbin/kbdcontrol/kbdmap.5?view=markup#l104 > > That ASCII character list has been wrong for more than 15 years. It is a little difficult to isolate the bug from the narrative. Could I convince you to use our bug report system? https://bugs.freebsd.org/bugzilla/ At least for the kbdmap.5 bug, there look to be three others. It's not clear to me what line 104 should be, the text talks about "np". I would like to fix this, and there are certainly people interested in the others bugs. They just might not know they are interested yet. Thank you!