From a36bf88b75d8a0bcdb4ea4d8f62c8695bebfd7d4 Mon Sep 17 00:00:00 2001 From: Jason Leschnik Date: Mon, 24 Oct 2016 23:25:30 +1100 Subject: [PATCH] fix minor typos in ch09.sgm --- LDP/guide/docbook/nag2/ch09.sgm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LDP/guide/docbook/nag2/ch09.sgm b/LDP/guide/docbook/nag2/ch09.sgm index 70f4503f..f2d30c16 100644 --- a/LDP/guide/docbook/nag2/ch09.sgm +++ b/LDP/guide/docbook/nag2/ch09.sgm @@ -1914,7 +1914,7 @@ further firewall processing occurs. The datagram is accepted. Finally, let's look at what happens when we reach the end of a user-defined chain. To see this, we'll map the flow for a TCP datagram -destined for a port other than than the two we are handling +destined for a port other than the two we are handling specifically, as shown in . @@ -3114,7 +3114,7 @@ accepted Note the arguments had to be supplied and the way they've been used to -describe a datagram. The output of the command indicates that that the +describe a datagram. The output of the command indicates that the datagram was accepted for forwarding, which is what we hoped for.