From owner-svn-src-all@FreeBSD.ORG Sat Mar 5 03:46:25 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23E5C106566B; Sat, 5 Mar 2011 03:46:25 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 10C678FC0A; Sat, 5 Mar 2011 03:46:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p253kO3k002113; Sat, 5 Mar 2011 03:46:24 GMT (envelope-from brucec@svn.freebsd.org) Received: (from brucec@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p253kOtW002110; Sat, 5 Mar 2011 03:46:24 GMT (envelope-from brucec@svn.freebsd.org) Message-Id: <201103050346.p253kOtW002110@svn.freebsd.org> From: Bruce Cran Date: Sat, 5 Mar 2011 03:46:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219291 - in stable/8: share/man/man7 usr.bin/checknr X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2011 03:46:25 -0000 Author: brucec Date: Sat Mar 5 03:46:24 2011 New Revision: 219291 URL: http://svn.freebsd.org/changeset/base/219291 Log: MFC r219096, r219126: r177626 broke some sentences. Reword them to avoid the duplicate "in". PR: 121490 Modified: stable/8/share/man/man7/security.7 stable/8/usr.bin/checknr/checknr.c Directory Properties: stable/8/share/man/man7/ (props changed) stable/8/usr.bin/checknr/ (props changed) Modified: stable/8/share/man/man7/security.7 ============================================================================== --- stable/8/share/man/man7/security.7 Sat Mar 5 03:42:03 2011 (r219290) +++ stable/8/share/man/man7/security.7 Sat Mar 5 03:46:24 2011 (r219291) @@ -138,7 +138,7 @@ This gives you a convenient way to detec 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 Modified: stable/8/usr.bin/checknr/checknr.c ============================================================================== --- stable/8/usr.bin/checknr/checknr.c Sat Mar 5 03:42:03 2011 (r219290) +++ stable/8/usr.bin/checknr/checknr.c Sat Mar 5 03:46:24 2011 (r219291) @@ -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;