svn commit: r254825 - head/share/man/man9

Joel Dahl joel at FreeBSD.org
Sun Aug 25 06:58:52 UTC 2013


Author: joel (doc committer)
Date: Sun Aug 25 06:58:51 2013
New Revision: 254825
URL: http://svnweb.freebsd.org/changeset/base/254825

Log:
  mdoc fixes.

Modified:
  head/share/man/man9/pfil.9

Modified: head/share/man/man9/pfil.9
==============================================================================
--- head/share/man/man9/pfil.9	Sun Aug 25 02:07:28 2013	(r254824)
+++ head/share/man/man9/pfil.9	Sun Aug 25 06:58:51 2013	(r254825)
@@ -71,6 +71,7 @@ typedef int (*pfil_func_t)(void *arg, st
 .Fn pfil_wlock "struct pfil_head *"
 .Ft void
 .Fn pfil_wunlock "struct pfil_head *"
+.Ed
 .Sh DESCRIPTION
 The
 .Nm
@@ -241,7 +242,7 @@ Fine-grained locking was added in
 lock export was added in
 .Fx 10.0 .
 .Sh BUGS
-.Pp When a
+When a
 .Vt pfil_head
 is being modified, no traffic is diverted
 (to avoid deadlock).


More information about the svn-src-head mailing list