Fix typos.

MFC after:	1 month
This commit is contained in:
Edward Tomasz Napierala 2016-06-08 10:38:00 +00:00
parent c8e10ea4ab
commit 646fa38767
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301598
5 changed files with 8 additions and 8 deletions

View File

@ -122,7 +122,7 @@ Flattened Device Tree (FDT) data, tunables set via
or at runtime using or at runtime using
.Xr sysctl 8 . .Xr sysctl 8 .
When configuration is supplied using more than one method, FDT and 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 . .Xr sysctl 8 .
.Ss Device Hints .Ss Device Hints
Set Set

View File

@ -1077,7 +1077,7 @@ struct pfi_kif {
}; };
.Ed .Ed
.It Dv DIOCSETIFFLAG Fa "struct pfioc_iface *io" .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 .Nm
internal interface description. internal interface description.
The filtering process is the same as for The filtering process is the same as for

View File

@ -471,7 +471,7 @@ typedef struct synapticshw {
int capPalmDetect; /* can detect a palm */ int capPalmDetect; /* can detect a palm */
int capPassthrough; /* can passthrough guest packets */ int capPassthrough; /* can passthrough guest packets */
int capMiddle; /* has a physical middle button */ 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 */ int nExtendedQueries; /* supports N extended queries */
} synapticshw_t; } synapticshw_t;
.Ed .Ed

View File

@ -197,11 +197,11 @@ Callbacks invoked on error of application core dump.
.It Vt bpf_track .It Vt bpf_track
Callbacks invoked when a BPF listener attaches to/detaches from network interface. Callbacks invoked when a BPF listener attaches to/detaches from network interface.
.It Vt cpufreq_levels_changed .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 .It Vt cpufreq_post_change
Callback invoked after cpu frequence has changed. Callback invoked after cpu frequency has changed.
.It Vt cpufreq_pre_change .It Vt cpufreq_pre_change
Callback invoked before cpu frequence has changed Callback invoked before cpu frequency has changed.
.It Vt dcons_poll .It Vt dcons_poll
Callback invoked to poll for dcons changes. Callback invoked to poll for dcons changes.
.It Vt dev_clone .It Vt dev_clone

View File

@ -345,12 +345,12 @@ will have
.Dv EV_ONESHOT .Dv EV_ONESHOT
set so that the set so that the
.Vt knote .Vt knote
will be returned and removed durning the next scan. will be returned and removed during the next scan.
The The
.Va f_detach .Va f_detach
function will be called when the function will be called when the
.Vt knote .Vt knote
is deleted durning the next scan. is deleted during the next scan.
This function must not be used when This function must not be used when
.Va f_isfd .Va f_isfd
is set in is set in