diff --git a/share/man/man4/iicbus.4 b/share/man/man4/iicbus.4 index c89bfaf70683..d164bf8fe400 100644 --- a/share/man/man4/iicbus.4 +++ b/share/man/man4/iicbus.4 @@ -122,7 +122,7 @@ Flattened Device Tree (FDT) data, tunables set via or at runtime using .Xr sysctl 8 . When configuration is supplied using more than one method, FDT and -hint data will be overridden by a tunable, which can be overriden by +hint data will be overridden by a tunable, which can be overridden by .Xr sysctl 8 . .Ss Device Hints Set diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4 index b7b504d45e10..6b169435b4af 100644 --- a/share/man/man4/pf.4 +++ b/share/man/man4/pf.4 @@ -1077,7 +1077,7 @@ struct pfi_kif { }; .Ed .It Dv DIOCSETIFFLAG Fa "struct pfioc_iface *io" -Set the user setable flags (described above) of the +Set the user settable flags (described above) of the .Nm internal interface description. The filtering process is the same as for diff --git a/share/man/man4/psm.4 b/share/man/man4/psm.4 index 59e12b4071b1..df65c2c860b6 100644 --- a/share/man/man4/psm.4 +++ b/share/man/man4/psm.4 @@ -471,7 +471,7 @@ typedef struct synapticshw { int capPalmDetect; /* can detect a palm */ int capPassthrough; /* can passthrough guest packets */ int capMiddle; /* has a physical middle button */ - int nExtendedButtons; /* has N additionnal buttons */ + int nExtendedButtons; /* has N additional buttons */ int nExtendedQueries; /* supports N extended queries */ } synapticshw_t; .Ed diff --git a/share/man/man9/EVENTHANDLER.9 b/share/man/man9/EVENTHANDLER.9 index c8f3002239a9..ebf02e195e19 100644 --- a/share/man/man9/EVENTHANDLER.9 +++ b/share/man/man9/EVENTHANDLER.9 @@ -197,11 +197,11 @@ Callbacks invoked on error of application core dump. .It Vt bpf_track Callbacks invoked when a BPF listener attaches to/detaches from network interface. .It Vt cpufreq_levels_changed -Callback invoked when cpu frequence levels have changed. +Callback invoked when cpu frequency levels have changed. .It Vt cpufreq_post_change -Callback invoked after cpu frequence has changed. +Callback invoked after cpu frequency has changed. .It Vt cpufreq_pre_change -Callback invoked before cpu frequence has changed +Callback invoked before cpu frequency has changed. .It Vt dcons_poll Callback invoked to poll for dcons changes. .It Vt dev_clone diff --git a/share/man/man9/kqueue.9 b/share/man/man9/kqueue.9 index ff379d158568..ee56358b9e86 100644 --- a/share/man/man9/kqueue.9 +++ b/share/man/man9/kqueue.9 @@ -345,12 +345,12 @@ will have .Dv EV_ONESHOT set so that the .Vt knote -will be returned and removed durning the next scan. +will be returned and removed during the next scan. The .Va f_detach function will be called when the .Vt knote -is deleted durning the next scan. +is deleted during the next scan. This function must not be used when .Va f_isfd is set in