diff --git a/share/man/man9/DEVICE_PROBE.9 b/share/man/man9/DEVICE_PROBE.9 index 7b400e7fd601..8c38fc0a8bdd 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 22c902fd6942..f762b8981acc 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 e7922aff8dff..0621b72c5582 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 bb56235453c2..69b58b01e4be 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 e43a04b4d041..64f8935473da 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 d45b187a3875..d2451a48774d 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 b9360875051e..971c8e7b590c 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 449058c4ee93..501c39f4c492 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;