From 40a06c5b290a179b9b110392266d71717691f602 Mon Sep 17 00:00:00 2001 From: Tom Jones Date: Thu, 18 Apr 2019 11:06:45 +0000 Subject: [PATCH] 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 --- share/man/man4/pflog.4 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/share/man/man4/pflog.4 b/share/man/man4/pflog.4 index 3e6eb878a2a5..300092a9532b 100644 --- a/share/man/man4/pflog.4 +++ b/share/man/man4/pflog.4 @@ -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.