diff options
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/accept_filter.9 | 2 | ||||
-rw-r--r-- | share/man/man9/mac.9 | 2 | ||||
-rw-r--r-- | share/man/man9/mi_switch.9 | 2 | ||||
-rw-r--r-- | share/man/man9/microseq.9 | 2 | ||||
-rw-r--r-- | share/man/man9/style.9 | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/accept_filter.9 b/share/man/man9/accept_filter.9 index eb791ae04fbe..2e7e60876ba9 100644 --- a/share/man/man9/accept_filter.9 +++ b/share/man/man9/accept_filter.9 @@ -107,7 +107,7 @@ the kernel will then disallow and further userland use of the filter. .Pp .Fn accept_filt_get is used internally to locate which accept filter to use via the -.Fn setsocketopt +.Fn setsockopt syscall. .Pp .Fn accept_filt_generic_mod_event diff --git a/share/man/man9/mac.9 b/share/man/man9/mac.9 index 0e59e364a062..623dffb1b123 100644 --- a/share/man/man9/mac.9 +++ b/share/man/man9/mac.9 @@ -189,7 +189,7 @@ The MAC Framework was designed by .An Robert Watson , and implemented by the Network Associates Laboratories Network Security -(NETSEC), Secure Execution Environement (SEE), and Adaptive +(NETSEC), Secure Execution Environment (SEE), and Adaptive Network Defense research groups. Network Associates Laboratory staff contributing to the CBOSS Project include (in alphabetical order): diff --git a/share/man/man9/mi_switch.9 b/share/man/man9/mi_switch.9 index 4219c603f29a..f6e5d7317300 100644 --- a/share/man/man9/mi_switch.9 +++ b/share/man/man9/mi_switch.9 @@ -59,7 +59,7 @@ The function implements the machine independent prelude to a thread context switch. It is called from only a few distinguished places in the kernel -code as a result of the principle of non-preemtable kernel mode execution. +code as a result of the principle of non-preemptable kernel mode execution. The various major uses of .Nm can be enumerated as follows: diff --git a/share/man/man9/microseq.9 b/share/man/man9/microseq.9 index 69fb388fe672..e7748df9471a 100644 --- a/share/man/man9/microseq.9 +++ b/share/man/man9/microseq.9 @@ -29,7 +29,7 @@ .Os .Sh NAME .Nm microseq -.Nd ppbus microseqencer developer's guide +.Nd ppbus microsequencer developer's guide .Sh SYNOPSIS .In sys/types.h .In dev/ppbus/ppbconf.h diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 101b4a2b2bfc..8081be950868 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -259,7 +259,7 @@ types. qualifiers, and .Ic typedef Ns -names other than the one being declared.) -Separate these identifers from asterisks using a single space. +Separate these identifiers from asterisks using a single space. .Pp When declaring variables in structures, declare them sorted by use, then by size, and then in alphabetical order. |