summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-11-22 11:36:29 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-11-22 11:36:29 +0000
commit3448dac3445c07dec59fee18d4af1ec843468141 (patch)
tree980fb11cbdd26774f4cf6a1f4be1c0a7bc73c1b0
parent32b1096260f0480018d63a831d951a6e6e453631 (diff)
Notes
-rw-r--r--share/man/man4/ng_ip_input.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ng_ip_input.4 b/share/man/man4/ng_ip_input.4
index 5b2db8209356..430f43c6eaa1 100644
--- a/share/man/man4/ng_ip_input.4
+++ b/share/man/man4/ng_ip_input.4
@@ -68,14 +68,14 @@
.Nm ng_ip_input
.Nd netgraph IP input node type
.Sh SYNOPSIS
-.Fd #include <netgraph/ng_ip_input.h>
+.In netgraph/ng_ip_input.h
.Sh DESCRIPTION
The
.Nm ip_input
-node type takes all recieved packets and queues them into the IP in
+node type takes all received packets and queues them into the IP in
input processing subsystem.
.Sh HOOKS
-A
+An
.Nm
node accepts any request to connect, regardless of the hook name,
as long as the name is unique.