From 81b7676ca9c73c56c08ae31c70f46c991914d334 Mon Sep 17 00:00:00 2001 From: brucec Date: Sat, 5 Mar 2011 03:46:24 +0000 Subject: [PATCH] MFC r219096, r219126: r177626 broke some sentences. Reword them to avoid the duplicate "in". PR: 121490 git-svn-id: svn://svn.freebsd.org/base/stable/8@219291 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- share/man/man7/security.7 | 2 +- usr.bin/checknr/checknr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man7/security.7 b/share/man/man7/security.7 index 101dcd76b..16e9756cc 100644 --- a/share/man/man7/security.7 +++ b/share/man/man7/security.7 @@ -138,7 +138,7 @@ This gives you a convenient way to detect the attacker. Making it impossible for an attacker to install a backdoor may actually be detrimental to your security because it will not close off the hole the attacker used to -break in the first place. +break in originally. .Pp Security remedies should always be implemented with a multi-layered .Dq onion peel diff --git a/usr.bin/checknr/checknr.c b/usr.bin/checknr/checknr.c index dd4c72622..2a4cc8377 100644 --- a/usr.bin/checknr/checknr.c +++ b/usr.bin/checknr/checknr.c @@ -83,7 +83,7 @@ struct stkstr { int opno; /* number of opening bracket */ int pl; /* '+', '-', ' ' for \s, 1 for \f, 0 for .ft */ int parm; /* parm to size, font, etc */ - int lno; /* line number the thing came in */ + int lno; /* line number */ } stk[MAXSTK]; int stktop; -- 2.45.0