summaryrefslogtreecommitdiffstats
path: root/share/man/man4/netgraph.4
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-04-15 19:53:47 +0000
committerdd <dd@FreeBSD.org>2001-04-15 19:53:47 +0000
commit02c02ffeef661fbbb9fdcbd1f988dce4d593c4f1 (patch)
tree70706fffa3a53c0db867d63a166c1c3c23b42ed9 /share/man/man4/netgraph.4
parent05eff787d1b6ad021837ec2d0b1f926ad841df26 (diff)
downloadFreeBSD-src-02c02ffeef661fbbb9fdcbd1f988dce4d593c4f1.zip
FreeBSD-src-02c02ffeef661fbbb9fdcbd1f988dce4d593c4f1.tar.gz
Grammar police: "its", not "it's", is the possessive form of "it".
Diffstat (limited to 'share/man/man4/netgraph.4')
-rw-r--r--share/man/man4/netgraph.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/netgraph.4 b/share/man/man4/netgraph.4
index 28e0af8..d282455 100644
--- a/share/man/man4/netgraph.4
+++ b/share/man/man4/netgraph.4
@@ -351,13 +351,13 @@ Some nodes (usually associated with a piece of hardware) may be
.Em persistent
in that a shutdown breaks all edges and resets the node,
but doesn't remove it. In this case the shutdown method should not
-free it's resources, but rather, clean up and then clear the
+free its resources, but rather, clean up and then clear the
.Em NG_INVALID
flag to signal the generic code that the shutdown is aborted. In
the case where the shutdown is started by the node itself due to hardware
removal or unloading, (via ng_rmnode_self()) it should set the
.Em NG_REALLY_DIE
-flag to signal to it's own shutdown method that it is not to persist.
+flag to signal to its own shutdown method that it is not to persist.
.El
.Sh Sending and Receiving Data
Two other methods are also supported by all nodes:
@@ -427,7 +427,7 @@ The infrastructure will respect that bit and queue the data for delivery at
a later time, rather than deliver it directly. A node may decide to set
the bit on the
.Em peer
-node, so that it's own output packets are queued. This is used
+node, so that its own output packets are queued. This is used
by device drivers running at different processor priorities to transfer
packet delivery to the splnet() level at which the bulk of
.Nm
OpenPOWER on IntegriCloud