diff options
author | joel <joel@FreeBSD.org> | 2010-07-31 10:01:15 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2010-07-31 10:01:15 +0000 |
commit | bf6e76cd8333471838a87afda31c804bfff9f0de (patch) | |
tree | f805fbfc85eb83b10efc23a5c7f9c3736cfca1fd /share | |
parent | 2c1a5c1f89f2d64a6d7f85d1ef9823067f858d13 (diff) | |
download | FreeBSD-src-bf6e76cd8333471838a87afda31c804bfff9f0de.zip FreeBSD-src-bf6e76cd8333471838a87afda31c804bfff9f0de.tar.gz |
Spelling fixes.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/DEVICE_PROBE.9 | 2 | ||||
-rw-r--r-- | share/man/man9/VFS_VGET.9 | 2 | ||||
-rw-r--r-- | share/man/man9/bios.9 | 2 | ||||
-rw-r--r-- | share/man/man9/kproc.9 | 2 | ||||
-rw-r--r-- | share/man/man9/sglist.9 | 2 | ||||
-rw-r--r-- | share/man/man9/taskqueue.9 | 2 | ||||
-rw-r--r-- | share/man/man9/timeout.9 | 4 | ||||
-rw-r--r-- | share/man/man9/usbdi.9 | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man9/DEVICE_PROBE.9 b/share/man/man9/DEVICE_PROBE.9 index 7b400e7..8c38fc0 100644 --- a/share/man/man9/DEVICE_PROBE.9 +++ b/share/man/man9/DEVICE_PROBE.9 @@ -114,7 +114,7 @@ return this value, while the one that supports the newer ones would 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 diff --git a/share/man/man9/VFS_VGET.9 b/share/man/man9/VFS_VGET.9 index 22c902f..f762b89 100644 --- a/share/man/man9/VFS_VGET.9 +++ b/share/man/man9/VFS_VGET.9 @@ -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" diff --git a/share/man/man9/bios.9 b/share/man/man9/bios.9 index e7922af..0621b72 100644 --- a/share/man/man9/bios.9 +++ b/share/man/man9/bios.9 @@ -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 diff --git a/share/man/man9/kproc.9 b/share/man/man9/kproc.9 index bb56235..69b58b0 100644 --- a/share/man/man9/kproc.9 +++ b/share/man/man9/kproc.9 @@ -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. diff --git a/share/man/man9/sglist.9 b/share/man/man9/sglist.9 index e43a04b..64f8935 100644 --- a/share/man/man9/sglist.9 +++ b/share/man/man9/sglist.9 @@ -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 diff --git a/share/man/man9/taskqueue.9 b/share/man/man9/taskqueue.9 index d45b187..d2451a4 100644 --- a/share/man/man9/taskqueue.9 +++ b/share/man/man9/taskqueue.9 @@ -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 diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9 index b936087..971c8e7 100644 --- a/share/man/man9/timeout.9 +++ b/share/man/man9/timeout.9 @@ -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 diff --git a/share/man/man9/usbdi.9 b/share/man/man9/usbdi.9 index 449058c..501c39f 100644 --- a/share/man/man9/usbdi.9 +++ b/share/man/man9/usbdi.9 @@ -294,7 +294,7 @@ usb_default_callback(struct usb_xfer *xfer, usb_error_t error) /* * Read usb frame data, if any. * "actlen" has the total length for all frames - * transfered. + * transferred. */ break; |