svn commit: r219291 - in stable/8: share/man/man7 usr.bin/checknr
Bruce Cran
brucec at FreeBSD.org
Sat Mar 5 03:46:25 UTC 2011
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;
More information about the svn-src-all
mailing list