From 082dbcbf5ebf4aceac21fb21e0311125aac3a670 Mon Sep 17 00:00:00 2001 From: Joel Dahl Date: Sun, 25 Aug 2013 06:58:51 +0000 Subject: [PATCH] mdoc fixes. --- share/man/man9/pfil.9 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/man/man9/pfil.9 b/share/man/man9/pfil.9 index ac7443267e4..2f28df677a6 100644 --- a/share/man/man9/pfil.9 +++ b/share/man/man9/pfil.9 @@ -71,6 +71,7 @@ typedef int (*pfil_func_t)(void *arg, struct mbuf **mp, struct ifnet *, int dir, .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).