From owner-svn-src-all@FreeBSD.ORG Sat Jul 31 10:01:16 2010 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 5BF831065677; Sat, 31 Jul 2010 10:01:16 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4AB938FC14; Sat, 31 Jul 2010 10:01:16 +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 o6VA1Gkn044280; Sat, 31 Jul 2010 10:01:16 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o6VA1GlN044276; Sat, 31 Jul 2010 10:01:16 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201007311001.o6VA1GlN044276@svn.freebsd.org> From: Joel Dahl Date: Sat, 31 Jul 2010 10:01:16 +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: r210669 - head/share/man/man9 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, 31 Jul 2010 10:01:16 -0000 Author: joel (doc committer) Date: Sat Jul 31 10:01:15 2010 New Revision: 210669 URL: http://svn.freebsd.org/changeset/base/210669 Log: Spelling fixes. Modified: head/share/man/man9/DEVICE_PROBE.9 head/share/man/man9/VFS_VGET.9 head/share/man/man9/bios.9 head/share/man/man9/kproc.9 head/share/man/man9/sglist.9 head/share/man/man9/taskqueue.9 head/share/man/man9/timeout.9 head/share/man/man9/usbdi.9 Modified: head/share/man/man9/DEVICE_PROBE.9 ============================================================================== --- head/share/man/man9/DEVICE_PROBE.9 Sat Jul 31 00:08:18 2010 (r210668) +++ head/share/man/man9/DEVICE_PROBE.9 Sat Jul 31 10:01:15 2010 (r210669) @@ -114,7 +114,7 @@ return this value, while the one that su return BUS_PROBE_DEFAULT. .It BUS_PROBE_GENERIC The driver matches the type of device generally. -This allows drivers to match all serial ports generally, with sepcialized +This allows drivers to match all serial ports generally, with specialized drivers matching particular types of serial ports that need special treatment for some reason. .It BUS_PROBE_HOOVER Modified: head/share/man/man9/VFS_VGET.9 ============================================================================== --- head/share/man/man9/VFS_VGET.9 Sat Jul 31 00:08:18 2010 (r210668) +++ head/share/man/man9/VFS_VGET.9 Sat Jul 31 10:01:15 2010 (r210669) @@ -43,7 +43,7 @@ .Sh DESCRIPTION The .Fn VFS_VGET -looks up or creates a vnode from a (mount, inode#) tupple. +looks up or creates a vnode from a (mount, inode#) tuple. .Pp Its arguments are: .Bl -tag -width ".Fa flags" Modified: head/share/man/man9/bios.9 ============================================================================== --- head/share/man/man9/bios.9 Sat Jul 31 00:08:18 2010 (r210668) +++ head/share/man/man9/bios.9 Sat Jul 31 10:01:15 2010 (r210669) @@ -124,7 +124,7 @@ up to the given .Fa maxlen bytes (including trailing .Ql \e0 , -and any trailing space surpressed). +and any trailing space suppressed). If an error is encountered, i.e.\& trying to read out of said BIOS range, other invalid input, or .Fa buffer Modified: head/share/man/man9/kproc.9 ============================================================================== --- head/share/man/man9/kproc.9 Sat Jul 31 00:08:18 2010 (r210668) +++ head/share/man/man9/kproc.9 Sat Jul 31 10:01:15 2010 (r210669) @@ -248,7 +248,7 @@ pointer points to a pointer that is the location to be updated with the new proc pointer if a new process is created, or if not .Dv NULL , -must contain the process pointer for the already exisiting process. +must contain the process pointer for the already existing process. If this argument points to .Dv NULL , then a new process is created and the field updated. Modified: head/share/man/man9/sglist.9 ============================================================================== --- head/share/man/man9/sglist.9 Sat Jul 31 00:08:18 2010 (r210668) +++ head/share/man/man9/sglist.9 Sat Jul 31 10:01:15 2010 (r210669) @@ -151,7 +151,7 @@ or .Pp The .Nm sglist_clone -function returns a copy of an exising scatter/gather list object +function returns a copy of an existing scatter/gather list object .Fa sg . The .Fa mflags Modified: head/share/man/man9/taskqueue.9 ============================================================================== --- head/share/man/man9/taskqueue.9 Sat Jul 31 00:08:18 2010 (r210668) +++ head/share/man/man9/taskqueue.9 Sat Jul 31 10:01:15 2010 (r210669) @@ -172,7 +172,7 @@ function returns .No 1 if the given thread .Fa td -is part of the given taskqeueue +is part of the given taskqueue .Fa queue and .No 0 Modified: head/share/man/man9/timeout.9 ============================================================================== --- head/share/man/man9/timeout.9 Sat Jul 31 00:08:18 2010 (r210668) +++ head/share/man/man9/timeout.9 Sat Jul 31 10:01:15 2010 (r210669) @@ -234,7 +234,7 @@ after the callout function returns. .Pp The .Fn callout_init_rw -function serves the need of using rwlocks in conujunction with callouts. +function serves the need of using rwlocks in conjunction with callouts. The function does basically the same as .Fn callout_init_mtx with the possibility of specifying an extra @@ -249,7 +249,7 @@ may be specified: .Bl -tag -width ".Dv CALLOUT_SHAREDLOCK" .It Dv CALLOUT_SHAREDLOCK The lock is only acquired in read mode when running the callout handler. -It has no effects when used in conjuction with +It has no effects when used in conjunction with .Fa mtx . .El .Pp Modified: head/share/man/man9/usbdi.9 ============================================================================== --- head/share/man/man9/usbdi.9 Sat Jul 31 00:08:18 2010 (r210668) +++ head/share/man/man9/usbdi.9 Sat Jul 31 10:01:15 2010 (r210669) @@ -294,7 +294,7 @@ usb_default_callback(struct usb_xfer *xf /* * Read usb frame data, if any. * "actlen" has the total length for all frames - * transfered. + * transferred. */ break;