From owner-svn-src-all@freebsd.org Thu Apr 18 11:11:58 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E65B7156D303; Thu, 18 Apr 2019 11:11:57 +0000 (UTC) (envelope-from thj@freebsd.org) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (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 8A12389201; Thu, 18 Apr 2019 11:11:57 +0000 (UTC) (envelope-from thj@freebsd.org) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 160F122089; Thu, 18 Apr 2019 07:11:51 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Thu, 18 Apr 2019 07:11:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=uDC8Ge 7OwgyrTwySDanzwM6YawowEkgGv0LH5ouQukk=; b=iCSKyLOgCUDx9vdJL5Ih2B tGPUWG4vGFBlaHkjrV7bVw5KWhwc/QMAmFPXagc9QYRMYvFPRTGPQlYfmaicvJbP MjwnImHh7bAJ4/nZ75Vnpa2EFavE7+Ngvj6zdccleKUSEMpcyL18MexjCby4mKOj 05DIZU8k1YivgsdyKZBa467fB0M6/tcpwHUNfMdjSI7jJMk8zMQe2lF+HFaV2i9W G4YU+sEEcqUXgvILkPFJzw/LPGmZYNUZmcYWvVpeGoWIaqUpDJ4iSju4EvEz2piI Kc1n3jusAuEszM2RHanbjwkTUqN4g2214Wqt4Zk57uKr/LpTpIHc2/SfXdgiP7lA == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrfeehgdeftdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecuogfuohhrthgvugftvggtihhpvdculdegtddmnecujf gurhepfffhvffukfhfgggtuggjfgesthdtredttdervdenucfhrhhomhepvfhomhculfho nhgvshcuoehthhhjsehfrhgvvggsshgurdhorhhgqeenucffohhmrghinhepfhhrvggvsg hsugdrohhrghenucfkphepudefjedrhedtrddujedruddvnecurfgrrhgrmhepmhgrihhl fhhrohhmpehthhhjsehfrhgvvggsshgurdhorhhgnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from tom-desk.erg.abdn.ac.uk (tom-desk.erg.abdn.ac.uk [137.50.17.12]) by mail.messagingengine.com (Postfix) with ESMTPA id D2062103C9; Thu, 18 Apr 2019 07:11:49 -0400 (EDT) Date: Thu, 18 Apr 2019 12:13:56 +0100 From: Tom Jones To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r346348 - head/share/man/man4 Message-ID: <20190418111356.GC51517@tom-desk.erg.abdn.ac.uk> References: <201904181106.x3IB6jwb056325@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201904181106.x3IB6jwb056325@repo.freebsd.org> User-Agent: Mutt/1.11.1 (2018-12-01) X-Rspamd-Queue-Id: 8A12389201 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 18 Apr 2019 11:11:58 -0000 On Thu, Apr 18, 2019 at 11:06:45AM +0000, Tom Jones wrote: > Author: thj > Date: Thu Apr 18 11:06:45 2019 > New Revision: 346348 > URL: https://svnweb.freebsd.org/changeset/base/346348 > > Log: > Add a bugs section to pflog man page > > FreeBSD does not set the pid field in the pfloghdr struct. This field is > populated on other platforms, document this to save people from trying > to use this field. > > Event: Aberdeen hackathon 2019 > Reviewed by: kp, bcr, bz > Approved by: bz (mentor) > Differential Revision: https://reviews.freebsd.org/D19952 > > Modified: > head/share/man/man4/pflog.4 Should also reference https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=122773 - [tj]