From owner-svn-src-stable-7@FreeBSD.ORG Sat Mar 5 04:33:42 2011 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6AFC106566B; Sat, 5 Mar 2011 04:33:42 +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 921408FC12; Sat, 5 Mar 2011 04:33:42 +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 p254Xgvq007254; Sat, 5 Mar 2011 04:33:42 GMT (envelope-from brucec@svn.freebsd.org) Received: (from brucec@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p254XgGx007248; Sat, 5 Mar 2011 04:33:42 GMT (envelope-from brucec@svn.freebsd.org) Message-Id: <201103050433.p254XgGx007248@svn.freebsd.org> From: Bruce Cran Date: Sat, 5 Mar 2011 04:33:42 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219301 - in stable/7: lib/libc/rpc/PSD.doc sbin/growfs share/doc/papers/devfs sys/fs/nullfs usr.bin/tip/tip X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2011 04:33:42 -0000 Author: brucec Date: Sat Mar 5 04:33:42 2011 New Revision: 219301 URL: http://svn.freebsd.org/changeset/base/219301 Log: MFC r218965, r219055: Fix typos - remove duplicate "is". PR: docs/154934 Submitted by: Eitan Adler Modified: stable/7/lib/libc/rpc/PSD.doc/rpc.prog.ms stable/7/sbin/growfs/growfs.c stable/7/share/doc/papers/devfs/paper.me stable/7/sys/fs/nullfs/null_vnops.c stable/7/usr.bin/tip/tip/tip.h Directory Properties: stable/7/lib/libc/ (props changed) stable/7/lib/libc/stdtime/ (props changed) stable/7/sbin/growfs/ (props changed) stable/7/share/doc/papers/devfs/ (props changed) stable/7/sys/ (props changed) stable/7/sys/cddl/contrib/opensolaris/ (props changed) stable/7/sys/contrib/dev/acpica/ (props changed) stable/7/sys/contrib/pf/ (props changed) stable/7/usr.bin/tip/ (props changed) Modified: stable/7/lib/libc/rpc/PSD.doc/rpc.prog.ms ============================================================================== --- stable/7/lib/libc/rpc/PSD.doc/rpc.prog.ms Sat Mar 5 04:27:02 2011 (r219300) +++ stable/7/lib/libc/rpc/PSD.doc/rpc.prog.ms Sat Mar 5 04:33:42 2011 (r219301) @@ -71,7 +71,7 @@ manual page. .I "The Highest Layer:" .IX RPC "The Highest Layer" The highest layer is totally transparent to the operating system, -machine and network upon which is is run. It's probably best to +machine and network upon which it is run. It's probably best to think of this level as a way of .I using RPC, rather than as Modified: stable/7/sbin/growfs/growfs.c ============================================================================== --- stable/7/sbin/growfs/growfs.c Sat Mar 5 04:27:02 2011 (r219300) +++ stable/7/sbin/growfs/growfs.c Sat Mar 5 04:33:42 2011 (r219301) @@ -646,7 +646,7 @@ cond_bl_upd(ufs2_daddr_t *block, struct /* * Copy the block back immediately. * - * XXX If src is is from an indirect block we have + * XXX If src is from an indirect block we have * to implement copy on write here in case of * active snapshots. */ Modified: stable/7/share/doc/papers/devfs/paper.me ============================================================================== --- stable/7/share/doc/papers/devfs/paper.me Sat Mar 5 04:27:02 2011 (r219300) +++ stable/7/share/doc/papers/devfs/paper.me Sat Mar 5 04:33:42 2011 (r219301) @@ -779,7 +779,7 @@ The entry points to the device driver ar structure, removing the need for the devsw[] array and allowing device drivers to use separate entrypoints for various minor numbers. .lp -This is is very convenient for devices which have a ``control'' +This is very convenient for devices which have a ``control'' device for management and tuning. The control device, almost always have entirely separate open/close/ioctl implementations [MD.C]. .lp Modified: stable/7/sys/fs/nullfs/null_vnops.c ============================================================================== --- stable/7/sys/fs/nullfs/null_vnops.c Sat Mar 5 04:27:02 2011 (r219300) +++ stable/7/sys/fs/nullfs/null_vnops.c Sat Mar 5 04:33:42 2011 (r219301) @@ -631,7 +631,7 @@ null_islocked(struct vop_islocked_args * * as soon as possible. * * Note, we can't release any resources nor remove vnode from hash before - * appropriate VXLOCK stuff is is done because other process can find this + * appropriate VXLOCK stuff is done because other process can find this * vnode in hash during inactivation and may be sitting in vget() and waiting * for null_inactive to unlock vnode. Thus we will do all those in VOP_RECLAIM. */ Modified: stable/7/usr.bin/tip/tip/tip.h ============================================================================== --- stable/7/usr.bin/tip/tip/tip.h Sat Mar 5 04:27:02 2011 (r219300) +++ stable/7/usr.bin/tip/tip/tip.h Sat Mar 5 04:33:42 2011 (r219301) @@ -259,7 +259,7 @@ int intflag; /* recognized interrupt */ int stoprompt; /* for interrupting a prompt session */ int timedout; /* ~> transfer timedout */ int cumode; /* simulating the "cu" program */ -int bits8; /* terminal is is 8-bit mode */ +int bits8; /* terminal is 8-bit mode */ #define STRIP_PAR (bits8 ? 0377 : 0177) char fname[PATH_MAX]; /* file name buffer for ~< */