Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2019 11:06:45 +0000 (UTC)
From:      Tom Jones <thj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r346348 - head/share/man/man4
Message-ID:  <201904181106.x3IB6jwb056325@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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

Modified: head/share/man/man4/pflog.4
==============================================================================
--- head/share/man/man4/pflog.4	Thu Apr 18 10:54:08 2019	(r346347)
+++ head/share/man/man4/pflog.4	Thu Apr 18 11:06:45 2019	(r346348)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 9, 2019
+.Dd April 18, 2019
 .Dt PFLOG 4
 .Os
 .Sh NAME
@@ -110,5 +110,7 @@ The
 .Nm
 device first appeared in
 .Ox 3.0 .
-.\" .Sh BUGS
-.\" Anything here?
+.Sh BUGS
+FreeBSD does not set a process id in the
+.Fa pid
+field in pfloghdr.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904181106.x3IB6jwb056325>