svn commit: r285162 - stable/10/contrib/pf/pflogd

Warren Block wblock at FreeBSD.org
Sun Jul 5 14:17:58 UTC 2015


Author: wblock (doc committer)
Date: Sun Jul  5 14:17:57 2015
New Revision: 285162
URL: https://svnweb.freebsd.org/changeset/base/285162

Log:
  MFC r284914:
  
  Fix a couple of missing lines that obscured the -p description.
  
  Approved by:	re

Modified:
  stable/10/contrib/pf/pflogd/pflogd.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/contrib/pf/pflogd/pflogd.8
==============================================================================
--- stable/10/contrib/pf/pflogd/pflogd.8	Sun Jul  5 14:16:31 2015	(r285161)
+++ stable/10/contrib/pf/pflogd/pflogd.8	Sun Jul  5 14:17:57 2015	(r285162)
@@ -125,9 +125,11 @@ By default,
 .Nm
 will use
 .Ar pflog0 .
+.It Fl p Ar pidfile
 Writes a file containing the process ID of the program to
 .Pa /var/run .
 The file name has the form
+.Ao Ar pidfile Ac Ns .pid .
 The default is
 .Ar pflogd .
 .It Fl s Ar snaplen


More information about the svn-src-all mailing list