From 40d366d1b549e1bda9d0905227a75a217932250e Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 5 Mar 2001 14:25:41 +0000 Subject: [PATCH] mdoc(7) police: misc fixes. --- share/man/man4/ng_split.4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man4/ng_split.4 b/share/man/man4/ng_split.4 index 3593794b03f..989f2837c91 100644 --- a/share/man/man4/ng_split.4 +++ b/share/man/man4/ng_split.4 @@ -39,7 +39,7 @@ .Os FreeBSD .Sh NAME .Nm ng_split -.Nd Netgraph node to separate incoming and outgoing flows. +.Nd netgraph node to separate incoming and outgoing flows .Sh SYNOPSIS .Fd #include .Sh DESCRIPTION @@ -47,10 +47,8 @@ The .Nm split node type is used to split a bidirectional stream of packets into two separate unidirectional streams of packets. -.Pp .Sh HOOKS This node type supports the following three hooks: -.Pp .Bl -tag -width foobar .It Dv in Packets received on @@ -81,7 +79,9 @@ The .Nm node type was implemented in .Fx 3.5 -but incorprated into FreeBSD in +but incorprated into +.Fx +in .Fx 5.0 . .Sh AUTHORS .An Julian Elischer Aq julian@FreeBSD.org