From owner-svn-src-all@FreeBSD.ORG Tue Mar 1 11:47:52 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 E87EB106564A; Tue, 1 Mar 2011 11:47:51 +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 D5ACF8FC0A; Tue, 1 Mar 2011 11:47:51 +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 p21Blp0K022753; Tue, 1 Mar 2011 11:47:51 GMT (envelope-from brucec@svn.freebsd.org) Received: (from brucec@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p21BlpCd022746; Tue, 1 Mar 2011 11:47:51 GMT (envelope-from brucec@svn.freebsd.org) Message-Id: <201103011147.p21BlpCd022746@svn.freebsd.org> From: Bruce Cran Date: Tue, 1 Mar 2011 11:47:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219126 - in head: lib/libc/yp lib/libelf share/man/man7 sys/boot/i386/cdboot sys/boot/pc98/cdboot 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: Tue, 01 Mar 2011 11:47:52 -0000 Author: brucec Date: Tue Mar 1 11:47:51 2011 New Revision: 219126 URL: http://svn.freebsd.org/changeset/base/219126 Log: Remove duplicate "in". Suggested by: Rob Farmer MFC after: 3 days Modified: head/lib/libc/yp/xdryp.c head/lib/libelf/libelf_convert.m4 head/share/man/man7/security.7 head/sys/boot/i386/cdboot/cdboot.s head/sys/boot/pc98/cdboot/cdboot.s head/usr.bin/checknr/checknr.c Modified: head/lib/libc/yp/xdryp.c ============================================================================== --- head/lib/libc/yp/xdryp.c Tue Mar 1 11:47:16 2011 (r219125) +++ head/lib/libc/yp/xdryp.c Tue Mar 1 11:47:51 2011 (r219126) @@ -42,7 +42,7 @@ extern void *ypresp_data; * I'm leaving the xdr_datum() function in purely for backwards * compatibility. yplib.c doesn't actually use it, but it's listed * in yp_prot.h as being available, so it's probably a good idea to - * leave it in in case somebody goes looking for it. + * leave it in case somebody goes looking for it. */ typedef struct { char *dptr; Modified: head/lib/libelf/libelf_convert.m4 ============================================================================== --- head/lib/libelf/libelf_convert.m4 Tue Mar 1 11:47:16 2011 (r219125) +++ head/lib/libelf/libelf_convert.m4 Tue Mar 1 11:47:51 2011 (r219126) @@ -136,7 +136,7 @@ __FBSDID("$FreeBSD$"); /* * Read in various integral values. The source pointer could be - * unaligned. Values are read in in native byte order. The source + * unaligned. Values are read in native byte order. The source * pointer is incremented appropriately. */ Modified: head/share/man/man7/security.7 ============================================================================== --- head/share/man/man7/security.7 Tue Mar 1 11:47:16 2011 (r219125) +++ head/share/man/man7/security.7 Tue Mar 1 11:47:51 2011 (r219126) @@ -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 in the first place. +break in originally. .Pp Security remedies should always be implemented with a multi-layered .Dq onion peel Modified: head/sys/boot/i386/cdboot/cdboot.s ============================================================================== --- head/sys/boot/i386/cdboot/cdboot.s Tue Mar 1 11:47:16 2011 (r219125) +++ head/sys/boot/i386/cdboot/cdboot.s Tue Mar 1 11:47:51 2011 (r219126) @@ -174,7 +174,7 @@ lookup_path: push %si # Save file name lookup_found: # Found a loader file # # Load the binary into the buffer. Due to real mode addressing limitations -# we have to read it in in 64k chunks. +# we have to read it in 64k chunks. # mov DIR_SIZE(%bx),%eax # Read file length add $SECTOR_SIZE-1,%eax # Convert length to sectors Modified: head/sys/boot/pc98/cdboot/cdboot.s ============================================================================== --- head/sys/boot/pc98/cdboot/cdboot.s Tue Mar 1 11:47:16 2011 (r219125) +++ head/sys/boot/pc98/cdboot/cdboot.s Tue Mar 1 11:47:51 2011 (r219126) @@ -415,7 +415,7 @@ lookup_path: push %si # Save file name lookup_found: # Found a loader file # # Load the binary into the buffer. Due to real mode addressing limitations -# we have to read it in in 64k chunks. +# we have to read it in 64k chunks. # mov %es:DIR_SIZE(%bx),%eax # Read file length add $SECTOR_SIZE-1,%eax # Convert length to sectors Modified: head/usr.bin/checknr/checknr.c ============================================================================== --- head/usr.bin/checknr/checknr.c Tue Mar 1 11:47:16 2011 (r219125) +++ head/usr.bin/checknr/checknr.c Tue Mar 1 11:47:51 2011 (r219126) @@ -79,7 +79,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 in */ + int lno; /* line number */ } stk[MAXSTK]; int stktop;