diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9 index 9911b8b590d9..3da8e396888b 100644 --- a/share/man/man9/bus_dma.9 +++ b/share/man/man9/bus_dma.9 @@ -772,7 +772,7 @@ Although an explicit load is not required for each access to the memory referenced by the returned map, the synchronization requirements as described in the .Fn bus_dmamap_sync -section still apply and should be used to achieve portability on architecutures +section still apply and should be used to achieve portability on architectures without coherent buses. .Pp Returns diff --git a/share/man/man9/config_intrhook.9 b/share/man/man9/config_intrhook.9 index 1cb3b49f4602..083a2a2a375c 100644 --- a/share/man/man9/config_intrhook.9 +++ b/share/man/man9/config_intrhook.9 @@ -84,7 +84,7 @@ after the hook is disestablished. .Pp Specifically, hooks are run at .Fn SI_SUB_INT_CONFIG_HOOKS , -which is immeidately after the scheduler is started, +which is immediately after the scheduler is started, and just before the root file system device is discovered. .Sh RETURN VALUES A zero return value means the hook was successfully added to the queue diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9 index da9db8619d34..d045cc72ed3b 100644 --- a/share/man/man9/crypto.9 +++ b/share/man/man9/crypto.9 @@ -300,11 +300,11 @@ Must return data in the same place. .It Dv CRYPTO_F_BATCH Batch operation if possible. .It Dv CRYPTO_F_CBIMM -Do callback immediatelly instead of doing it from a dedicated kernel thread. +Do callback immediately instead of doing it from a dedicated kernel thread. .It Dv CRYPTO_F_DONE Operation completed. .It Dv CRYPTO_F_CBIFSYNC -Do callback immediatelly if operation is synchronous. +Do callback immediately if operation is synchronous. .El .It Va crp_buf Points to the input buffer. diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9 index 037e6816596f..0794ca533ee5 100644 --- a/share/man/man9/ifnet.9 +++ b/share/man/man9/ifnet.9 @@ -1024,7 +1024,7 @@ this address structure is saved in the global array .Va ifnet_addrs . ) The .Fa ifp -must have been allocted by +must have been allocated by .Fn if_alloc . .It Fn if_detach Shut down and unlink the specified diff --git a/share/man/man9/priv.9 b/share/man/man9/priv.9 index dc25a4c4ff15..6a82ec0e8a22 100644 --- a/share/man/man9/priv.9 +++ b/share/man/man9/priv.9 @@ -103,7 +103,7 @@ For example, the behavior exhibited by in which the generation field is optionally zero'd out when insufficient privilege is not present is highly undesirable, as it results in frequent privilege checks, and the caller is unable to tell if an access control -failure occured. +failure occurred. .Sh SEE ALSO .Xr jail 2 , .Xr mac 9 , diff --git a/share/man/man9/sysctl.9 b/share/man/man9/sysctl.9 index f6fa5cb487b1..fe346687c373 100644 --- a/share/man/man9/sysctl.9 +++ b/share/man/man9/sysctl.9 @@ -141,7 +141,7 @@ When iterating the sysctl name space, do not list this sysctl. .It Dv CTLFLAG_TUN Also declare a system tunable with the same name to initialize this variable. .It Dv CTLFLAG_RDTUN -Also declare a system tunable with the same name to initalize this variable; +Also declare a system tunable with the same name to initialize this variable; however, the run-time variable is read-only. .El .Pp diff --git a/share/man/man9/usbdi.9 b/share/man/man9/usbdi.9 index ee640bb35dc3..582754fa6622 100644 --- a/share/man/man9/usbdi.9 +++ b/share/man/man9/usbdi.9 @@ -667,7 +667,7 @@ function generates a string description of the USB device. The .Fa cp argument should point to a 1024-byte buffer (XXX the maximum length -is approx 320 chars, but there is no sanity checking and everything uses +is approximately 320 chars, but there is no sanity checking and everything uses 1024-character buffers). Device class information is included if the .Fa showclass diff --git a/share/man/man9/utopia.9 b/share/man/man9/utopia.9 index 61334ad20116..a7d02c19bee2 100644 --- a/share/man/man9/utopia.9 +++ b/share/man/man9/utopia.9 @@ -245,7 +245,7 @@ Diagnostic path loopback. .It Va chip This points to a function vector for chip specific functions. Two fields -in this vector are publically available: +in this vector are publicly available: .Bl -tag -width indent .It Va type This is the type of the detected PHY chip. diff --git a/share/man/man9/vm_map_stack.9 b/share/man/man9/vm_map_stack.9 index 22b79205fb7d..dabe937cac2b 100644 --- a/share/man/man9/vm_map_stack.9 +++ b/share/man/man9/vm_map_stack.9 @@ -100,7 +100,7 @@ or if the specified bottom-of-stack address is out of range for the map, or if there is already a mapping at the address which would result, or if .Fa max_ssize -could not be accomodated within the current mapping, +could not be accommodated within the current mapping, .Dv KERN_NO_SPACE is returned. .Pp